| 89 | | ||= Name =||= Label =||= FFmpeg argument =||= value =||= Comment =|| |
| 90 | | || ver || Version || `-level` || major version 3, minor version 4 || minor-version is encoder internal and read only. || |
| 91 | | || coder || Coder || `-coder` || 0 || 0=Golomb Rice, 1=Range Coder, 2=Range Coder (with custom state transition table) || |
| 92 | | || colorspace || Color space || || 0 || 0=YCbCr ("YUV"), 1=JPEG2000_RCT ("RGB") || |
| 93 | | || bpr || Bits per sample || `-pix_fmt` || 10 bits || For example with "yuv422p10le" || |
| 94 | | || slices || Slice count || `-slices` || 3x2 = 6 || Shows the layout of slices as "width x height" || |
| 95 | | || ec || Error correction || `-slicecrc` || 1 || 0=OFF, 1=ON || |
| 96 | | || intra || Intra-frame only || `-g` || 0 || 0=GOP greater than 1, 1=GOP is 1 || |
| | 94 | ||= Name =||= Label =||= FFmpeg argument =||= Value =||= Comment =|| |
| | 95 | || ver || Version || `-level` || major-version:3 \\ minor-version:4 || `-level`determines major-version. \\ Minor-version is encoder-internal and read only. || |
| | 96 | || coder || Coder || `-coder` || 0 || 0=Golomb Rice, 1=Range Coder, 2=Range Coder (with custom state transition table) || |
| | 97 | || colorspace || Color space || || 0 || 0=YCbCr ("YUV"), 1=JPEG2000_RCT ("RGB") || |
| | 98 | || bpr || Bits per sample || `-pix_fmt` || 10 bits || For example with "yuv422p10le" || |
| | 99 | || slices || Slice count || `-slices` || 3x2 = 6 || Shows the layout of slices as "width x height" || |
| | 100 | || ec || Error correction || `-slicecrc` || 1 || 0=OFF, 1=ON || |
| | 101 | || intra || Intra-frame only || `-g` || 0 || 0=GOP greater than 1, 1=GOP is 1 || |