User User name Password  
   
Sunday 19.1.2025 / 06:23
Search AfterDawn Forums:        In English   Suomeksi   På svenska
afterdawn.com > forums > digital video > video - software discussion > convert pal to ntsc
Show topics
 
Forums
Forums
convert PAL to NTSC
  Jump to:
 
Posted Message
SickBreeD
Newbie
_
29. September 2004 @ 23:34 _ Link to this message    Send private message to this user   
I have probably read through about a million posts and thousands of forums in the last three days or so, I joined up to this one cause it seems the best place for info I've come across on this mystic journey from hell.

anyway I have a question about "MFT" DVD files...
From what I can tell MFT is just another file format like NTFS, and I was told I can convert possibly through extraction from PAL to NTSC. Since I have not gotten any solid answers I assume that is not the case and it has to be extracted then the vob's converted to NTSC.

Or is it possible to convert to ISO in NTSC form from MFT PAL (I just know this is a stupid question). I just thought maybe the person that labeled the source file called it pal since it was at 24 fps from the movie reel...but isn't it called telecine? And can't telecine convert to either from file format?


In short main thing I need to know is do I have to convert to video before converting to NTSC? or am I just getting it mixed up?...sorry for spreading my newb-germs everywhere -SickBreeD

The System Has Failed...

This message has been edited since posting. Last time this message was edited on 30. September 2004 @ 19:12

Advertisement
_
__
tachan
Newbie
_
1. October 2004 @ 03:41 _ Link to this message    Send private message to this user   
I only started this conversion stuff yesterday but am stuck in finding the best method. Can anyone help me 'tweak' this to find a final solution? BTW, I am converting a gymnastics DVD originally taken from PAL DV - so there are already some horizontal block/lines and A LOT of motion.

Method 1-PAL DVD (25fps) to NTSC DVD(29.97) using Canapus Procoder, Goldwave
Renamed VOB to .mpg. Drop into Canapus, encode to NTSC 23.976. Used Pulldown.exe to add 3:2 flags. Video is about the same as original. Checked length in VDubMod and did a 'Time Warp' in Goldwave to change audio accordingly.
-- This worked fine but I wonder if it's really the best and fastest way to do things. Can synced audio be created with Canapus, bypassing the need for an audio editor such as Goldwave?

Method 2-PAL DVD (25fps) to NTSC DVD(29.97) using TMPGenc, Goldwave
Demuxed VOB and put m2v file into TMPGenc, checked 'do not rate conversion' and encoded to 23.976. Used Pulldown.exe to add 3:2 flags. Video is now 1-2 minutes LONGER than original. Checked length in VDubMod and did a 'Time Warp' in Goldwave to lengthen audio accordingly.
-- Video seemed okay. No noticable difference with other methods.

Method 3-PAL DVD (25fps) to NTSC DVD(29.97) using Avisynth, DVD2AVI, TMPGenc (video only)
Followed method described at http://www.geocities.com/xesdeeni2001/StandardsConversion/index.html under "VI. PAL (Video) DVD (25i Fps) -> NTSC DVD (29.97i Fps)". Script as follows:
Quote:
LoadPlugin("MPEG2DEC.dll")
LoadPlugin("SmoothDeinterlacer.dll")
MPEG2Source("DRIVE:\PATH\VTS_xx_x.d2v")
SmoothDeinterlace(doublerate=true)
LanczosResize(720,480)
ChangeFPS(59.94) # or ConvertFPS(59.94)
SeparateFields()
SelectEvery(4,1,2)
Weave()
ConvertToRGB()
-- Video seemed fine and was 4-5 minutes SHORTER than the original.

Method 4-PAL DVD (25fps) to NTSC DVD(29.97) using Avisynth, DGMPGDec, VDubMod, TMPGenc (video only)
Followed method described at http://forum.doom9.org/showthread.php?s=&postid=531475 posted by Xesdeeni. Used DGIndex to get .d2v and .wav file. Opened .avs into TMPGenc under video input. Script as follows:
Quote:
MPEG2Source("PALDVD.d2v")
YV12toYUY2(interlaced=true) # Don't use this script if the source is completely progressive
SeparateFields() # Correct bug in...
Weave() # ...SmoothDeinterlacer
SmoothDeinterlace(doublerate=true)
LanczosResize(720, 480)
ChangeFPS(59.94)
SeparateFields()
SelectEvery(4, 0, 3)
Weave()
-- Video seemed fine but only did a few minutes to see if the script works. Looked the same as Method 2 but seemed a bit smoother.

