Hi all,
I have many h264/aac files on mkv and I wish to remux them as mp4 so to playback them on virtualdj (it doesn't support mkv files). No encoding, just re-muxing.
Usually, I use avidemux for that, but I was wondering if there are other simply alternatives out there for this, that also allows batch converting!
Thanks in advance!
+ Reply to Thread
Results 1 to 5 of 5
-
La Linea by Osvaldo Cavandoli
-
Have you tried a mp4 multiplexer? Maybe MyMP4BoxGUI, yamb or mp4muxer.
Or ffmpeg:
Code:for %a in ("*.mkv") do ffmpeg -i %a -acodec copy -vcodec copy %a.mp4
-
Originally Posted by Baldrick
Could not write header for output file #0 (incorrect codec parameters ?)
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 -
muxing .264 stream to .mkv, or to .mp4 first, an then to .mkv ?
By codemaster in forum Video ConversionReplies: 2Last Post: 20th Sep 2011, 20:50 -
Issues Converting MKV to MP4 (could be due to damaged MKV header??)
By MohQ in forum Video ConversionReplies: 1Last Post: 1st Feb 2008, 03:10 -
OGM remuxer?
By Colmino in forum Video ConversionReplies: 1Last Post: 25th Nov 2007, 13:27