View Single Post
Old 30th March 2015, 23:50   #14  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
I note chroma horizontal shift between ffms2 and L-SMASH Source

Code:
 LWLibavVideoSource("D:\Toei_0_07-2_OP.avi", cache=false, dr=true).Crop(0,0,-16,0).AssumeBFF() # or even LWLibavVideoSource("D:\Toei_0_07-2_OP.avi", cache=false).AssumeBFF()
 ConvertToyuy2(interlaced=true)
and

Code:
ffVideoSource("D:\Toei_0_07-2_OP.avi").AssumeBFF()
Mention that ffVideoSource out yuy2 but the source is yv411
__________________
See My Avisynth Stuff
real.finder is offline   Reply With Quote