How to mux a h264/aac flv into h264/aac mkv videofile. I tried doing it with avidemux but with no succes. So which software is capable of doing this?
+ Reply to Thread
Results 1 to 5 of 5
-
-
flvextract to extract streams + mkvtoolnix to rewrap (if it's variable framerate, mux the timecodes in as well)
or
ffmpeg
ffmpeg -i input.flv -vcodec copy -acodec copy output.mkv
Similar Threads
-
how can i mux to mp4 from h264/aac using ffmpeg
By DKhanh in forum Video ConversionReplies: 3Last Post: 24th Aug 2013, 11:50 -
Converting VFR FLV (H264/AAC) to AVI (other) w/o sync issue
By kwondra34 in forum Video Streaming DownloadingReplies: 43Last Post: 11th Apr 2012, 00:54 -
H264/AC3 (MKV) to H264/AAC (MP4) ?
By jccca in forum Video ConversionReplies: 10Last Post: 13th Dec 2008, 19:06 -
h264/AAC mkv -> h264/AAC mp4?
By joshwa in forum Video ConversionReplies: 7Last Post: 4th Jan 2008, 11:08 -
youtube FLV video with h264 (x264) and/or aac (mp4) audio
By wiseant in forum Video ConversionReplies: 1Last Post: 26th Oct 2007, 16:49