VFR-maniac / L-SMASH-Works

Works based on L-SMASH project
98 stars 48 forks source link

RGB24 support partly broken (fails to automatically recognize bgr0 = RGB24) #51

Open ravewulf opened 8 years ago

ravewulf commented 8 years ago

Reading an RGB24 clip (created with AviSynth+ffmpeg, tested ffvhuff and ffv1 codecs) results in error "LWLibavVideoSource: bgr0 is not supported." Manually setting LWLibavVideoSource to use format="rgb24" works. So my assumption is that it isn't recognizing that bgr0 = RGB24. RGB32/RGBA works as expected.

Cross posted from http://forum.doom9.org/showthread.php?p=1762134#post1762134