Seiten

Sonntag, 29. April 2012

create playblast in h264 mov

This script creates a playblast and auto convert it as a h264 mov
Nuke and Quicktime have to be installed on the same Pc.
The Script works only on Windows.
The Quicktime have a text overlay with the scenename and the actuel Frame .















Save the script in your scripts directory.
copy  this to your script editor.
replace the parameters and execute.


  1. #    This Scripts works only with Nuke on the same PC
  2. #
  3. #    Export a PlayBlast with Handles and Convert the Avi to a h264 mov File
  4. #        
  5. #    function createH264PB(path to the nuke.exe, framerate, handles,width, hight)
  6. #    if the framerange doesnt match with your scene framerate ,the script will not run
  7. #
  8. #    the mov is in the images folder
  9.  
  10. import rf_playblast
  11. rf_playblast.createH264PB("C:\Program Files\Nuke6.3v1\Nuke6.3.exe",25,10,1280,720)

Download:
http://dl.dropbox.com/u/34893475/rf_playblast.py

Keine Kommentare:

Kommentar veröffentlichen