|
|
|
|
|
by demomode
1888 days ago
|
|
You should take a look at Gstreamer, it has all the bells, whistles and codecs of ffmpeg (it integrates ffmpeg directly as a plugin). It's designed around the concept of graph pipelines and command line interface it's a little more verbose that ffmpeg's but more easy to understand. https://gstreamer.freedesktop.org/documentation/tools/gst-la... |
|