Re: [Libav-user] libx264 library direct usage vs. FFmpeg wrapper routines

2015-10-16 Thread black copper
Hi,

Has anyone tried a similar exercise? Would really appreciate any cues from
everyone...

On Thu, Oct 15, 2015 at 4:38 PM, black copper 
wrote:

> I want to experiment with libx264 encoding routines (using its library).
> Since it is already present inside FFmpeg libraries; I would like to know
> is there any benefit I could expect to achieve by compiling and using
> libx264 directly; instead of using it via FFmpeg libs?
>
> Thanks,
>
___
Libav-user mailing list
Libav-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user


[Libav-user] how to activate videotoolbox hw decoding ?

2015-10-16 Thread Mert Gedik
Hello everybody,

I have a video player written for iOS, and want to add hw decoding feature.

I can build the latest ffmpeg with videotoolbox support, and my project now
needs videotoolbox.framework to be linked. I think, this shows that
videotoolbox is enabled in ffmpeg successfully.

What I wonder is how can I activate this ? I see that the cpu values are
not changed so I guess, ffmpeg still uses CPU decoding

Do I need to set a property like enable-hw or init any API before decoding ?

Any clue is appreciated...

- MG
___
Libav-user mailing list
Libav-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user


Re: [Libav-user] libx264 library direct usage vs. FFmpeg wrapper routines

2015-10-16 Thread Talgorn François-Xavier
Hi,
I didn't try this. Sorry.
If you don't get any answers, it means that no one knows.
Or may be the guy who knows is unfortunately in vacation ;-)
From my personal and humble experience, if someone on this list has an answer, 
you usually get it fast.



Le 16 oct. 2015 à 07:58, black copper  a écrit :

> Hi,
> 
> Has anyone tried a similar exercise? Would really appreciate any cues from 
> everyone...
> 
> On Thu, Oct 15, 2015 at 4:38 PM, black copper  wrote:
> I want to experiment with libx264 encoding routines (using its library). 
> Since it is already present inside FFmpeg libraries; I would like to know is 
> there any benefit I could expect to achieve by compiling and using libx264 
> directly; instead of using it via FFmpeg libs?
> 
> Thanks,
> 
> ___
> Libav-user mailing list
> Libav-user@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/libav-user

___
Libav-user mailing list
Libav-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user