On 25-06-2020 05:17 pm, Louis Geuten wrote:
Hello, It seems that using the argument "-flags +global_header" with the bitstream filter "dump_extra" fixes the issue. Why this isn't needed when directly muxing with ISMV instead of fifo is beyond me.
Each muxer has a list of flags; those relevant to encoders are conveyed by ffmpeg to that encoder.
The fifo muxer isn't a muxer per-se but an intermediary layer dressed up as a muxer. It won't necessarily share the relevant flags with the child muxer, so they have to be manually set by the user.
Gyan _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
