I have several FLV files to convert. However, when I convert some of them into MP4's, although the FLV is perfect, once it is converted, the MP4 is completely out of sync, the music way behind the video.
Which software and method can I use to ensure that my videos convert from FLV to MP4 perfectly?
Thanks.![]()
+ Reply to Thread
Results 1 to 8 of 8
-
-
SUPER currently only handles the default FLV codec in FLV videos - in other words, no VP6(2), etc.
However, if you're able to convert the videos with SUPER, but are experiencing sync problems, you have to make sure that you select the same frame rate for the output video as the original FLV. I'm not sure if that'll apply to other converters...
Also, I think you can try FLV Extract, but you'll need to have the relevant decoders to view the resulting AVIs. I haven't tried it, myself.If cameras add ten pounds, why would people want to eat them? -
search "flv to video converter" with google. then you will get the solution.
-
FLV Extract should work fine, as long as you have the necessary codecs. They are mentioned in the description page for FLV Extract here, so it shouldn't be much of a problem.
-
Total Video Converter worked fine with most flvs I have tried.
Or latet ffdshow and flv splitter and it should work to open with directshow capabable converters. -
FFMpeg works for me. Copy and paste this to a batch file:
"C:\PROGRAM FILES\GUI4FFMPEG\ffmpeg.exe" -i "C:\Path\to\file.flv" -hq -vcodec mpeg4 -g 300 -b 900 -aspect 4:3 -s 320x240 -acodec mp3 -ab 128 -ac 2 -mbd 2 -vtag xvid -qmin 2 -async 1 -y "C:\path\to\newfile.avi"
for mp3 audio, or this:
"C:\PROGRAM FILES\GUI4FFMPEG\ffmpeg.exe" -i "c:\path\to\file.flv" -hq -vcodec mpeg4 -g 300 -b 900 -aspect 4:3 -s 320x240 -acodec pcm_s16le -ab 900 -ar 44100 -ac 2 -mbd 2 -vtag xvid -qmin 2 -async 1 -y "c:\path\to\newfile.avi"
for wav audio. Replace "Path\to\file.flv" and "path\to\newfile.avi" with your own path and file.
Gui4FFMpeg can be found here (VideoHelp). The gui doesn't quite work right on my WinME system, but FFMpeg works fine. I haven't run into any sync problems working like this.
Similar Threads
-
Converting VHS tapes to FLV files using Avanti
By ABBrittain in forum Newbie / General discussionsReplies: 4Last Post: 27th Jun 2011, 03:42 -
Converting FLV Files to DVD Playable Standalone
By Bonie81 in forum Newbie / General discussionsReplies: 3Last Post: 17th Aug 2010, 10:55 -
Converting files to FLV
By sadr in forum ffmpegX general discussionReplies: 13Last Post: 14th Jun 2008, 04:44 -
Problem with artifacts in flv conversion - i.e. converting to flv from avi
By brassplyer in forum Video Streaming DownloadingReplies: 9Last Post: 30th Apr 2008, 22:09 -
Converting .flv files
By gino_76ph in forum Video ConversionReplies: 8Last Post: 28th Mar 2008, 21:06