I know forum regulars (in general) hate it when some guy gets on to ask what is potentially a stupid question, but I've been researching for a couple of days now and this is my last option. Can someone help me get a 25fps PAL down to 23.976 NTSC avi with Avanti? I know there's a way, but I haven't quite hacked it. I tried three times and got no sound. Also, Divx or Xvid please!
Thanks.
+ Reply to Thread
Results 1 to 9 of 9
-
-
That's because conversion between NTSC and PAL is hardly ever recommended by anyone....it is almost discouraged. It's not easy and the results after much effort usually look like crap.
-
I theory the easiest way would be to do a simple slowdown (slowdown audio & video by a factor of 25/23.976) and reencode.
Only 'problem' there is to adjust the audio pitch a bit.
All in all I did it a few times without a problem with Hybrid, but I dropped .avi output support in Hybrid due to a bug in ffmpeg which Hybrid uses for muxing.
It should be easy for someone who knows how to uses MeGui to:
1. add an 'AssumeFPS(23.976)' to the avisynth script to change the video fps
2. configure the audio to do a 25->23.976 slowdown
haven't used MeGui in years, but this wasn't hard a few years back.
Cu Selur -
What are you starting with, a 25fps AVI or a PAL DVD? Aside from the frame rate, an AVI isn't really NTSC or PAL, so converting from one to the other isn't a problem.
If you're starting with an AVI, it's easy enough to open it with something like VirtualDub, change the frame rate, and then resave it. The problem is the audio needs to be resampled to match. MeGUI's audio encoder has PAL to NTSC etc options when configuring it, and as mentioned above adding AssumeFPS(23.976) to the script MeGUI creates should get it to encode using a 23.976 framerate. -
For DVD, if your PAL video is progressive there's no need to change the frame rate at all. Resize to 720x480 and encode to 25 fps progressive MPEG 2. Then use DgPulldown to add pulldown flags for 25 -> 29.97 fps. This does not change the running time so no changes are required for the audio.
-
I've done this a lot in VirtualDub, and it's a piece of cake. For the video, just go to Video | Frame Rate and set it to 23.976 and "Process all frames". Then to Audio | Use Advanced Filtering, load the Stretch filter, and set it to 1.04271. That's all there is to it.
Similar Threads
-
Convert 29,976 (NTSC) to 25,000 (Pal) AVI
By volker028 in forum Video ConversionReplies: 5Last Post: 23rd Mar 2012, 02:00 -
Is this AVI PAL or NTSC?
By RedPenguin in forum Video ConversionReplies: 6Last Post: 25th Feb 2011, 21:17 -
PAL , NTSC in AVI
By anirban in forum Newbie / General discussionsReplies: 2Last Post: 3rd Nov 2008, 06:28 -
NTSC-PAL-NTSC (25-23.976+pulldown) and audio sync problem - related?
By ecc in forum Video ConversionReplies: 14Last Post: 14th Nov 2007, 11:34 -
29.976 to 25fps (removing pulldown from a NTSC converted PAL film transfer)
By ecc in forum Video ConversionReplies: 25Last Post: 15th Jul 2007, 22:31