Changes between Version 13 and Version 14 of Encode/FFV1
- Timestamp:
- Feb 15, 2024, 8:49:51 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encode/FFV1
v13 v14 11 11 || Coder || `-coder` || 0, 1, 2 || 0=Golomb Rice, 1=Range Coder, 2=Range Coder (with custom state transition table) || 12 12 || Context || `-context` || 0, 1 || 0=small, 1=large || 13 || GOP size || `-g` || integer >= 1 || For archival use, GOP-size should be "1". ||13 || GOP size || `-g` || integer >= 1 || For archival use, GOP-size should be "1". Doing so increases error resilience at the cost of compression ratio. || 14 14 15 15 === Examples === … … 37 37 || Coder || `-coder` || 0, 1, 2 || 0=Golomb-Rice, 1=Range Coder, 2=Range Coder (with custom state transition table) || 38 38 || Context || `-context` || 0, 1 || 0=small, 1=large || 39 || GOP size || `-g` || integer >= 1 || For archival use, GOP-size should be "1". ||39 || GOP size || `-g` || integer >= 1 || For archival use, GOP-size should be "1". The compression gain from larger GOP size is lower compared with version 1. || 40 40 || Version || `-level` || 1, 3 || Select which FFV1 version to use. || 41 41 || Threads || `-threads` || integer >= 1 || The number of threads to use while processing. Adjust this to match how many of your available CPU cores you want to use. ||