Can't figure out how to do audio with avisynth. I've read about some Assume command but have no clue where to put it, how to reference the audio file, and how to encode it with tmpgenc setting (ES vs System streams,etc). Minion, you mentioned that you do both the audio and video through Avisynth. Can you or someone else please post a full .avs script I could use and tell me how get the audio too? Also, I have NO idea how the video compares in each method as I cannot spot any differences.

Thank you so much,
tachan

This message has been edited since posting. Last time this message was edited on 1. October 2004 @ 04:54

Minion
AfterDawn Addict
_
1. October 2004 @ 11:44 _ Link to this message    Send private message to this user   
For going from Interlaced Pal DV AVI to NTSC I use these commands for the Frame Rate...

LoadPlugin("C:\PROGRA~1\GORDIA~1\dgbob.dll")
DirectShowSource("C:\Interlaced Pal to NTSC.avi")
DGBob(order=1,mode=0)
ASSumeFPS(23.976fps,True)

Useing this Script it uses the Bob deinterlacer to convert the Interlaced DV into True progressive and the AssumeFPS(23.976,True) command slows down the Video and the Audio to 23.976fps and then when you encode it you just add the 2:3 Pulldown flags to make it 29.976fps or you can encode it to Mpeg2 at 23.976fps and use something like "DoPulldown" or "Pulldown.EXE" to add the 2:3 Pulldown flags after encodeing to mpeg2....

If you are encodeing From a Pal DVD to NTSC then you Most likely just need to add the "AssumeFPS(23.976,True) Command because the Video is Most likely Progressive and the Frame rate just needs to be Slowed down to 23.976fps and the 2:3 Pulldown Flags just need to be added to make it 29.976fps....

If you are encodeing from a Pal DVD you can try useing the "AC3Source.dll" filter so you can load the Dolby AC3 audio useing AVISynth or you can Just wait till after encodeing the Video and then decode the audio and use Goldwave to shrink the audio to the Length of the Video and then re-encode the audio either back to AC3 or to Mpeg1 Layer 2 and then author the files to DVD....

If you don"t know how to Shrink/Stretch the audio with Goldwave then let me know and I will tell you....

Cheers

P-4 2.6ghz (Overclocked to 3.2ghz)
Abit IS7
1gb Dual Chanell DDR 400mhz
Zalman CNPS7000-CU Cooler(Modded with 50cfm Fan)
XFX Gforce 6600GT 128mb GDDR3 (500/1000)
Pinnacle DV500 ADVC Editing Card
RaidMax Scorpio ATX Case + 5 Led

This message has been edited since posting. Last time this message was edited on 1. October 2004 @ 11:46

SickBreeD
Newbie
_
1. October 2004 @ 20:35 _ Link to this message    Send private message to this user   
thanx for the info...with a little luck I should be watching van helsing sometime tonight lol...just gotta get canopus procoder installed.

I got ahold of two versions
(MFT DVD) Can't get it to play in english, not sure if it's true but might be a straight copy of the original movie (telecine?)
&
(PAL DVD)- I will get this one working but it would be nice to see the quality difference in the mft version.

The System Has Failed...

This message has been edited since posting. Last time this message was edited on 2. October 2004 @ 04:29

wombats
Newbie
_
1. October 2004 @ 22:59 _ Link to this message    Send private message to this user   
I've been following this thread for awhile now, basically because I'm stuck as well with the PAL->NTSC conversion process. Here is my dilema, I think it might be quite a bit simpler since I'm staying in AVI format and don't need to go to .mpg2 or DVD yet.

I recorded a show with 2 cameras. 1 NTSC, 1 PAL. I have imported both into my computer onto my harddrive. So now I have one NTSC .AVI file and one PAL .AVI file that I want to edit together as NTSC (final format). So I've been looking for a way to convert the PAL footage to NTSC before I go on to edit in Adobe Premiere. Minion mentioned Canopus but that is super expensive, as well as Atlantis (which I have downloaded and verified the demo seems to do a good job).

