Feedback

What's your question?

By: [ Editor ] Asked from United States of America

Is there any way to set H.264 as the default compression for Maya playblast?

Every time I exit, it defaults back to "Animation" (or whatever the default compression is).

Thanks in advance

Forgot to mention this is on a Mac OSX.

Add comment viewed 299 times Latest activity 7 months ago

or Cancel

1 answer

  • 1

manny [ Editor ]

It's not the answer but I figured out a workaround to make sure you always get H.264 compression for all playblast quicktime creation.

Edit your userSetup.mel and include the following line. This forces the user to set the compression at the start of each Maya session ensuring the desired QT compression.

playblast -options;

or Cancel