Subscribe to AfterDawn's weekly newsletter.
| Convert PAL to NTSC | Viewing Page 5 of 5 -- Go To |
Overview | |
| Difficulty | Easy |
| Progressive PAL to NTSC (23.976fps) | NA |
| Progressive PAL to NTSC (29.97fps) | Very Good |
| Interlaced PAL to NTSC (29.97fps) | NA |
MPEG-2 PAL to NTSC using Pulldown
Converting from PAL to NTSC is usually a destructive process. If you convert the video by slowing it down, as described in the AviSynth section, you still have to adjust the audio to match. If you have a lossy audio track, which has become a defacto standard in most applications, this will result in quality loss. For audio tracks with more than two channels it's also considerably more complex than most people are ready for.
One way to potentially solve this problem is using pulldown. You may already be familiar with the concept of pulldown as it's used for displaying 24fps film content as 29.97fps NTSC video. In simplest terms pulldown involves repeating one half of every other frame (1 field out of 4) to produce the additional frames. Although it produces a slight stutter in the video, if you're used to watching NTSC you likely don't even notice it.
What's less common is the use of alternate pulldown patterns. Repeating one out of every four fields, called 2:3 pulldown produces six additional frames per second. For 25fps PAL video that would be one too many. Instead we need a more complex and somewhat irregular pattern. This pattern, called 2:2:3:2:3 pulldown, repeats two fields out of every ten (5 frames), resulting in five extra frames per second. During this process an occasional duplication is skipped, reducing the framerate to 29.97fps.
| Additional Reading |
| To learn more about Pulldown check out Digital Video fundamentals - IVTC. |
Advantages to 2:2:3:2:3 Pulldown
Since the speed remains identical to the original PAL video, the audio doesn't need to be altered at all. There is no quality loss from decoding and re-encoding, and no complex processes or expensive tools are required.
Required Software | |
![]() | DGPulldownDGPulldown is a tool for adding pulldown flags to MPEG-2 video files. It can be used to change the effective framerate without re-encoding or other lossy processes. In addition to the standard 2:3 pulldown used for film material in NTSC video, it can also add 2:2:3:2:3 pulldown flags for PAL to NTSC conversion and a number of other non-standard patterns. It can be downloaded from Donald Graft's website |
Optional Software | |
![]() | DGIndexIf you don't have separate video and audio files you can use DGIndex to create them from a single MPEG or MPG file, or even a set of DVD VOBs. It can also tell you the video's field order, which you'll need to know for proper operation of DGPulldown.You can download it from Donald Graft's website. |

Using DGPulldown is about as simple as it can get. Use the Browse buttons at the top to set the source and destination files. Select 25 --> 29.97 and click the Convert button. Wait a few minutes and you will have a video file that plays at 29.97fps.
| Learn more about MPEG-2 video | |||||
| Deciphering CCE Basic | TMPGEnc 4 - MPEG-2 and MPEG-1 Video Settings | HC Encoder Settings | |||
| Digital Video Fundamentals - MPEG-2 Encoding | How to Play MPG and MPEG files | ||||
| Convert PAL to NTSC | Viewing Page 5 of 5 -- Go To |
Version History
v1.0 Original version by Rich Fiscus
previousPAL to NTSC using AviSynth
Written by: Rich "vurbal" Fiscus
Last updated: 16 March 2009
Last updated: 16 March 2009