How should I proceed with this? I also have Adobe After Effects but have had no luck finding documentation on PAL->NTSC .AVI conversion with it.

Thank you very much for any help!
I appreciate it as I am stuck in the road!
-Wombats
Minion
AfterDawn Addict
_
2. October 2004 @ 11:47 _ Link to this message    Send private message to this user   
Well you don"t have to do anything because Adobe Premier can convert the PAL to NTSC when rendering your Project...
Most High end editors Like Premier and Vegas 5 can do pretty good Pal/NTSC Conversions so just edit in Premier like normal and when you render the Project it will convert the PAL Material to NTSC....I have found that Vegas is better at Pal/NTSC Conversions but they are both quite good...

Cheers

P-4 2.6ghz (Overclocked to 3.2ghz)
Abit IS7
1gb Dual Chanell DDR 400mhz
Zalman CNPS7000-CU Cooler(Modded with 50cfm Fan)
XFX Gforce 6600GT 128mb GDDR3 (500/1000)
Pinnacle DV500 ADVC Editing Card
RaidMax Scorpio ATX Case + 5 Led
buckv
Newbie
_
2. October 2004 @ 13:01 _ Link to this message    Send private message to this user   
I have used Canapus Procoder to convert PAL to NTSC but I am unable to do convert the menus along with it. Any ideas?
Minion
AfterDawn Addict
_
2. October 2004 @ 14:14 _ Link to this message    Send private message to this user   
What do you mean by converting the Menu"s???

If the menu"s are Just Images then you just have to resize them to NTSC resolution and Import them into your DVD authoring program..If they are Mothion menu"s then you convert them the same way you do the Video....

P-4 2.6ghz (Overclocked to 3.2ghz)
Abit IS7
1gb Dual Chanell DDR 400mhz
Zalman CNPS7000-CU Cooler(Modded with 50cfm Fan)
XFX Gforce 6600GT 128mb GDDR3 (500/1000)
Pinnacle DV500 ADVC Editing Card
RaidMax Scorpio ATX Case + 5 Led
buckv
Newbie
_
2. October 2004 @ 14:37 _ Link to this message    Send private message to this user   
Ok but where are the menus located? I use DVD Decryptor to rip the disc using file mode and then I encode in Canopus using the NTSC VOB template.
Minion
AfterDawn Addict
_
2. October 2004 @ 14:53 _ Link to this message    Send private message to this user   
To find the Menu"s you have to rip the DVD in Backup Mode and then Look through every VOB file till you find them...They will not be all together in the same VOB file and there will be other things becides the Menu"s in the VOB files...
It is best to Just Load each VOB file into something like TMPGEnc and use the "Source Range" feature to scan through the VOB files and when you Find a Menu you want you save it as a BMP or JPG Image and import that Image into your DVD authoring Software as a still Menu....

It might just be easier to use your own menu"s...

P-4 2.6ghz (Overclocked to 3.2ghz)
Abit IS7
1gb Dual Chanell DDR 400mhz
Zalman CNPS7000-CU Cooler(Modded with 50cfm Fan)
XFX Gforce 6600GT 128mb GDDR3 (500/1000)
Pinnacle DV500 ADVC Editing Card
RaidMax Scorpio ATX Case + 5 Led
SickBreeD
Newbie
_
2. October 2004 @ 15:19 _ Link to this message    Send private message to this user   
...So just to be clear on this. it doesn't matter if the video and audio sync up in the previews before conversion? As long as their the same time/length within a range of (.001) right?(Canopus procoder 2)

