EleonoreMizo / fmtconv

Format conversion tools for Vapoursynth and Avisynth+
Do What The F*ck You Want To Public License
67 stars 14 forks source link

cplaced (avs+) #24

Closed TbtBI closed 3 years ago

TbtBI commented 3 years ago

Hi,

It seems cplaced accepts the cplaces value and it cannot be changed.

Colorbars(pixel_type="yv12")
a=fmtc_resample(width/2, height/2, cplace="mpeg1", cplaces="mpeg1")
fmtc_resample(width/2, height/2, cplaces="mpeg1", cplaced="mpeg2")
Compare(a)
EleonoreMizo commented 3 years ago

Indeed. It was a copy/paste error, as often. Fixed in 9681b3e14cf15f41dfac2515d188af2e8587efe5.

TbtBI commented 3 years ago

Thanks.