Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 |
AVEncVideoCBRMotionTradeoff Property
Specifies the tradeoff between motion and still images. This property applies only to constant bit rate (CBR) control mode.
Property GUID
CODECAPI_AVEncVideoCBRMotionTradeoff
Data Type
UINT32 (VT_UI4)
Possible Values
The value of this property has the following range:
| Value | Description |
| 0 | Optimize for still images. |
| 100 | Optimize for motion. |
Remarks
This property is read/write.
Requirements
Header: Include codecapi.h.
See Also