I've encoded an AVI to MPEG2 video. The audio was MP3, I saved that out as WAV from VDUB and converted it to MP2, then muxed them in MPEG2VCR. The sound gradually gets out of sync, to about 1 second at the end. (I.E., it's not a fixed delay.)
MPEG2VCR doesn't seem to have any tools for adjusting sync (if it does, can someone point out where).
Is there an easy way to sync the sound -- where I can adjust it and see/hear it immediately? (Something that's free, not a $1000 video suite).
I tried Hypercube, but that crashes every time I try to open the wave, so no luck there.
I've got Audacity, and the "Tempo" adjustment seems the tool to use, but saving, convert to MP2, remux to check... so every time I try takes about 20 minutes.
+ Reply to Thread
Results 1 to 5 of 5
-
-
Just out of curiosity, did you encode with 3:2 pulldown in HC ? That might be a factor.
Try muxing with ffmpeg, which has a "sync" switch
ffmpeg -i audio.mp2 -i video.m2v -acodec copy -vcodec copy -vsync -y TARGET.MPG
Do a remux of the original AVI and determine if the resulting file is in sync
ffmpeg -i SOURCE.AVI -vcodec copy -an -y v1deo.avi
ffmpeg -i SOURCE.AVI -vn -y audio.wav
ffmpeg -i audio.wav -ab 384 -ac 2 -vn -y audio.mp3
ffmpeg -i audio.mp3 -i v1deo.avi -acodec copy -vcodec copy -y TARGET.AVI -
Originally Posted by Soopafresh
I'll try reapplying pulldown with DGpulldown and give that a try.
And if my first attempts with Audacity don't work I'll try ffmpeg. -
MPEG2VCR does have a way to adjust audio sync during muxing. I'm working from memory here as I don't have access to the program as I write this, but in the muxer option, at the bottom (I think) is a tab for audio. If you click on that there is an option to change the offset positively or negatively in the mux.
-
Originally Posted by jman98
Anyway, I finally did it the slow way by marking a point near the end when a sharp sound and visual cue and used Audacity to find that bump in the soundrack, and then changed the "tempo", as it's called here, to stretch the soundtrack by 0.7 sec over 2 hours. Just looked at the final product and the sync is good....
Similar Threads
-
avidemux audio sync problem with MPEG-2 - alt. way to cut mpeg-2
By graysky in forum LinuxReplies: 8Last Post: 6th Nov 2011, 21:02 -
Convert/Mux .m2v and .wav into mpeg for DVD??
By Beavis in forum Video ConversionReplies: 2Last Post: 22nd Jul 2011, 14:46 -
Want To Mux MPEG-2 Video With .WAV to Create .VOB
By judicata in forum Newbie / General discussionsReplies: 2Last Post: 12th May 2010, 16:07 -
Isolate Audio In This MPEG-2 File, And Save As WAV (or any other format)
By onesikgypo in forum AudioReplies: 0Last Post: 22nd Feb 2009, 04:14 -
DV AVI to WAV problem, exports in Units? then no dvd SYNC
By mrmoodswing in forum Capturing and VCRReplies: 0Last Post: 20th Jul 2008, 16:35