Changes between Version 24 and Version 25 of Capture/Desktop
- Timestamp:
- Aug 18, 2021, 10:46:15 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Capture/Desktop
v24 v25 113 113 }}} 114 114 115 {{{-crf 0}}} tells x264 to encode in lossless mode; {{{-preset ultrafast}}} advises it to do so fast. Note the use of `libx264rgb` rather than `libx264`; the latter would do a lossy conversion from RGB to yuv444p (8 bit yuv444p is not enough to preserve 8 bit RGB, 10 bit YCbCr is needed). -color_range 2 is needed because otherwise it will write full range RGB yet will tag it as limited range .115 {{{-crf 0}}} tells x264 to encode in lossless mode; {{{-preset ultrafast}}} advises it to do so fast. Note the use of `libx264rgb` rather than `libx264`; the latter would do a lossy conversion from RGB to yuv444p (8 bit yuv444p is not enough to preserve 8 bit RGB, 10 bit YCbCr is needed). -color_range 2 is needed because otherwise it will write full range RGB yet will tag it as limited range (this was fixed in 7ca71b79f2b3256a0eef1a099b857ac9e4017e36 and thus is no longer needed). 116 116 117 117 The encoder should be fast enough on most modern hardware to record without any framedrop, and even leave enough CPU headroom for other applications.
