Thread: Avisynth+
View Single Post
Old 27th June 2016, 23:04   #1857  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
Quote:
Originally Posted by Chikuzen View Post
Code:
lsmashvideosource(film, stacked=false, format="YUV444P16", dr=true)  
# Open Prores422 10 bit as YUV444P16
Spline64Resize(400,300)
...
Why do you take a side trip and waste your time?
You can open the source as NativeFormat
We discussed this in #avs-plus@irc.rizon.net

Currently lsmashvideosource without stacked will out in interleavexbit not in NativeFormat, so this will need something like ConvertInterleaved16ToNative() and ConvertNativeToInterleaved16()

Interleaved16 will be like the clip that out from dither_out()

more clearly details in flash3kyuu_deband.txt, input_mode and output_mode and stacked bool in f3kdb_dither
__________________
See My Avisynth Stuff

Last edited by real.finder; 27th June 2016 at 23:33.
real.finder is offline