videoEncoders(driver, available)
→ tuple
of str
The driver parameter must be a hou.videoDriver. If available is
True, only the encoders that are available on the current platform and license
type are returned, otherwise all encoders are returned. If it is not specified,
it is interpreted as False.
>>> ffmpeg_encoders = hou.videoEncoders(hou.videoDriver.FFmpeg) >>> available_ffmpeg_encoders = hou.videoEncoders(hou.videoDriver.FFmpeg, True)
| See also |