On Wed, Nov 4, 2015 at 11:20 PM, <
holla....@gmail.com> wrote:
> Hi Victor/Sam,
>
> Did you need to add libwebp as a dependency for this to work?
>
> I tried the same and I get naclports: Package not found: libvpx.
>
> I added --enable-libvpx to ./configure in build.sh and
>
> DEPENDS=(lame libvorbis libtheora glibc-compat libwebp libvpx) in pkg_info
> and still get the same error.
>
> did you have to do something else in addition to the above to get it to
> work?
libvpx was recently added to naclports:
https://codereview.chromium.org/1409393006
It should be enough to sync to the latest version. No local changes
should be needed.
>
> Also I am curious to know how you got H265 working?!? Have you tried H264?
>
> Thank you very much in advance.
> It will be of great help.
>
> Thanks.
>
> On Tuesday, October 27, 2015 at 2:29:30 PM UTC-7, Victor Canezin de Oliveira
> wrote:
>>
>> Thanks, Sam!
>>
>> It worked for me. I just added the dependency for libvpx on both build.sh
>> and pkg_info and built it again.
>>
>> Now I can encode using VP8, but It`s a lot slower than using h256.
>> Do you know if there are some tweaks I can do to make is faster. I need to
>> encode a live stream in 1920x1080.
>>
>> thanks!
>