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

High resolution video unplayable. #11

Open kidrigger opened 5 years ago

kidrigger commented 5 years ago

Videos of larger resolution run out of packets and don't play. Need to increase the buffer length and send decoding must be able to support more than 1 packet per frame.