I'm trying to find a tool/method that will allow me to convert 4:3 Aspect DV-AVI PAL video files (captured from a relative's Panasonic Mini-DV Camcorder) or DV-AVI PAL video files (saved from a Pinnacle Studio Plus 10.6 Project) into 4:3 Aspect DV-AVI NTSC video files. I will then use those converted AVIs to author my own DVDs.
All the tools I find assume that I want to convert from/to DVDs, VOBs, MPGs, etc... I read Fulci Live's guide on a similar subject, but it just doesn't apply here.
Am I overlooking something obvious?
Thanks
+ Reply to Thread
Results 1 to 4 of 4
-
-
If you want to create a DVD, then I would use the pulldown method. Use a stand alone encoder to encode your PAL DV avi at 720 x 480 @ 25 fps. Once you have your hybrid mpeg file, use DG pulldown to add playback flags for 25 -> 29.97 fps. Author as usual and you are done. No sync problems, no needless re-encoding.
Read my blog here.
-
I've had good luck with guns1inger 's method. Here are some guide listings of different conversion methods, including using DGPulldown: https://www.videohelp.com/guides.php?howtoselect=4;41#4;41
Format conversions can be complex. Not something you want to do if you can avoid it. Using a DVD player that can handle both NTSC and PAL is really the best solution. -
If it's interlaced, you'll have to do an interlaced resize. Otherwise you'll pretty much ruin it. The best way (of several) is via Avisynth:
LeakKernelBob(Order=1)#if TFF, Order=0 if BFF
LanczosResize(720,480)
SeparateFields()
SelectEvery(4,0,3)#if TFF, SelectEvery(4,1,2) if BFF
Weave()
ConvertToYUY2(Interlaced=True)#if for CCE, ConvertToRGB24(Interlaced=True) if for TMPGEnc
and encode for TFF. VDub also has a (slightly inferior) method of splitting the fields and then doing the resize.
If it is interlaced, you can't run DGPulldown afterwards. You'll either have to deinterlace to make it progressive, or use another script to do the PAL2NTSC conversion (probably one of Xesdeeni's). If making an uncompressed AVI first, the only difference is that you use AVISource, instead of MPEG2Source or FulciLives' method of dropping the D2V into TMPGEnc.
Similar Threads
-
Help with converting Panasonic Lumix video files NTSC US system to PAL
By bodrilla in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 2Last Post: 26th Apr 2011, 07:52 -
PAL to NTSC avi files
By reptilia82 in forum Video ConversionReplies: 12Last Post: 10th May 2010, 07:08 -
Converting mp4 files to avi files
By HartsVideo in forum AudioReplies: 1Last Post: 18th Jul 2008, 18:20 -
Converting AVI files to Video_TS files/ffmpegx V0.0.9Y OS is Tiger.
By sadepussycat in forum MacReplies: 10Last Post: 2nd Jun 2008, 15:43 -
Converting PAL VOB FILES TO NTSC VOB FILES...
By mmmipa in forum Video ConversionReplies: 3Last Post: 5th Apr 2008, 17:15