Skip to content

Instantly share code, notes, and snippets.

@privatezero
Created August 27, 2020 21:35
Show Gist options
  • Save privatezero/88875790563001cb736e795f6b362b17 to your computer and use it in GitHub Desktop.
Save privatezero/88875790563001cb736e795f6b362b17 to your computer and use it in GitHub Desktop.
FFV1 settings example
These are sample FFmpeg settings for creating an FFV1/MKV file that conforms to UW Libraries' requirements.
Command assumes that the audio stream has been captured as 24 bit/48 kHz PCM.
ffmpeg -i INPUT -c:v ffv1 -level 3 -g 1 -slices 16 -slicecrc 1 -c:a copy OUTPUT.mkv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment