|
|
|
|
|
by Sean-Der
223 days ago
|
|
My question/curiosity is why do so many people use ffmpeg (frustrated by the syntax) when GStreamer is available? `gst-launch-1.0 filesrc ! qt4demux ! matroskamux ! filesink...` people would be less frustrated maybe? People would also learn a little more and be less frustrated when conversation about container/codec/colorspace etc... come up. Each have a dedicated element and you can better understand its I/O |
|