[FFmpeg-devel] ffprobe as library rather than CLI
Samuel Marks
samuelmarks at gmail.com
Wed May 12 16:19:53 EEST 2021
Started hacking around to make it work. So I changed the `main` to a:
extern int ffprobe(int argc, char **argv);
Then I added a header with a prototype of the same, and started
messing with vcpkg + CMake to try and get it to build correctly.
Is there any appetite amongst you FFMPEG developers for an actually
workable API to be built; as a C SDK?
PS: Would welcome ideas on how best to build this
More information about the ffmpeg-devel
mailing list