[Libav-user] processing mp4 video frames with libav

Peter Steinbach steinbach at scionics.de
Fri Sep 30 10:24:27 EEST 2016


On 09/28/2016 11:08 PM, Stephane Poirier wrote:
> Yes, thanks Carl,
>
> Would you suggest decode_encode.c demo?
>
> I was hoping someone would give me a pointer to some .cpp code.
>
> Steph
>
>
> On 9/28/2016 11:19 AM, Carl Eugen Hoyos wrote:
>> 2016-09-28 12:39 GMT+02:00 Stephane Poirier <stephane.poirier at oifii.org>:
>>
>>> Want to use it to process .mp4 video frames, I have my own code to tweak
>>> each video frame, from which c, or ideally c++, sample should I start?
>> Did you look into doc/examples/?
>>
>> Carl Eugen

Hi Steph,

no c++ in ffmpeg as far as I know. For my c++ projects I wrapped the C 
structures in shared/unique pointers and came up with some simple 
wrappers for what I needed. That did the trick.

That's all there is -
P


More information about the Libav-user mailing list