I have an 850MB .flv from a webinar, and a 35MB .mp3 audio track to go with it. The problem is the audio leads the video by 16 secs throughout. I've been playing with this for a few weeks, converting the .flv to .mkv, or .mp4, but still unable to really get them joined and remove the 16sec audio lead.
What is the best method to accomplish this? I've played with several options and software packages, but would rather someone tell me what I should be doing vs....trial and error on my part.
thanks
+ Reply to Thread
Results 1 to 6 of 6
-
-
stupid question here....but, if the audio leads the video by 16secs, would adding 16secs of silence make the audio 32secs ahead of video, or would it now align with the video?
-
You are adding a 16sec delay for the audio when you add the silence at the beginning.
-
I did a test with FFMpeg using an MKV video and an MP3 audio and joined and resynced (delaying audio 16 seconds) all in one :
ffmpeg -i "path\pathe\video.mkv" -itsoffset 16.0 -i "path\pathe\audio.mp3" -map 0:0 -map 1:0 -vcodec copy -acodec copy "path\pathe\output.mkv"
You might try that if you have FFMpeg on your computer. It should not have to reencode with the codecs set to copy.
Similar Threads
-
Andy .FLV Join Issues
By Smack2k in forum Video ConversionReplies: 1Last Post: 17th Sep 2013, 02:21 -
How to join four .flv files in to one .flv file using ffmpeg?
By spiderMan007 in forum EditingReplies: 3Last Post: 26th Aug 2012, 13:18 -
How to join FLV with M4V?
By siratfus in forum MacReplies: 2Last Post: 25th May 2012, 09:43 -
FLV - MP4 - Join
By Simmons in forum Video ConversionReplies: 1Last Post: 13th May 2011, 07:54 -
Trouble converting AVI(divx)+MP3 to FLV+MP3
By BLboy in forum Video ConversionReplies: 7Last Post: 21st Jul 2009, 04:36