Skip to content

Commit

Permalink
fix: deprecate VideoCodec variable in VideoLookAtCamera and recommend…
Browse files Browse the repository at this point in the history
… VIDEO_ENCODER
  • Loading branch information
melund committed Feb 26, 2025
1 parent e981c17 commit 10e2276
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Tools/ModelUtilities/Video/VideoLookAtCamera.any
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,7 @@ To use the class template.
#var AnyFloat VideoInputScale = 1;

//VideoLookAtCamera
/// The video codec ffmepg will use to create the video.
/// Choose "libxvid" for best for compatibility (eg. with PowerPoint)
/// or "libvpx-vp9" for best performance
/// Deprecated. Use the VIDEO_ENCODER argument instead.
#var AnyString VideoCodec = "";

//VideoLookAtCamera
Expand Down

0 comments on commit 10e2276

Please sign in to comment.