[FFmpeg-user] custom video enhancements using ffmpeg

Roger Pack rogerdpack2 at gmail.com
Sat Jul 28 21:42:50 CEST 2012


>> I am looking at ffmpeg to produce raw frames which I can tweak and then
>> give back to the ffmpeg to transcode it back.
> ...
> Another solution would be to use the ffmpeg C API instead of the
> command-line tool.

Yeah you could do it as a "custom" application that uses ffmpeg's C
API http://ffmpeg.org/developer.html#API (or as a filter, etc.)


More information about the ffmpeg-user mailing list