Avidemux Forum

Avidemux => Unix-Like (Linux/Bsd/...) => Topic started by: hobbes1069 on May 06, 2022, 02:42:44 AM

Title: Deprecate libmp4v2 for an ffmpeg based container?
Post by: hobbes1069 on May 06, 2022, 02:42:44 AM
I've been requested to ask here if there's interest in moving away from mp4v2 as it seems to be pretty unmaintained these days and perhaps see if ffmpeg can be used instead?

https://bugzilla.rpmfusion.org/show_bug.cgi?id=6291

Thoughts?

Thanks,
Richard
Title: Re: Deprecate libmp4v2 for an ffmpeg based container?
Post by: eumagga0x2a on May 06, 2022, 10:36:00 PM
Please feel free to disable build of the deprecated libmp4v2-based "MP4v2" muxer in Avidemux by patching https://github.com/mean00/avidemux2/blob/master/avidemux_plugins/ADM_muxers/CMakeLists.txt at any time, the recommended and supported way to create mp4 containers in Avidemux is the libavformat-based "MP4" muxer.

BTW, it would be great if you could apply the fixes from the support_2.8.0 branch (https://github.com/mean00/avidemux2/commits/support_2.8.0) (except of "[cmake] Leave release mode", irrelevant for functionality) which correct a few really bad crashes and regressions which regrettably made it into the release. I wish I could promise 2.8.1 to be released within the next couple of weeks, but alas, this can take a little longer.
Title: Re: Deprecate libmp4v2 for an ffmpeg based container?
Post by: hobbes1069 on May 09, 2022, 02:41:45 AM
I did a simple patch to remove the add_subdirectory but I'm getting a bunch of MP4V2_INCLUDE_DIR-NOTFOUND in the ADM_videoFilters6 subdirectories. Looks like it may not be that simple.
Title: Re: Deprecate libmp4v2 for an ffmpeg based container?
Post by: hobbes1069 on May 09, 2022, 03:23:48 AM
Never mind, found the other references.
Title: Re: Deprecate libmp4v2 for an ffmpeg based container?
Post by: eumagga0x2a on May 13, 2022, 08:50:46 AM
Thank you, I indeed missed the other location. Do builder issues you mentioned in the bug report persist? I don't see anything in updates-testing yet.