|
|
|
|
|
by Cyph0n
812 days ago
|
|
I used this wrapper to implement an opening and ending detection tool for “fun” [1]. However, it seems that many programs opt to instead shell out to the ffmpeg CLI. I think it’s usually simpler than linking against the library and to avoid licensing issues. But there are some cases where the CLI doesn’t cut it. [1] https://github.com/aksiksi/needle |
|