AWS Thinkbox Discussion Forums

Draft RC2 (Build 16)

[size=150]INSTALLATION INFORMATION[/size]
In the last few Deadline builds we changed how Draft is installed and distributed – it should primarily reside in a Draft folder in the root of the Deadline repository. Slaves will now check their version of Draft against the repository and self-update their local copies if/when needed. This works similarly to our regular auto-updating for the Deadline binaries, but is done by the Draft plugin when it is loaded up by the Slave. As such, to update Draft, all you should need to do is extract the attached .zip file in the root of your Deadline Repository, and it will propagate to the slaves when needed. It is strongly recommended that you manually remove any old local Draft installs on the slaves to prevent any conflicts (such as in C:\Program Files\Thinkbox\Deadline\bin\Draft)

[size=150]What’s New[/size]

  • Added VideoDecoder.fps property. This property represents the average frame rate of the video file.

dec = Draft.VideoDecoder( '//path/to/input.mov' ) enc = Draft.VideoEncoder( '//path/to/out.mov', dec.fps, 1280, 720 )

  • Added VideoDecoder.width and VideoDecoder.height properties. These properties represent the width and height of the decoded video frame.

dec = Draft.VideoDecoder( '//path/to/input.mov' ) enc = Draft.VideoEncoder( '//path/to/out.mov', dec.fps, dec.width, dec.height )

  • VideoEncoder now copies all audio tracks from the audioFilename. Before, it copied only the first audio track.
  • Updated to FFmpeg 1.0.
Privacy | Site terms | Cookie preferences