kidrigger / godot-videodecoder

GDNative Video Decoder libraries for Godot Game Engine, using FFmpeg library for codecs. A Google Summer of Code Project, 2018
MIT License
84 stars 22 forks source link

Provide builds using Operating System encoders #42

Open fire opened 3 years ago

fire commented 3 years ago

Using the os encoder decoders from ffmpeg also exposes h.264 from the os where the codec should be theoretically properly licensed.

jamie-pate commented 3 years ago

I guess the ideal is that they are actually available for h264 on all platforms because it's super popular? Also would need a way to deal with the possibility that it's not (probably not going to be there on Linux)

fire commented 3 years ago

Cisco has made efforts to provide a fully licensed decoder for Linux.

jamie-pate commented 3 years ago

As long as it's in your distro :) just need a way gracefully keep running if it's not