(I need to make sure since it's my friends B-Day tomorrow and I only have 1 more DVD-R)

The System Has Failed...
Minion
AfterDawn Addict
_
2. October 2004 @ 16:21 _ Link to this message    Send private message to this user   
Yes if the audio and Video are the same length then they should sync up perfectly....

P-4 2.6ghz (Overclocked to 3.2ghz)
Abit IS7
1gb Dual Chanell DDR 400mhz
Zalman CNPS7000-CU Cooler(Modded with 50cfm Fan)
XFX Gforce 6600GT 128mb GDDR3 (500/1000)
Pinnacle DV500 ADVC Editing Card
RaidMax Scorpio ATX Case + 5 Led
SickBreeD
Newbie
_
2. October 2004 @ 17:48 _ Link to this message    Send private message to this user   
I wasn't happy with the TMPGEnc version too-choppy so I'm now giving Canopus Procoder 2 a shot. I'm a huge perfectionist so I'm definitely learning avisynth when I got more time...too riskythis time around, a little too prone to mental flatualence.

-SickBreeD

The System Has Failed...
SickBreeD
Newbie
_
3. October 2004 @ 04:02 _ Link to this message    Send private message to this user   
Well before I pull the trigger just thought I would see if anyone knew why or has had the same problem of canopus procoder 2 crashing after the first second of converting...I'm about to just give up on canopussy and go back to TMPGEnc, hopfully when I wake up there will be some magical answer awaiting me.

The System Has Failed...
wombats
Newbie
_
3. October 2004 @ 06:52 _ Link to this message    Send private message to this user   
Thanks for the advice...
I'm using Canopus 1.5.22.0 right now to convert 90 mins of PAL DV footy (AVI) to NTSC.... guess how long it takes? 24 freakin' hours.... 4 hours left. Does this sound right?

I tried some tests importing PAL footage into Premiere, and then exporting as NTSC. It doesn't work. I burned the final AVI on DVD and all the lame PAL remnants were present... jaggies, etc. I tried several tests with Premiere. I did some initial tests with Procoder using the same footage.... worked like a charm (even though it takes 10 times longer to convert).

thanx for all the info and please let me know if my conversion times sound right? I'm running on a VAIO P4 3 gig hz. 512mb ram.

thanx!!!
wombats
Chicoos
Suspended due to non-functional email address
_
3. October 2004 @ 10:23 _ Link to this message    Send private message to this user   
I got a problem . I have my .d2v file and my .wav file in PAL that I want to convert to NTSC with TMPGEnc. The problem is when I enter the .d2v file , I get an error message that says " Can't Load P3Package.dll " . When I enter the .wav file there is no problem. Any ideas what I can do to fix the problem?

Thanks
buckv
Newbie
_
3. October 2004 @ 13:37 _ Link to this message    Send private message to this user   
Thank you for the help Minion
SickBreeD
Newbie
_
3. October 2004 @ 13:55 _ Link to this message    Send private message to this user   
!!!!BANG!!!!

The System Has Failed...
Minion
AfterDawn Addict
_
3. October 2004 @ 14:07 _ Link to this message    Send private message to this user   
You get the "Can't Load P3Package.dll" Error when you do Not have all of the Programs files in the same folder...So make sure that all of the TMPGEnc programs files are in the same Folder and that the Main EXE file is not sitting on your desktop as a Shortcut....

Tmpgenc doesn"t do Proper NTSC/Pal conversions so you will get Jumpy playback and Possible sync problems in the encoded file ,I advise you not to use it for NTSC/Pal conversions unless you know how to do it correctly ....



P-4 2.6ghz (Overclocked to 3.2ghz)
Abit IS7
1gb Dual Chanell DDR 400mhz
Zalman CNPS7000-CU Cooler(Modded with 50cfm Fan)
XFX Gforce 6600GT 128mb GDDR3 (500/1000)
Pinnacle DV500 ADVC Editing Card
RaidMax Scorpio ATX Case + 5 Led
Tovan_69
Newbie
_
3. October 2004 @ 18:48 _ Link to this message    Send private message to this user   
I just finished converting PAL to NTSC and i noticed that the source file is smaller than the converted one any ideas why? because since now it's bigger in size it automatically split into 2 VOB files.

the original source VOB file is .99 go and the converted one is 1.6 go approx. and split into 2 VOB files.

I ran canopus procoder 2 and HT MPEG Encoder 7.0 Pro Author and both output the same size file.

need help cuz doesn't want to be bigger than the Original one(Source).
Minion
AfterDawn Addict
_
3. October 2004 @ 20:38 _ Link to this message    Send private message to this user   
The Size of the Encoded file is directly related to the bitrate you use to encode the File so if the File is too big then use a Lower bitrate but this will also give you lower Quality....



P-4 2.6ghz (Overclocked to 3.2ghz)
Abit IS7
1gb Dual Chanell DDR 400mhz
Zalman CNPS7000-CU Cooler(Modded with 50cfm Fan)
XFX Gforce 6600GT 128mb GDDR3 (500/1000)
Pinnacle DV500 ADVC Editing Card
RaidMax Scorpio ATX Case + 5 Led
wombats
Newbie
_
4. October 2004 @ 01:08 _ Link to this message    Send private message to this user   
When I used Procoder, I set the PAL->NTSC transfer to just use the 'default bitrate' But i have no idea how to determine what that 'default bitrate' is ??? My NTSC AVI also turned out several gigs smaller. It went from 20 gigs to 16 gigs. And it took 24 hours on a p4 3gighz. Does this sound correct? Any ideas what that default bitrate is?
thank you,
wombats

This message has been edited since posting. Last time this message was edited on 4. October 2004 @ 01:10

Minion
AfterDawn Addict
_
4. October 2004 @ 12:08 _ Link to this message    Send private message to this user   
If you just looked through the settings in procoder you would see the bitrate settings and it is usually set to 6000kbs...
If you want your file correctly encoded you MUST go through the settings and set them to the correct settings based on your Source file...
So if for instance your Source file is Progressive you would have to set the encodeing Type to Progressive and the Field order to none ect, and there are many other setting that Must be set if you want to get the best results you can Not just leave everything at the default settings and hope for the Best as the settings are there for a reason and one setting will Never work for all Video Types.....

P-4 2.6ghz (Overclocked to 3.2ghz)
Abit IS7
1gb Dual Chanell DDR 400mhz
Zalman CNPS7000-CU Cooler(Modded with 50cfm Fan)
XFX Gforce 6600GT 128mb GDDR3 (500/1000)
Pinnacle DV500 ADVC Editing Card
RaidMax Scorpio ATX Case + 5 Led
tachan
Newbie
_
9. October 2004 @ 08:40 _ Link to this message    Send private message to this user   
Thx for the help. I finally decided to use Avisynth/TMPGenc which is working out really well. At least to me, Canopus Procoder 2 kept crashing and when it did complete a project, the video was significantly more unclear. I used this Avisynth script in TMPG, ntsc dvd settings, and put the wave into the audio box:
MPEG2Source("C:\XX\XXX.d2v")
YV12toYUY2(interlaced=true)
SeparateFields() # Correct bug in...
Weave() # ...SmoothDeinterlacer
SmoothDeinterlace(doublerate=true)
LanczosResize(720, 480)
ChangeFPS(59.94)
AssumeFPS(59.94, True)
SeparateFields()
SelectEvery(4,0,3)
Weave()
ConvertToRGB()

NOW, I have one more question. It's A LOT of work to completely reauthor this DVD - is there a way I can just 'replace' the audio/video, adjust the chapter points, and resize the menus to 720x480?

This message has been edited since posting. Last time this message was edited on 9. October 2004 @ 13:48

Advertisement
_
__
 
_
tgunn2760
Junior Member
_
9. October 2004 @ 14:31 _ Link to this message    Send private message to this user   
Has anyone used Vegas 4.0 and DVD Architect 1.0, as well as Nerovision2. If yes, can someone compare the two and write a brief opinion on these three programs? I have used Nerovision, have Vegas but don't know how to use it yet.


Thanks in advance for any help.

Regards,

tgunn2760
 
afterdawn.com > forums > digital video > video - software discussion > convert pal to ntsc
 

Digital video: AfterDawn.com | AfterDawn Forums
Music: MP3Lizard.com
Gaming: Blasteroids.com | Blasteroids Forums | Compare game prices
Software: Software downloads
Blogs: User profile pages
RSS feeds: AfterDawn.com News | Software updates | AfterDawn Forums
International: AfterDawn in Finnish | AfterDawn in Swedish | AfterDawn in Norwegian | download.fi
Navigate: Search | Site map
About us: About AfterDawn Ltd | Advertise on our sites | Rules, Restrictions, Legal disclaimer & Privacy policy
Contact us: Send feedback | Contact our media sales team
 
  © 1999-2025 by AfterDawn Ltd.

  IDG TechNetwork