Skip to content

Commit

Permalink
Tweaks ffmpeg flags
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetersson committed Jan 16, 2024
1 parent 3f61bbb commit cf9936d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,11 @@ If you're dealing with video podcasts, the file size matters for obvious reasons
$ ffmpeg -i input.mp4 \
-tag:v hvc1 \
-c:v hevc_videotoolbox \
-crf 26 \
-crf 28 \
-preset slowest \
-c:a aac \
-b:a 128k \
-movflags faststart \
output.mp4
```

Expand Down

0 comments on commit cf9936d

Please sign in to comment.