View Single Post
Old 8th January 2011, 22:24   #84  |  Link
frustum
Registered User
 
Join Date: Sep 2010
Location: Austin, TX
Posts: 40
jmac698 --

Very nice! I just had an hour to kick the tires and haven't done much testing yet. One roadblock is I don't have quicktime on my PC and don't want it on my PC. So I set up a virtual machine, installed quicktime, your script, and its dependencies. Here is my simple script:

Code:
film = "z:\original-uncompressed\01.avi"

loadplugin(".\mt_masktools-25.dll")
loadplugin(".\QTSource.dll")
import(".\deepcolor.avs")

deepread(film)
#deeplastlo
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.
frustum is offline   Reply With Quote