i have been ready all the posts on here about people wanting to convert between pal and ntsc. let me start by saying my dvd player DOES play both but my mothers player does not so i would like to convert some stuff from ntsc to pal for her. the main problem i have read in posts is the whole framerate conversion problem that converting from 30 to 25 just for an example will make the resulting video either skip or pause every so often. i hvae one very interesting question in regards to this.
what would happen if you played the NTSC footage on your computer/video player/dvd player and connected it to a standalone dvd recorder and recorded it to a dvd as PAL. when this was played would it still play back with skips/pauses![]()
![]()
![]()
+ Reply to Thread
Results 1 to 15 of 15
-
-
when you convert frame rates using TMPGenc it will add or delete entire frames to get the correct rate. this obviously looks crap
Playing NTSC and recording to PAL probably won't work. i'd be surprised if you can override the input format. a proper standards convertor converts the framerate in a field based operation. this gives slightly funky motion, similar to what you see on a 24fps movie telecined to 29.97 on ntsc TV.
far and above the best conversion for movies is doing the 4% speedup/slow down, but if your source is true 29.97 interlace a standards convertor is necesary to get decent quality. -
I was about to post a new thread, but this one appears to discuss the issue.
I have a 29.976 video footage (true 29.987 video) that I need to convert to 25fps PAL. I have gone through the video frame by frame and confirmed the repeat frames every 4 frames. As I understand, I need to remove this extra frame every 4 frames (which I think I've read is not repeated at certain timestamps).
The only way I can think of is to save the video (40min or so) as individual BMPs with VirtualDUB and write a program that will delete the extra frames, renumber the whole sequence and re-encode into AVI.
I bet there has to be smarter way but with NTSC video I am a hopeless rookie.
Any educated suggestions? Any specific tools I can use?
Thanks in advanceThe more I learn, the more I come to realize how little it is I know. -
Originally Posted by SaSi
-
Originally Posted by SaSi
Use IVTC to return it to 23.976fps, then speed up to 25fps for PAL. -
If it is repeated FRAMES as in 1-2-3-4-4 1-2-3-4-4 etc. then
all you have to do is use Avisynth function SelectEvery
to grab 4 out of 5 frames. Decimate may do this more easily
by detecting duplicate frames automatically.
IVTC won't work on that. Telecine duplicates FIELDS -
I agree w/ FOO ...
use avisynth 's SelectEvery() and remove them. It's the best tool to use in
these sticky situations :P
Some thoughts on the above command..
SelectEvery() is very mysterious. At least to me. I've have not ben able to
find a "definative" manual on this one command for avisynth
.
In my OP, no one knows it's true and proper use. And, we all (I know I have)
have to try many many what-if's before it finally works. For example..
After many weeks of messing w/ an IVTC, I finally found a combo of commands
in avisynth to work out my "true" film sources from my .AVI captures (be
it LD disks or Antenna captures) just by using SelectEvery() by itselfBut,
this mysterious command is pure madness.
Just curious.. does anyone truel understand this command and can
give several good examples of HOW-TO in using it. Example as in SaSi 's
situation ??
In any case, I think that using SelectEvery() should do the trick. You'll
most likely have to resort to using a combo of other command in avisynth
to finalize the conversion- - good luck.
Many thanks all,
-vhelp 2556 -
Originally Posted by bugster
Obviously, my footage is not TRUE 29.987, as it does have repeat frames. Being confused about the NTSC format, I thought that NTSC is 29,976, which when converting film to NTSC is actually 23.976 with some frames implied to be repeated.
I continued my search in the forum and found a good guide by SatStorm about IVTC on the 29.976 footage using VirtualDUB. I did that and it removed the repeat frames, which left as the only thing to do to speed playback to 25fps, adjust the audio pitch and finish.
Althought he video I wanted to convert is done, I am not sure I understand what I did and why
Is the following statement correct? (If it is indeed, then I guess I've learnt something in the process. If not, please be so kind to tell me where I've lost it)
NTSC is 29.976 fps. Video is shot at this frame rate, which means that no repeat frames are found. Film is slowed to 23.976 then repeat frames are added to make it 29.976. DVD allows for FILM material to be encoded at 23.976 so that repeat frames don't occupy space for nothing.
Now, if the above statement is correct, could someone point me to the right direction to read something about interlaced 29.987 material and how to convert that to PAL?The more I learn, the more I come to realize how little it is I know. -
I guess I don't get the problem
SelectEvery( 5 , 0 , 1 , 2 , 3 ) selects frames 0 , 1 , 2 , 3
out of the set of 5 frames 0 , 1 , 2 , 3 , 4
It eats every 5th frame
SelectEvery( 2 , 1 ) gets every other frame starting at the second one
SelectEvery( 4 , 0 , 1 , 2 , 3 , 3 ) does the opposite of the first one
Is this not correct ? -
Originally Posted by SaSi
as for 29.97video to 25video, i believe there's an avisynth script out there, but i just leave it at 29.97 as my DVD player and TV quite happily play NTSC. -
flaninacupboard,
I used the SatStorm's guide to convert to 23.976 and then back to 25 by speeding up a little. It worked fine.
The reason I need to change the original rate and format is that I need to merge this video with others that are PAL and I live in a PAL country anyhow, and other people will get a copy of the footage and I can't tell what their DVD players and TVs can handle.The more I learn, the more I come to realize how little it is I know. -
Originally Posted by SaSi
-
That's a nice fast and "dirty" method.
I output NTSC as PAL with a DVD Standalone that can do this kind of convertion (most R2 do it) and re-capture realtime to mpeg 2 with mainconcept. There is some kind of "flickering" and "jerkiness" in the motion (slow left to right move, etc...), but it works and because many TV Stations do this years now, it is "acceptable" by many TV Viewers.
Of course, if you realise that it can be done better and with no issues, then you piss off for real. Especially if you value a lot your material (for example, a rare old movie / cartoon you have that way)
That method I mention at the guides for NTSC to PAL is not the best, but it is among the easiest for us, the GUI users. And works on most situation (except true interlace NTSC of course) -
If you are converting the DVD MOVIE only from NTSC to PAL or vice versa, there's a way to do it but not possible on the whole DVD including subtitles. I've been converting DVD movie only with good video and sound for awhile. First of all , the whole movie is more than 4.7gb and you have to compress it and then re-encode. So, if that is your intention, just the movie only, to be watch on somebody else is not a problem.
Similar Threads
-
Pls help! Best way to convert NTSC VHS (captured using PAL VCR) to NTSC DVD
By rairjordan in forum Capturing and VCRReplies: 33Last Post: 28th Nov 2013, 11:33 -
when Pal dvd has correct Ntsc audio (Pal>Ntsc conver)
By spiritgumm in forum Video ConversionReplies: 15Last Post: 13th Oct 2011, 12:57 -
Convert PAL to NTSC?
By rock.freak667 in forum DVD RippingReplies: 8Last Post: 21st Jul 2009, 08:16 -
How to convert NTSC to PAL?
By jebinio in forum Video ConversionReplies: 15Last Post: 8th May 2009, 19:03 -
How to convert PAL DV to NTSC (I ONLY have NTSC DV camcorder to play with)
By inspiron2 in forum Video ConversionReplies: 4Last Post: 7th Jul 2008, 21:45