Log in

View Full Version : Add VUI parameters to h.264 post encode


dustobub
20th September 2016, 15:48
I have a need to append two VUI parameters (max_num_reorder_frames=0 and bitstream_restriction_flag=1) to existing h264 MP4 dash files. Is anyone aware of any tools that could accomplish this? If this is something that would need to be custom written, does anyone know of where would be a good place to find the right person?

Apparently ffmpeg/libx264 doesn't add these VUI parameters and this is causing issues with my decoder. Avidemux 2.5 does (2.6 does not) but I would very much like to avoid preparing/re-encoding the hundreds of files.

Thanks,
Dustin

Balling
4th August 2024, 12:09
Even Nvenc also still does not do it

Balling
7th August 2024, 15:20
Opened a bug about it https://trac.ffmpeg.org/ticket/11131#comment:1

Selur
8th August 2024, 15:03
more a feature request for them to extend the h.264 bitstream filter