From cf9936d99bca166fd4a8eec34afefd22ea86d6af Mon Sep 17 00:00:00 2001 From: Viktor Petersson Date: Tue, 16 Jan 2024 21:00:16 +0000 Subject: [PATCH] Tweaks ffmpeg flags --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fc2a9d..059c0da 100644 --- a/README.md +++ b/README.md @@ -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 ```