I'm looking for a way to set the compression settings straight though mel.
I've tried looking at the script editor with echo all commands but if you change the compression settings it just says -option. I've searched the forum and got this
playblast -c 60 -f myMovie.mv
-c/-compression
NT: If the argument is an empty string ("") a dialog comes up allowing the user to set the codec, data rate, keyframing, compression quality, and codec settings. (This dialog will also come up with playblast -options
.) If it is any other value, it is assumed to indicate the 4 byte handler code for the Video for Windows codec to compress the image (this is from the docs)
you can also use the "-o" to call the options for the playblast w/o running the playblast, hope this helps.
[from] tribesman
I already have it set to prompt the user to set the compression. There's got to be a way to do it all in the script. I'm on a Mac, so my playblast player is quicktime. I've talked to guys who know how to script but none of them seem to know anymore than this. Any help, Please?