I need to mux a lot of mkv (h264/acc) files to mp4 (just re-muxing).
I tried many tool such as yamb, mp4muxer, ... but they dont support on multiple files, while ffmpeg is not stable (usually it throw error for particular mkv); mp4creator and mp4box only accept raw format as input (so need to extract mkv first,--> waste time)
so anybody know a tool have ability to mux directly to mp4, and support on multi files?
+ Reply to Thread
Results 1 to 5 of 5
-
-
Maybe something like mkv/avi to mp4, https://www.videohelp.com/tools/mkv-avi-to-mp4
-
I said that ffmpeg is not stable, I had run command
Code:ffmpeg -i "input.mkv" -vcodec copy -acodec copy "res.mp4"
Code:[mp4 @ 03364700] Application provided invalid, non monotonically increasing dts to muxer in stream 0: -2 >= -2 av_interleaved_write_frame(): Invalid argument
Similar Threads
-
MkvТоMp4 v0.224 - rapid tool for repack Mkv to Mp4
By oreons in forum Video ConversionReplies: 808Last Post: 7th Mar 2022, 01:43 -
MKV guide, Play MKV, MKV to AVI, MKV to DVD, MKV to MP4, MKV to Blu-ray
By Baldrick in forum Newbie / General discussionsReplies: 55Last Post: 29th Jun 2012, 11:19 -
How to convert mkv to dvd with multi-audio track and multi-subtitles?
By funnybunny in forum MacReplies: 1Last Post: 6th Jul 2011, 14:21 -
mux 3gpp to mp4 with conconversions
By jntaylor63 in forum Video ConversionReplies: 1Last Post: 1st Oct 2010, 15:04 -
h264 + ac3... .mkv mux in synch, .avi mux out of synch...
By homerpez in forum Video ConversionReplies: 0Last Post: 5th May 2007, 05:42