Hi devs. I've been digging into the ffmpeg libav API's, and right now I'm trying to make a simple program which cuts the video from time A to B. Instead of doing my own version, I thought I could use some existing libavfilter for that (if there's one). But, the best documentation I've found about that was on doxygen <http://ffmpeg.org/doxygen/trunk/filtering_8c-source.html> and it was not so clear (and a little bit outdated too, like using avcodec_register_all).
Any suggestions for my journey? Thanks.
_______________________________________________ Libav-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/libav-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
