I have lots of FLV files that I would like to batch convert but I am having issues. The audio codec is nellymoser so a lot of the programs i have tried do not work. I have purchased movavi video converter but the process is still to slow. I don't really want to have to convert all my files as they will lose quality i just want to change the video container. I have also tried having a play around with FFMEG but I am a bit of a newbie with this software. Hope someone can help.
+ Reply to Thread
Results 1 to 7 of 7
-
-
Does mp4 support that audio codec? Or you could just reconvert the audio and copy the video.
Have you tried any ffmpeg frontends like avanti or hybrid?
Or use a bat file with ffmpeg:
Code:for %%a in ("*.flv") do ffmpeg -i "%%a" -vcodec copy -acodec copy "newfiles\%%~na.mp4" pause
-
Are you sure mkv supports nellymoser ?
users currently on my ignore list: deadrats, Stears555, marcorocchini
Similar Threads
-
Batch converting hundreds of video_ts folders to mp4
By MTwannabe in forum Video ConversionReplies: 18Last Post: 3rd Jun 2015, 03:51 -
Trouble converting .flv to .mp4 and having it be useful
By Piefrenzy in forum Video ConversionReplies: 12Last Post: 7th Aug 2014, 18:48 -
Converting .flv to Mp4
By jbandy1 in forum Video ConversionReplies: 8Last Post: 11th Nov 2013, 10:56 -
All-in-one Batch demux FLV -> mux mp4?
By gaikokujinkyofusho in forum Video ConversionReplies: 2Last Post: 19th Jan 2011, 23:34 -
Tool or command line to batch remux x264 acc .mp4 in .flv
By Gargalash in forum Video ConversionReplies: 6Last Post: 25th Aug 2010, 07:29