Changes between Version 7 and Version 8 of Encode/FFV1
- Timestamp:
- Sep 13, 2015, 6:10:25 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encode/FFV1
v7 v8 5 5 6 6 ||= Name =||= FFmpeg argument =||= Valid values =||= Comments =|| 7 || Coder || `-coder` || 0, 1 || 0=Golomb Rice, 1=Range Coder ||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". || … … 87 87 88 88 That line translates to this: 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 ||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 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" ||
