Will this avidemux avidemux3_cli command work

Started by firefly, July 24, 2020, 12:08:32 AM

Previous topic - Next topic

firefly

Will this avidemux avidemux3_cli command work,

I want to copy same audio and video codec as original loaded file.

avidemux3_cli --load test.mkv --output-format mp4 --audio-codec Copy --video-codec Copy --save test.mp4

Thanks.

eumagga0x2a

Yes, it will as far as the video and audio codecs used in the source MKV file are compatible with MP4 container. You should use the latest version of Avidemux for that.

firefly

Thank you! It worked :)

I've added the debian sources Debian — Christian Marillat packages so hope he updates the packages to the latest soon https://www.deb-multimedia.org/ I'm on 2.7.4 at the moment or maybe I'll just compile it myself.




eumagga0x2a

You need at least a build containing the commit [cli/DIA_working] Fix use of uninitialized memory which caused loading Matroska files to fail randomly, so 2.7.4 won't do it (or more precisely, it will randomly fail). I would say, 2.7.6 is the oldest one which might be considered, with the current git master being preferable.

firefly

#4
Ok thanks. I'll check for the releases on github or do a git pull.

Appreciate your help and support.