I want to enable MP4 multiplexing and demuxing, H264 decoding and MJPEG encoding and disable everything else in the FFmpeg configure command.
I know that I can use the --disable-everything option and include the necessary components. When I list demultiplexers and decoders using the --list-demuxers and --list-decoders , I do not see the demultiplexer or MP4 decoder. I see the MP4 multiplex in the list of multiplexers.
What option should be used to enable the MP4 demultiplayer in the FFmpeg configure command?
Thank you in advance for your help.
source share