[FFmpeg-devel] [PATCH] Write Pixel Aspect Ratio tag to QuickTime files

Daniel Kristjansson danielk
Thu Jul 8 15:21:12 CEST 2010


On Wed, 2010-07-07 at 19:22 -0700, Baptiste Coudurier wrote:
> > ffmpeg -vframes 300 -i /mythtv/video1/2131_20100706083000.mpg \
> >         -r 30000/1001 -acodec pcm_s16le -async 1 -vcodec mpeg2video \
> >         -y -s 1440x1080 -aspect 16:9 -threads 3 -vtag xdv2 \
> >         -flags ildct+ilme -b 35M -bf 0 -ac 2 -ar 48000 pasp.mov
> >
> > http://www.cuymedia.net/ffmpeg/pasp.mov
> > http://www.cuymedia.net/ffmpeg/no-pasp.mov
> 
> -bf 0 ? That's not what xdv2 is representing.

Sure, but it lowers encoder CPU usage and it's orthogonal to
the pasp issue. 

> This will uselesslly write a pasp for 1:1.

New patch attached.

-- Daniel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mov-pasp-v4.patch
Type: text/x-patch
Size: 1415 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100708/23cdb9c2/attachment.bin>



More information about the ffmpeg-devel mailing list