[Libav-user] AVFilter proper configuration

Massimo Battistel battistel at gmail.com
Sat Aug 10 18:26:51 CEST 2013


I found what was wrong.
On "InitFilters" function, when setting args (char args[512]), I had to use
stream timebase (AVStream) and not codec timebase (AVCodecContext). I don't
know if this can be considered a bug.

Second thing, fps filter do not modify frame->pts. Is it correct?

thanks


2013/8/9 Massimo Battistel <battistel at gmail.com>

> Hello,
> regarding the following example:
>
>
> http://ffmpeg.org/doxygen/trunk/doc_2examples_2filtering_video_8c-example.html
>
> I cannot make it work with "fps=fps=25" filter. I get non monotone pts.
> Do I have to modify something on "Init_Filters"?
>
> thanks
>
>


-- 
Massimo Battistel.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20130810/92d21cb5/attachment.html>


More information about the Libav-user mailing list