[FFmpeg-devel] [PATCH v4] avformat/movenc: Added an option to disable SIDX atom

Gyan ffmpeg at gyani.pro
Tue Dec 11 22:28:23 EET 2018


On 12-12-2018 01:13 AM, Ronak wrote:
>
> Looks like I found out why: 
> https://github.com/FFmpeg/FFmpeg/blob/master/libavformat/hlsenc.c#L790. 
> The hlsenc.c file overwrites whatever I pass in the command line...

That is a bug but there's still an error in your command. It should be,


     -hls_ts_options movflags=+skip_sidx

This is because mp4 is a child muxer in this context. That hls option 
should be renamed.

Line 790 should be patched by adding + before frag_custom

Gyan



More information about the ffmpeg-devel mailing list