Hello, I work on an opensource project, AvTranscoder ( https://github.com/mikrosimage/avTranscoder), which is basically a project to give a high level API of ffmpeg in C++, Java and python.
To easily launch some encodes, we created preset files, with the same idea of ffpreset: text files with a list of key/value to set several options of the encoder before the process. I saw some useful commands in the ffmpeg project, to manage preset files: https://github.com/FFmpeg/FFmpeg/blob/master/cmdutils.c#L1921 We would like to manipulate this type of command to get presets, like these ones: https://github.com/FFmpeg/FFmpeg/tree/master/presets https://github.com/joeyblake/FFmpeg-Presets Unfortunately, no functions are exposed in your library to manage the presets. What is your position about it? Is it in your road map to give the developers the ability to manipulate ffpreset from outside? Best regards, Clement _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel