Limited preview of the requested document.
To view the whole document, you must be registered as a VIP.
Convert PAL to NTSC video
The following example will illustrate what is discussed in the "converting PAL to NTSC" article that you can find on this site. Processing of video will be made with a scripting tool called "AVISynth". If you are not familiar with it, I encourage you to review the "AVISynth Guide", also available on this site. This example will also make use of frameserving through the VFAPI proxy codec.
Tools needed to follow this example:
- VirtualDub
- AVISynth
- DVD2AVI
- VFAPI Codec & Reader
- ReverseFieldDominance filter for VirtualDub
We will attempt to convert a PAL source that was acquired from a video camera. Its characteristics are: MPEG-2 format, 720x576 resolution, 50 fields / second. Note that only the video part of the conversion is covered here.
1. VFAPI frameserving
(...)

