Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revisionNext revisionBoth sides next revision | ||
pal_to_ntsc [2013/08/01 06:19] – beandog | pal_to_ntsc [2014/07/22 17:40] – beandog | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Converting PAL to NTSC ====== | ====== Converting PAL to NTSC ====== | ||
- | I have a number of DVDs on PAL format because they are not available [[http:// | + | I have a number of DVDs on PAL format because they are not available [[http:// |
I use libav to convert them. Using '' | I use libav to convert them. Using '' | ||
Line 14: | Line 14: | ||
< | < | ||
- | avconv -i pal.vob -target ntsc-dvd -vb 9000k -ab 448k ntsc.mpg | + | avconv -i pal.vob -target ntsc-dvd -vb 9000k -ab 192k ntsc.mpg |
</ | </ |