Hello,
I have converted an .avi-file from NTSC to PAL, following this guide:
http://www.johnisme.shawbiz.ca/avi.shtml
Everything works fine, like a charm actually, but the audio-playback of the resulting file (i.e. PAL-standard) is slightly slower than the NTSC one.
I know that the two framerates (here it was 29.97 NTSC) are different in playback-speed as the fr suggests...but I have done one or two such conversions before and did - thanks to BeSweet's excellent template - have no such problems...
It makes voices and speech sound a bit too slow, as if the actors had made it a point to speak more slowly; although pitch is untouched, thanks to BeSweet again.
So
- do I imagine this,
- is it to be expected in such cases, or
- may I just be to particular...?
Thanks for any instruction on this point.
+ Reply to Thread
Results 1 to 8 of 8
-
-
29.97fps to 25 will sound slow yes. Maybe your last conversions was from 24fp to 25?
-
Thanks for fast replies!
Well, I did 23.978>25.000 before...
Would make indeed some difference, as I think myself now, wouldn't it?
I just thought in terms of format (NTSC/PAL), but of course from 23.xxx to 25 is fastening the pace, so to speak, whereas 29.xxx>25.000 sloows down, right?
So it was my misreading/not thinking properly.Well, no real harm done. The originals are there...
Have you got any better suggestions by any chance to prevent jerky playback of NTSC material (in this case 29.xxx!) on PAL-player/TV?
Would I have to encode again to achieve that?
Thanks again!
EDIT: Just looked again and found SatStorm' guide. I'm quite used to using AviSynth and just this minute trying out Donald Graft's tutorial on "Telecide" inside Decomb. So will try that and report back. Preview so far looks promising...! EDIT
@manono
That guide says nothing about converting the audio using the 29.970->25.000 Preset in BeSweet. -
Well, in fact it does
Step 4:NTSC to PAL Conversion
For ntsc to pal conversion just enter 25000 for the video frame rate in
virtualdub and for besweet choose the preset NTSC -> PAL (23.976 to 25.000).
Have you got any better suggestions by any chance to prevent jerky playback of NTSC material (in this case 29.xxx!) on PAL-player/TV?
Then load the m2v that you got from demuxing and browse and open with dgpulldown and choose the desired fps,if the file was pal-ntsc then the selection would be 25-> 29.97,for ntsc to pal it would be custom
23.976->25 or 29.97->25 depending what the original fps was. -
Well, in fact it does, but only in terms of format. At the bottom of the page, refer to "Step 4"... BUT as both of you pointed out correctly, it says nothing about 29.xxx ...mentions 23.xxx only
Have done several test-conversions. The following yields the best results (no jerkiness of playback, clean and nice audio):
1. AviSynth Script (After all):
Code:DirectShowSource("D:\path-to\movie.avi") ConvertToYUY2() ConvertFPS(23.978)
2. I plan to use BeSweet, etc. afterwards, as per the above mentioned guide.
That means:
1. 29.97 (DiVX-video, AC3-audio in .avi-container)>23.98 (DiVX+wavPCM in.avi)=video re-encoding
2. 23.98>25.000 (DiVX+mp3/AC3-audio)=fr-adjustment+audio-encoding (s. guide)
CU
Thanks again for your kind help and suggestions! -
ConvertFPS(23.978)
However, if you're satisfied with the blurry (but smooth playing) video you're creating , then that's the way to go. I might make a couple of more suggestions, though. If you are OK with keeping the video the same length - not having to speed it up or shorten it - then you can just make it ConvertFPS(25) instead. You can do it in one shot. The video stays the same length and the original AC3 audio can be kept without doing the time-stretch.
Even if you prefer to do the time-stretch for some reason I can't begin to fathom, you can do it all in one crack like this:
ConvertFPS(23.978)
AssumeFPS(25)
And by the way, it should be:
ConvertFPS(23.976)
Depending on how long the video is, by having that last figure off by a little bit, you may find the audio drifting off by a little bit by the end. Unless that's just a typo. And all this assumes you have a true 29.97fps source, and not some 23.976fps source improperly converted to 29.97fps by some idiot that didn't know what he was doing. -
Hi manono,
thanks for all the kind help, again...
Indeed I have now done two files the way you suggest, as it occurred to me also, why not try the short way...
Works fine! Faster too and less troublesome! I feed the script into Total Video Converter and on the TV screen (10 years old, not the height of sophistication...) the outcome is great (I didn't trouble about file length, since that doesn't bother me...)
Script:Code:DirectShowSource("D:\path to....avi") ConvertToYUY2() ConvertFPS(25.000)
Of course - this is NOT, as you point out - the best way to go, if best possible quality of image is to be kept... But these files are not of such grave importance, and I am (s.a.) quite satisfied this way.
Similar Threads
-
when Pal dvd has correct Ntsc audio (Pal>Ntsc conver)
By spiritgumm in forum Video ConversionReplies: 15Last Post: 13th Oct 2011, 12:57 -
how to slow down interlaced Ntsc recording of Pal ?
By spiritgumm in forum Video ConversionReplies: 20Last Post: 11th Oct 2010, 19:59 -
Pal speed-up...
By Fizbin in forum AudioReplies: 0Last Post: 15th Jul 2010, 00:31 -
Converting PAL to NTSC and rip PAL Audio to WAV in VLC
By happydog500 in forum Video ConversionReplies: 1Last Post: 8th Aug 2009, 01:47 -
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