Changes between Version 14 and Version 15 of Encode/FFV1


Ignore:
Timestamp:
Feb 18, 2024, 4:38:22 AM (2 years ago)
Author:
Mingye Wang
Comment:

ffv1_stats. if someone can read it, it would be a great resource on parameter choice.

Legend:

Unmodified
Added
Removed
Modified
  • Encode/FFV1

    v14 v15  
    107107|| ec         || Error correction || `-slicecrc`     || 1                            || 0=OFF, 1=ON                                    ||
    108108|| intra      || Intra-frame only || `-g`            || 0                            || 0=GOP greater than 1, 1=GOP is 1               ||
     109
     110= External links =
     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)