[vlc-devel] [PATCH] Adds Support for Intel's QuickSync Video encoder

Rafaël Carré funman at videolan.org
Fri May 10 21:48:35 CEST 2013


Le 10/05/2013 21:18, Julien 'Lta' BALLET a écrit :
> You'll find attached a new patchset integrating (most of) the suggested changes.

Thanks,

>> On Fri, May 10, 2013 at 7:27 PM, Rafaël Carré <funman at videolan.org> wrote:
>>> +    enc->fmt_out.i_cat                 = VIDEO_ES;
>>> +    enc->fmt_out.p_extra               = 0;
>>
>> NULL, but I guess es_format_Init should be used instead.
> 
> Already done by sout-transcode actually so i removed it. This is
> nevertheless surprising since i've followed other codec implementation
> (x264 and dirac)

This sounds redundant so it could probably be removed from those as well.

>>> The problem is with unpaced inputs like file?
>>
>> To be honest, i've only been testing with files. I'll try to find a
>> few real time streams to test this. But i think this is the case.
> 
> My test machine driver/hardware is a little buggy so i can't test that
> now. I'll do that next week and report the results.

BTW I think udp access output should output in realtime, so you could do:

vlc foo.mp4 --sout '#std{access=udp,mux=ts,dst=127.0.0.1:1234}' --loop
vlc udp://@127.0.0.1:1234 --sout '#transcode...'



More information about the vlc-devel mailing list