Hi. Do you know a way to convert/remux .flv to .mkv (while preserving video and audio track, i.e. NOT transcoding) ?
I didn't find anything in the tool section. Thank you.
+ Reply to Thread
Results 1 to 9 of 9
-
-
another gui based option would be flvextract to extract the audio & video, then mkvtoolnix to put the audio & video into mkv container . If this is a variable frame rate FLV, you have to mux the extracted timecodes in too with the timecode function in mkvtoolnix , or it will be out of sync
-
Super in copy mode is another option. You can convert multiple files at one time. I like the ffmpeg option but the file name can't have spaces in it.
For batch conversion with ffmpeg...
for %%a in ("*.flv") do ffmpeg -i %%a -vcodec copy -acodec copy %%~na.mkv
(place ffmpeg.exe in the folder that you want to convert) -
there are a ton on google, but i would recommend EmicSoft. It also acts as a professional editor, so you can adjust video effects (brightness, contrast, saturation), trim video segments, and crop video playing area.
Also, a strong recommendation on an FLV player/converter is www.FLV.com/ -
Use FLV Extract to extract video, audio and timecode in flv file and use MKVtoolnix for mux them to mkv (don' forget to browse your timecodes in general track options tab).
Similar Threads
-
How to convert FLV videos and resize them to convert them to AVI
By zikegi in forum Video ConversionReplies: 2Last Post: 17th Sep 2011, 23:06 -
which software works best for flv to dvd can i convert dvdor flv to divx
By rugrat23 in forum Video ConversionReplies: 2Last Post: 19th Jan 2011, 12:39 -
Losslessly convert AAC file to MP3?
By sldvd in forum AudioReplies: 16Last Post: 17th Nov 2010, 06:04 -
Script to convert MTS to MP4 losslessly?
By isoelectricpoint in forum Video ConversionReplies: 4Last Post: 3rd Jul 2009, 13:23 -
Movie Clip Will Not Convert from .flv to .avi - Pazera Free FLV to AVI
By videoelfone in forum Video ConversionReplies: 3Last Post: 21st Jun 2008, 00:14