Atak_Snajpera
3rd November 2019, 15:55
Avisynth+ r2772 x86_64
Script
video=BlankClip(length=25,width=640,height=480,pixel_type="YV12",fps=25,color=$aaaaaa)
Target_Width=Int(video.height*1.78)
Target_Height=video.height
Border=(Target_Width-video.width)/2
video=ConvertToYV24(video).AddBorders(Border,0,Border,0).ConvertToYV12 # <- works fine with ConvertToYV16 or ConvertToY8
return video
https://i.postimg.cc/Dy6ZXDjh/ure.png
Problem is with my MPC-HC or there is some bug in AviSynth+?
Script
video=BlankClip(length=25,width=640,height=480,pixel_type="YV12",fps=25,color=$aaaaaa)
Target_Width=Int(video.height*1.78)
Target_Height=video.height
Border=(Target_Width-video.width)/2
video=ConvertToYV24(video).AddBorders(Border,0,Border,0).ConvertToYV12 # <- works fine with ConvertToYV16 or ConvertToY8
return video
https://i.postimg.cc/Dy6ZXDjh/ure.png
Problem is with my MPC-HC or there is some bug in AviSynth+?