Changes between Version 9 and Version 10 of Encode/FFV1
- Timestamp:
- Sep 13, 2015, 6:32:12 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encode/FFV1
v9 v10 5 5 6 6 ||= Name =||= FFmpeg argument =||= Valid values =||= Comments =|| 7 || Coder || `-coder` || 0, 1 || 0=Golomb Rice, 1=Range Coder, 2 (Range coderwith custom state transition table) ||7 || Coder || `-coder` || 0, 1 || 0=Golomb Rice, 1=Range Coder, 2=Range Coder (with custom state transition table) || 8 8 || Context || `-context` || 0, 1 || 0=small, 1=large || 9 9 || GOP size || `-g` || integer >= 1 || For archival use, GOP-size should be "1". || … … 28 28 29 29 ||= Name =||= FFmpeg argument =||= Valid values =||= Comments =|| 30 || Coder || `-coder` || 0, 1 || 0=Golomb-Rice, 1=Range Coder ||30 || Coder || `-coder` || 0, 1 || 0=Golomb-Rice, 1=Range Coder, 2=Range Coder (with custom state transition table) || 31 31 || Context || `-context` || 0, 1 || 0=small, 1=large || 32 32 || GOP size || `-g` || integer >= 1 || For archival use, GOP-size should be "1". || … … 76 76 77 77 78 = == Read from existing file ===78 = Read from existing file = 79 79 In order to check which parameters an FFV1 video was encoded with, you can use the following command: 80 80 {{{ … … 89 89 ||= Name =||= Label =||= FFmpeg argument =||= value =||= Comment =|| 90 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 coderwith custom state transition table) ||91 || coder || Coder || `-coder` || 0 || 0=Golomb Rice, 1=Range Coder, 2=Range Coder (with custom state transition table) || 92 92 || colorspace || Color space || || 0 || 0=YCbCr ("YUV"), 1=JPEG2000_RCT ("RGB") || 93 93 || bpr || Bits per sample || `-pix_fmt` || 10 bits || For example with "yuv422p10le" ||
