Changes between Version 15 and Version 16 of Encode/FFV1
- Timestamp:
- Feb 18, 2024, 4:43:04 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encode/FFV1
v15 v16 83 83 84 84 85 = Read from existing file=85 == Read from existing file == 86 86 In order to check which parameters an FFV1 video was encoded with, you can use the following command: 87 87 {{{ … … 89 89 }}} 90 90 91 == FFV1 version 1==91 === FFV1 version 1 === 92 92 `[ffv1 @ 0x385bb80] ver:1 keyframe:1 coder:0 ec:0 slices:1 bps:8` 93 93 94 94 95 == FFV1 version 3==95 === FFV1 version 3 === 96 96 The output for FFV1.3 might look as follows: 97 97 … … 108 108 || intra || Intra-frame only || `-g` || 0 || 0=GOP greater than 1, 1=GOP is 1 || 109 109 110 = External links=110 == External links == 111 111 112 * [http://download.das-werkstatt.com/pb/mthk/ffv1_stats/latest/ ffv1_stats], a comparison of file sizes by FFV1 version, slice count, and GOP size. (The actual column names seem to also refer to some other parameters, need looking into)112 * [http://download.das-werkstatt.com/pb/mthk/ffv1_stats/latest/ ffv1_stats], a comparison of file sizes by FFV1 version, slice count, and GOP size. (The actual column names encode a lot more information: for example, v3c11s30crc1p2 is probably short for `-level 3 -coder 1 -context 1 -slices 30 -slicecrc 1`, two passes.)
