Skip to content

Instantly share code, notes, and snippets.

@roxlu
Last active July 3, 2018 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roxlu/e0714c7e2792bef3061f6e084e9a866c to your computer and use it in GitHub Desktop.
Save roxlu/e0714c7e2792bef3061f6e084e9a866c to your computer and use it in GitHub Desktop.
NOT WORKING:
ffmpeg -i out-timer-640x480-baseline-level32.h264 -vcodec copy -debug 5 -an -bsf h264_metadata=delete_filler timer-640x480-baseline-level31-no-sei.h264
[h264_metadata_bsf @ 0x56479dd5e040] Setting 'aud' to value 'delete_filler'
[h264_metadata_bsf @ 0x56479dd5e040] [Eval @ 0x7ffe9ede6910] Undefined constant or missing '(' in 'delete_filler'
[h264_metadata_bsf @ 0x56479dd5e040] Unable to parse option value "delete_filler"
Error parsing options for bitstream filter h264_metadata
WORKING:
ffmpeg -i out-timer-640x480-baseline-level32.h264 -vcodec copy -debug 5 -an -bsf:v h264_metadata=delete_filler=1 timer-640x480-baseline-level31-no-sei.h26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment