On Tue, Jan 31, 2017 at 2:50 AM, <
pokuri...@gmail.com> wrote:
>
> I have enabled --enable-vp9-highbitdepth while configuring and cross checked
> in configure make doc which will be generated after successful configuration
> command used for that is: ./configure --enable-vp9-highbitdepth
>
your test. You could try to put a #error within any of the #if
>
>
>
> On Tuesday, January 31, 2017 at 12:12:56 PM UTC+5:30, James Zern wrote:
>>
>> On Mon, Jan 30, 2017 at 10:30 PM, <
pokuri...@gmail.com> wrote:
>> > Hi,
>> >
>> > I have tried with command vpxenc input.yuv -o testOut.webm -w 352 -h
>> > 288
>> > --best --max-q=0 --min-q=0 --input-bit-depth=12 --i422
>> > but the compiller throwing error: Error: Unrecognized option
>> > --input-bit-depth=12
>> >
>> > Usage: vpxenc <options> -o dst_filename src_filename
>> >
>> > Options:
>> > -D, --debug Debug mode (makes output
>> > deterministic)
>> > -o <arg>, --output=<arg> Output filename
>> > .
>> > .
>> > .
>> > some more option i am getting
>> > --input-bit-depth is not available in this
>> >
>>
>> That seems to confirm your build is not a high-bitdepth enabled build.
>> That option is protected by CONFIG_VP9_HIGHBITDEPTH (enabled with
>> --enable-vp9-highbitdepth). You might want to try doing another build
>> in a clean checkout.
>