Hi
I'm encoding XviD to MPEG2, my source file is 23.976. Destination is 25.000 (not interlaced)
This is my AviSynth script:
I use CCE 2.70 to create MPV. I use virtualdub to extract WAV and besweet to encode the audio from 23.976>25.000, OK cool.Code:AVISource("D:\encode\test\capt-18.avi") LanczosResize(704,432,6,0,628,352) AddBorders(0,72,0,72) AssumeFPS(25.000, true)
But the sync dont look good, seem to be in sync close... but it looks weird.
I'm just wondering should I have performed a 3:2 pulldown removal on the AVI file before CCE? Or maybe there's something I can do with Avisynth to give smoother results.
Thanks for any help[/quote]
+ Reply to Thread
Results 1 to 2 of 2
-
-
Hi-
I'm just wondering should I have performed a 3:2 pulldown removal on the AVI file before CCE?
If the source was correctly encoded at 23.976fps, then no, no pulldown removal is needed. The source plays smoothly, does it? Nothing wrong with it?
As for the audio asynch, if it's off by a little bit, is it off by the same amount all the way through? Is it a constant asynch? If so, that's easy to fix by adjusting the delay, either in the authoring app or on the audio directly, using Delay Corrector. If the asynch gets worse as the video plays, then it's a framerate problem.
If you were to encode the AVI in CCE at the original 23.976fps, run the MPV through DGPulldown set for 23.976->25 when done, then the audio won't have to be stretched at all. If it's AC3 already, it can be used as-is. If it's MP3, then you'll just have to convert it to AC3.
Also, since you're handling the audio separately, you want to disable it in the AVI being frameserved into CCE like this:
AVISource("D:\encode\test\capt-18.avi", False)
Similar Threads
-
Convert 29,976 (NTSC) to 25,000 (Pal) AVI
By volker028 in forum Video ConversionReplies: 5Last Post: 23rd Mar 2012, 02:00 -
New Case Needed....Advice?
By ron spencer in forum ComputerReplies: 4Last Post: 2nd Feb 2009, 17:44 -
How to stretch a DTS audio file from 23.976 to 25.000 fps?
By lorix in forum AudioReplies: 3Last Post: 10th Nov 2008, 13:55 -
Divx to NTSC DVD: is Dgpulldown needed if Fps is 23.976?
By kalii2 in forum Video ConversionReplies: 4Last Post: 20th Jan 2008, 08:29 -
Memory upgrade needed for TMPGENC DVD Author 3, advice needed
By Caned_and_Able in forum ComputerReplies: 8Last Post: 31st Jul 2007, 18:30