hi!
I've been trying for days now to make my audio/video right synced and still can't succe. I have an .avi which I encode to .m2v using avisynth and HCenc my script is simple:
I've been forsed to resize the movie into 720x480 (framerate is 23.976 so I want it in proper NTSC settings and otherwise HCEnc gives me the resolution/framerate warning) and therefore I've added the BicubicResize line.Code:AVISource("D:\MyAvi.avi") BicubicResize(720,480,0,0.6,90,0,504,276)
now after encoded the .m2v I have both tried to encode the ac3 by:
1) open my .avs in virtualdub -> take out the wav (full prcessing mode) -> convert to ac3 using ffmpeggui (192 / 48000)
2) open my .avi and encode the .ac3 directly by using ffmpeggui
have also tried to change AVISource to DirectShowSource but didn't help
(after each method I mux both audio and video streams into .mkv using mkvmerge GUI to see if they get's synced but as said as far I can't get it working
what am I doing wrong?
thankfull for answers!
michcio
+ Reply to Thread
Results 1 to 10 of 10
-
-
What's the frame rate of your AVI file?
What's wrong with the sync in your MKV file? Is it off by a constant amount for the whole video? Does it start in sync and get progressively worse as you get further into the video? -
thanks for answering
the framerate of my AVI is 23.976 and the audio is out of sync trough the whole video (audio comes a lot too soon then the video) -
yeah that's what I'm tring to do right now
seems like there need to be 24-25 sec. delay...but is this really the "right" way of fixing that problem? I mean shouln't I make the .avs more properly then just resizing my .avi to proper NTSC AspectRatio?
-
yeah :P...oh this was kind of hard, can't get it right..don't know exactly how much delay I should add to the audio...tested with 25 and 24 and both get's wrong
...the audio seems like it begins at 24 sec..so why doesn't that delay work :S
-
maybe the audio get more and more unsynced futher in the video and that's why it gets wrong...
-
yes finally I get the right ms
24200 :P thank you for helping me out jagabo
regards
michcio
Similar Threads
-
HD PVR - Audio not synced with video
By lacywest in forum Video ConversionReplies: 5Last Post: 29th May 2010, 09:20 -
Video/audio not synced problem. (Avisynth)
By michcio in forum AudioReplies: 0Last Post: 18th Jan 2010, 12:43 -
Tight synced audio + subtitles, poor synced video...
By goodbot in forum SubtitleReplies: 5Last Post: 13th Jul 2009, 22:59 -
video and audio are not synced up
By maniac in forum ffmpegX general discussionReplies: 2Last Post: 27th Apr 2009, 21:53 -
audio and video wrong synced.
By michcio in forum Authoring (DVD)Replies: 0Last Post: 18th Feb 2009, 18:08