Hi guys,
Please give me a hand with this:
-I have a miniDV camcorder; I capture the .avi on my hard-drive;
-Now, I want to make a DVD compliant mpeg2 from the same .avi, once in NTSC format for me and second in PAL format to send it overseas.
-I have CCE and I find that is the best encoder from all.
How do I do this in CCE ? Apparently, there is no NTSC/PAL selector for the output mpeg2.
If any of you guys have a few moments to help a "sad newbie" in need, it would be greatelly appreciated.
Thanks guys !
+ Reply to Thread
Results 1 to 7 of 7
-
-
You don't say what the original format is, but I am assuming NTSC. Unless you know for sure that your friend cannot play NTSC, I wouldn't bother. Most European and Australian DVD players and TVs will quite happily play NTSC material.
Otherwise, I would use virtualdub to change the size and framerate to match PAL (ie, increase resolution to 576 and framerate to 25 fps). It will make the film run slightly faster, but will be a lot cleaner than trying to add on frame per second. -
procoder does a MUCH better job of this than CCE
"Each problem that I solved became a rule which served afterwards to solve other problems." - Rene Descartes (1596-1650) -
Thanks a lot guys,
So you're saying that a PAL tv would be happy to play NTSC ? I thought it plays b/w an NTSC input.
It would be much easyer for me to just leave it in NTSC.
Anyway, thanks again.
I'll try Procoder too. -
Pretty much any PAL TV built in the last 5 years is capable of displaying multi-format source. Failing that, most (if not all) PAL DVD players will convert NTSC source to PAL, or pseudo-PAL, which most PAL TV's can cope with.
-
Xesdeeni's method works well for this.
There is guide here by Xesdeeni and many posts on it (most by me).
Just do a forum search.
- John "FulciLives" Coleman"The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
-
Here is a sample AviSynth 2.5x script for use with CCE. This will convert your NTSC DV AVI to PAL format.
Code:LoadPlugin("Convolution3d.dll") LoadPlugin("SmoothDeinterlacer.dll") avisource("D:\CAPTURE\ntscdvfile.avi") Trim(40068,59476) crop(8,-8,8,-8) SeparateFields() odd=SelectOdd.Convolution3D (0, 6, 10, 6, 8, 2.8, 0) evn=SelectEven.Convolution3D (0, 6, 10, 6, 8, 2.8, 0) Interleave(evn,odd) Weave() DoubleWeave.SelectEven() AddBorders(8,8,8,8) SmoothDeinterlace(tff=false, doublerate=true) LanczosResize(720,576) ChangeFPS(50) SeparateFields() SelectEvery(4,1,2) Weave() ConvertToYUY2(interlaced=true)
You can get your trim values using the script editing function found in VirtualDubMod ... my GUIDE HERE explains how to do that part.
- John "FulciLives" Coleman
P.S.
When you input your AviSynth script into CCE treat it as if it is a Full D1 resolution (720x576) 25fps PAL source."The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
Similar Threads
-
CCE Pal to Ntsc conversion-NO AUDIO
By ranosb in forum Video ConversionReplies: 9Last Post: 2nd May 2009, 05:45 -
Guide wrong? "Converting a PAL DVD to NTSC using CCE"
By OliverGrey in forum Video ConversionReplies: 2Last Post: 11th Jan 2009, 01:47 -
PAL DVD to NTSC DVD: CCE is changing resolution (720x480 to 720x576). Argh.
By Colmino in forum Video ConversionReplies: 2Last Post: 9th Jan 2009, 19:15 -
CCE guide for PAL to NTSC conversion
By alexs_eu in forum Video ConversionReplies: 9Last Post: 21st Jun 2008, 07:41 -
Pal to NTSC with CCE?
By Sephiroth666 in forum Newbie / General discussionsReplies: 4Last Post: 28th Dec 2007, 22:45