Skip to content

Commit

Permalink
Merge pull request #540 from learningequality/rtibbles-patch-2
Browse files Browse the repository at this point in the history
Update video_compression docs to include faststart flag
  • Loading branch information
rtibbles authored Nov 15, 2024
2 parents b694f3d + cb96197 commit b9d23ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/video_compression.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ the command line will use the following default settings:
-b:a 32k -ac 1 \
-vf scale="'w=-2:h=trunc(min(ih,480)/2)*2'" \
-crf 32 \
-profile:v baseline -level 3.0 -preset slow -v error -strict -2 -stats \
-profile:v baseline -level 3.0 -preset slow -v error -strict -2 -stats -movflags faststart \
-y outputfile.mp4

This command takes the `inputfile.mp4` and outputs the file `outputfile.mp4` that
Expand Down

0 comments on commit b9d23ba

Please sign in to comment.