Re: dvd author make anamorphgic from 4:3?
Lawrence D'Oliveiro <ldo-kC51rjc0cqs1dNLGKZg6taU/[email protected]>
| Newsgroups | gmane.comp.multimedia.dvdauthor.user |
|---|---|
| Organization | Geek Central |
| Message-ID | <[email protected]> |
On Mon, 28 Mar 2011 17:58:13 +0100, Kit Rule wrote: > You must add the padding when you transcode with ffmpeg. > Example parameters for ffmpeg to produce an NTSC mpeg are: > -target ntsc-dvd -aspect 16:9 -padtop 68 -padbottom 68 -s 704x344 > Padding varies depending on the aspect of your source. Current versions of FFmpeg don’t do padding that way. It’s now just another video filter, so your example would become -target ntsc-dvd -aspect 16:9 -s 704x344 -vf pad=704:480:0:68 ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ Dvdauthor-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dvdauthor-users