<div dir="ltr"><div style>Hello,</div><div style><br></div><div style>I work on an opensource project, AvTranscoder (<a href="https://github.com/mikrosimage/avTranscoder">https://github.com/mikrosimage/avTranscoder</a>), which is basically a project to give a high level API of ffmpeg in C++, Java and python.</div><div style><br></div><div style>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.</div><div style><br></div><div style>I saw some useful commands in the ffmpeg project, to manage preset files:</div><div style><a href="https://github.com/FFmpeg/FFmpeg/blob/master/cmdutils.c#L1921">https://github.com/FFmpeg/FFmpeg/blob/master/cmdutils.c#L1921</a><br></div><div style>We would like to manipulate this type of command to get presets, like these ones:</div><div style><a href="https://github.com/FFmpeg/FFmpeg/tree/master/presets">https://github.com/FFmpeg/FFmpeg/tree/master/presets</a><br></div><div style><a href="https://github.com/joeyblake/FFmpeg-Presets">https://github.com/joeyblake/FFmpeg-Presets</a><br></div><div style><br></div><div style>Unfortunately, no functions are exposed in your library to manage the presets.</div><div style>What is your position about it? Is it in your road map to give the developers the ability to manipulate ffpreset from outside?</div><div style><br></div><div style>Best regards,</div><div style><br></div><div style>Clement<br></div><div><div class="gmail_signature"><div dir="ltr"></div></div></div>
</div>