[Ffmpeg-devel] 640x480 iPod Baseline Low Complexity Profile
Jeff Clagg
snacky
Thu Sep 21 02:52:46 CEST 2006
On Wed, Sep 20, 2006 at 05:48:39PM -0500, Tyler Loch wrote:
> Sigh.
> Here are links instead:
>
> http://www.techspansion.com/x264.diff
>From the link:
> - x4->params.vui.i_sar_width = avctx->sample_aspect_ratio.num;
> - x4->params.vui.i_sar_height = avctx->sample_aspect_ratio.den;
> + x4->params.vui.i_sar_width = 1001;
> + x4->params.vui.i_sar_height = 1000;
Yikes... surely it's WAY more sensible to set this stuff at runtime
rather than compile time.
More information about the ffmpeg-devel
mailing list