jmac698
9th January 2011, 03:38
Running this script under virtualdub, I do see the video. If I uncomment the last line to see the lsbs, I see black, confirming that my "10b video" is really 8b video in a 10b format.
What is weird is that the film has 5023 frames, but if I view deeplastlo, virtualdub says that I have 240 frames.
I have no way of testing qtinput right now, nor really a method to create specific v210 files, but you can try this:
fn="c:\videos\test.mov"
hi=qtinput(fn,color=2,audio=true,mode=1,raw="v210")
lo=qtinput(fn,color=2,audio=true,mode=1,raw="v210",dither=1)
subtract(hi,lo)
and try to see if there's any different color pixels. Using AvsPmod and moving your mouse on the video will show the differences.
Update:
I got to see some pixels myself, however there's a bug in my program in the calculation of deeplastlo.
Wait for the new release.
thanks for testing!
What is weird is that the film has 5023 frames, but if I view deeplastlo, virtualdub says that I have 240 frames.
I have no way of testing qtinput right now, nor really a method to create specific v210 files, but you can try this:
fn="c:\videos\test.mov"
hi=qtinput(fn,color=2,audio=true,mode=1,raw="v210")
lo=qtinput(fn,color=2,audio=true,mode=1,raw="v210",dither=1)
subtract(hi,lo)
and try to see if there's any different color pixels. Using AvsPmod and moving your mouse on the video will show the differences.
Update:
I got to see some pixels myself, however there's a bug in my program in the calculation of deeplastlo.
Wait for the new release.
thanks for testing!