I've got one AVI TV rip that GSpot tells me has a framerate of 23.978. And that's not a typo, it's NOT 23.976.
When I play the AVI on my PC, it's fine.
When I encode it for DVD, the result is slightly out of sync.
(Method: audio: Besweet from AVI file; video via HCEnc and an AVS script, with 2:3 pulldown; this works fine for other files with 23.976.)
Is there a way (in aviscript?) to make this a more conventional 23.976?
Or should I just adjust the sound: if so, how?
+ Reply to Thread
Results 1 to 7 of 7
-
-
What does the resulting avs script look like that is generated by aviscript? (Post it!)
-
Originally Posted by Mr_Odwin
Actually, I used FitCD to gnerate the initial script, but that just concerned scaling the image:
Code:AVISource("302.avi") LanczosResize(720,368,0,1,624,350) AddBorders(0,56,0,56)
-
Hi-
Is there a way (in aviscript?) to make this a more conventional 23.976?
Sure:
AssumeFPS(23.976)
Applying 3:2 pulldown accomplished the same thing. That's why your audio went out of synch. To get it back in synch, you'll have to slow the audio by a little bit.
Or should I just adjust the sound: if so, how?
My suggestion is not to tamper with either the audio or the video. When done encoding use DGPulldown with the Custom box ticked and 23.978->29.97 filled in. That will be very slightly different than standard 3:2 pulldown, but will keep the synch. You can even take the M2V that you already ran through 3:2 pulldown and do it over again in DGPulldown. That is, you won't have to encode again. -
Originally Posted by manono
Is there a simple way to undo a pulldown? -
You just overwrite the old one with DGPulldown - no need to undo the first one.
Similar Threads
-
HD 50 fps flv conversion sync Hell
By Arlich in forum Video ConversionReplies: 0Last Post: 11th Jul 2010, 15:01 -
Sync 29.970 FPS audio to 23.976 FPS video?
By LCO1971 in forum Newbie / General discussionsReplies: 3Last Post: 13th Sep 2008, 15:23 -
Conversion out of Sync, probably cause=FPS?
By Day44 in forum Video ConversionReplies: 2Last Post: 7th Jul 2008, 14:30 -
How to convert a video of 120 Fps to... well 23.9fps or 25 fps or 30 fps
By Chuba753 in forum Newbie / General discussionsReplies: 7Last Post: 6th Jun 2008, 19:17 -
H264 to AVI out of sync even though same fps was set.
By sooojaded in forum Video ConversionReplies: 4Last Post: 15th May 2008, 02:09