On date Friday 2015-01-02 11:13:29 +0100, Werner Robitza encoded:
[...]
> (By the way, should I use in-reply-to or do you want separate threads
> for new patches? The developer doc doesn't say.)
I tend to prefer to have a single thread, so I can follow the
evolution and discussion related to a pat
On Fri, Jan 02, 2015 at 11:11:48AM +0100, Werner Robitza wrote:
> ffmpeg looks for both .ffpreset and .avpreset files depending on whether the
> -[avsf]pre or -pre option is used. Added two sections for each type of preset
> including the rules according to which files are searched.
>
> (Notably,
On Fri, Jan 02, 2015 at 11:13:29AM +0100, Werner Robitza wrote:
> On Fri, Jan 2, 2015 at 12:13 AM, Michael Niedermayer wrote:
> > its not as simple,
> > -pre uses .avpreset and -apre/-fpre/-vpre/-spre uses ffpreset
> > they work differently, avpreset only allows "encoder options"
> > so for exampl
On Fri, Jan 2, 2015 at 12:13 AM, Michael Niedermayer wrote:
> its not as simple,
> -pre uses .avpreset and -apre/-fpre/-vpre/-spre uses ffpreset
> they work differently, avpreset only allows "encoder options"
> so for example you cannot put vcodec=libvpx in it
New patch on the way.
(By the way,
ffmpeg looks for both .ffpreset and .avpreset files depending on whether the
-[avsf]pre or -pre option is used. Added two sections for each type of preset
including the rules according to which files are searched.
(Notably, the lookup order is swapped for avpreset files, because it first
looks for
On Thu, Jan 01, 2015 at 10:08:34PM +0100, Werner Robitza wrote:
> ffmpeg looks for both .ffpreset and .avpreset files in addition to
> checking the FFMPEG_DATADIR and AVCONV_DATADIR.
>
> Added a paragraph explaining that both are included for compatibility
> reasons.
>
> Removed a superfluous sec
ffmpeg looks for both .ffpreset and .avpreset files in addition to
checking the FFMPEG_DATADIR and AVCONV_DATADIR.
Added a paragraph explaining that both are included for compatibility
reasons.
Removed a superfluous section from "Examples" (7.1) which mentioned
AVCONV_DATADIR and .avpreset. It wa