| ▲ | nerdsniper 6 hours ago | |||||||
Is GStreamer a more secure alternative or does it just get a bit less attention than ffmpeg? | ||||||||
| ▲ | derf_ 3 hours ago | parent | next [-] | |||||||
Any multimedia project trying to support a large number of formats, whose usage in the wild differs by orders of magnitude, is going to have code of varying quality (although quality is not strictly correlated with usage: age and complexity are also big factors, among others). GStreamer puts plugins into different categories (-good, -bad, etc.) based on things like the maturity of the code, which helps you judge what risks you are taking. With FFmpeg it is harder to know which formats are more likely to have issues. Of course GStreamer can use FFmpeg, in which case you will also have all of FFmpeg's problems. In both cases you are best off restricting things to what you actually use. | ||||||||
| ▲ | WD-42 5 hours ago | parent | prev | next [-] | |||||||
From what I understand gstreamer is more about building complex pipelines and plugins, ffmpeg is better at playing some obscure 20 year old video format extremely efficiently so you can watch it compiled for a potato. Different cases really I think both are good. | ||||||||
| ||||||||
| ▲ | hugmynutus 3 hours ago | parent | prev | next [-] | |||||||
GStreamer is just a different front end to ffmpeg. ffmpeg's core functionality (encode, decode, streams, pipes, channels) are all implemented in `libav` which gstreamer links against. | ||||||||
| ||||||||
| ▲ | wmf 4 hours ago | parent | prev | next [-] | |||||||
Doesn't GStreamer mostly use ffmpeg plugins? | ||||||||
| ▲ | ranger_danger 5 hours ago | parent | prev [-] | |||||||
In my experience it's mainly run by very grumpy and opinionated Europeans who take pride in having bugs old enough to drink. | ||||||||