View Single Post
Old 17th August 2016, 05:39   #3  |  Link
csdesigns
Registered User
 
Join Date: Apr 2008
Posts: 18
Thanks for the fast response qyot27! Unfortunately, I seem to have hit a roadblock... Here is an example of my simple script I am trying to load in AvsPmod and AVISynth+ r2161:
LWLibavVideoSource("source.mxf", format="YUV422P10", stacked=true)
ConvertFromStacked(10)
or
ffvideosource("source.mxf", enable10bithack = true)
ConvertFromStacked(10)
Without the ConvertFromStacked(10) line, the source loads with both plugins into AvsPmod and defaults to YV16. But with this line, I get the following message:
Quote:
Script error: Invalid arguments to function 'ConvertFromStacked'
Am I doing something wrong? Does AvsPmod just not support 10bit display (what you alluded to at the end of your post – I am using AvsPmod included in the r2161 build btw)?

Thanks for the insight into AVISynth+ btw! I was unaware of this project until tonight but like what I have seen thus far...
csdesigns is offline   Reply With Quote