EIRTeam / EIRTeam.FFmpeg

Plugin for godot that adds an FFmpeg-based decoder.
https://eirteam-docs.readthedocs.io/en/latest/documentation/ffmpeg/ffmpeg_getting_started.html
MIT License
134 stars 21 forks source link

Is .mov supported? #3

Closed htang63 closed 1 year ago

htang63 commented 1 year ago

When i try to play a .mov file it crashes. Is mov not supported or could it be a codec issue? I was trying to use codec ProRes4444 with alpha channel.

EIREXE commented 1 year ago

You will need to use a distribution of the ffmpeg library that has more codecs enabled, you can try using the LGPL builds fuond here

htang63 commented 1 year ago

Thank you very much and great job with this plugin