FFMS / ffms2

An FFmpeg based source library and Avisynth/VapourSynth plugin for easy frame accurate access
Other
579 stars 105 forks source link

2.23.1 can't read PNG format #279

Closed k24w24 closed 7 years ago

k24w24 commented 7 years ago

2.23 is good. but 2.23.1 can't make clip from PNG.

myrsloik commented 7 years ago

sample file

k24w24 commented 7 years ago

Do it.

보더리스 = c.ffms2.Source(
    source=파일명,
    fpsnum=60,
    format=vs.RGB24,
    cache=False
)[0]

245

myrsloik commented 7 years ago

Will be fixed in the next release, I forgot to compile it with zlib