VFR-maniac / L-SMASH-Works

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

LWLibavSource question #81

Open miaoqiz opened 2 years ago

miaoqiz commented 2 years ago

Hi there,

I am using "lsmas" library in the context of "vapoursynth".

Just wondering if the constructor of "LWLibavSource" allows us to specify the width and/or height?


clip = core.lsmas.LWLibavSource(source=src, format="YUV422P10", cache=0, fpsnum=30000, fpsden=1001, prefer_hw=0)

Thanks, and have a good day!

Mio