Jump to content

FFmpeg: Difference between revisions

127 bytes added ,  11 February 2021
Line 325: Line 325:
You can try [https://github.com/PyAV-Org/PyAV pyav] which contains bindings for the library. However I haven't tried it.   
You can try [https://github.com/PyAV-Org/PyAV pyav] which contains bindings for the library. However I haven't tried it.   
If you just need to call the CLI, you can use [https://github.com/kkroening/ffmpeg-python ffmpeg-python] to help build calls.
If you just need to call the CLI, you can use [https://github.com/kkroening/ffmpeg-python ffmpeg-python] to help build calls.
==JavaScript API==
To use FFmpeg in a browser, see [https://ffmpegwasm.github.io/ ffmpegwasm]. 
Note: I have not tried this.


==My Preferences==
==My Preferences==