Log in

View Full Version : Convert NTSC to PAL


DVDBob
26th April 2011, 22:45
Hello.

I know there are many others who have asked about it.

So i hope someone will post a topic or more about it.

Or tell me about it.

Ghitulescu
27th April 2011, 06:01
There are even stickies and guides. Google is your friend, as there's no simple answer and the path to be followed depends on many factors (source).

setarip_old
27th April 2011, 06:08
@DVDBob

Hi!

Use the "Search" function at the top of this page (NOT "Search this thread") to search for "NTSC to PAL"

DVDBob
27th April 2011, 12:36
Here is my AviSynth Script, but does not work:
Loadplugin("C:\New\RemoveGrainSSE3.dll")
Loadplugin("C:\New\RepairSSE3.dll")
Loadplugin("C:\New\MT_Masktools-26.dll")
Loadplugin("C:\New\TIVTC.dll")
Loadplugin("C:\New\Average.dll")
LoadPlugin("C:\Program Files (x86)\MeGUI\tools\dgindexnv\DGDecodeNV.dll")
DGSource("C:\Gertrud.dgi",fieldop=1)
SRestore(FRate=25000/1001)

And here is a sample of my DVD:
http://www.mediafire.com/?g9a5qd66qqguygh

Groucho2004
27th April 2011, 13:07
With this source I would do this:


Use DGIndex with "force film"
Put "AssumeFPS(25,1)" in your script
Re-encode with HC or whatever you prefer
Use eac3to to speed up the audio
Mux with Muxman


If this all sounds strange to you - use a GUI.

Edit: You'll also have to resize to 720x576.

DVDBob
27th April 2011, 19:26
What is HC???

sneaker_ger
27th April 2011, 19:57
What is HC???

An MPEG2 encoder: HCEnc (http://forum.doom9.org/showthread.php?t=156954)

Ghitulescu
27th April 2011, 19:58
What is HC???

Now this is the question of the year ;)
Do you know the software page of doom9?
http://www.doom9.org/software.htm

DVDBob
27th April 2011, 20:26
Thanks i will check it out maybe tomorrow or in weekend.

DVDBob
29th April 2011, 12:18
Is this command the right one for the audio???: %_.ac3 -192 -speedup

Groucho2004
29th April 2011, 13:06
Is this command the right one for the audio???: %_.ac3 -192 -speedup

Yes it is.

DVDBob
29th April 2011, 13:22
Ok...