Re: [Libav-user] setting up x264

2013-03-27 Thread Kalileo
On Mar 28, 2013, at 01:20 , Thomas Sharpless wrote: > I know the interface between libavcodec and libx264 is such that you can pass > at least some of the native x264 option strings, such as preset names, > through the opts argument to avcodec_open2(). However it also appears that > this is n

[Libav-user] setting up x264

2013-03-27 Thread Thomas Sharpless
I know the interface between libavcodec and libx264 is such that you can pass at least some of the native x264 option strings, such as preset names, through the opts argument to avcodec_open2(). However it also appears that this is not enough to put the codec into a usable state. Is it spelled ou