pombreda / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

vpxenc fails and reports "Fatal: Stream 0: codec bit depth (1) less than input bit depth (8)" #955

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected behavior? What do you see instead?
I expect vpxenc to encode the file, but it fails giving the above message.

What version are you using? On what operating system?
Using latest git on Fedora 21 (64 bit)

Can you reproduce using the vpxdec or vpxenc tools? What command line are
you using?
./vpxenc ~/Downloads/foreman_qcif.y4m -o test.webm

Please provide any additional information below.

Original issue reported on code.google.com by rxgu...@gmail.com on 18 Feb 2015 at 4:24

GoogleCodeExporter commented 9 years ago
Just passing through and noticed this..

I had this issue when I was accidentally linking my system version of libvpx. 
You could try running `ldd ./vpxenc` to check that you're using the right 
libvpx.so.

If it's a system one, you could try to force the one you built with:
LD_LIBRARY_PATH=/path/to/libvpx/lib ./vpxenc ...

Original comment by w...@chromium.org on 21 Feb 2015 at 12:02

GoogleCodeExporter commented 9 years ago
can you let us know if you tried the suggested fix and if it works for you?

Original comment by ya...@google.com on 24 Feb 2015 at 11:52

GoogleCodeExporter commented 9 years ago
Thanks.

It seems to be working fine now. Not sure what happened.

Thanks again, and sorry for the trouble.

Original comment by rxgu...@gmail.com on 26 Feb 2015 at 2:30

GoogleCodeExporter commented 9 years ago
Thanks for your help watk@

Original comment by renganat...@google.com on 26 Feb 2015 at 11:07