Message 1 of 6
Playblasting with qt format giving strange error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
I am trying to playblast a movie with the following parameters:
cmds.playblast(filename='pathtofilename.mov', format='qt', widthHeight=resolution,
showOrnaments=1, percent=100, quality=100, startTime=101, endTime=125,
compression='png',fo=True,viewer=False, offScreen=True)
but i keep getting this error when trying to playblast on the farm (it works locally with no error whatsoever):
[codecinfo] Error: Cannot open plugin directory /home/mayadev/libquicktime/1.2.4/install/lib/libquicktime (forgot make install?) RuntimeError: Unable to initialize codec.
Any idea what that would be the case? Tried setting the LD_LIBRARY_PATH env and still nothing. Any help would be greatly appreciated.
Thanks a lot!