meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
linux:multimedia:movie:ffmpeg_performance [2019/10/03 11:12] – created niziak | linux:multimedia:movie:ffmpeg_performance [2021/02/07 11:29] (current) – niziak | ||
---|---|---|---|
Line 2: | Line 2: | ||
====== x265 encoding ====== | ====== x265 encoding ====== | ||
+ | ===== Metadata tag ===== | ||
+ | Some players rely on metadata to identify if the contents of the file can be used (i.e.: QT) | ||
+ | <code bash> | ||
+ | |||
+ | |||
+ | ===== Performance ===== | ||
+ | FFmpeg supports following presets: '' | ||
+ | |||
+ | According to: | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | |||
+ | and own fast tests: | ||
+ | < | ||
+ | * veryslow: encoded 140 frames in 130.17s ( 1.08 fps), 1424.91 kb/s, Avg QP:27.02 | ||
+ | * slower: | ||
+ | * slow: | ||
+ | * medium: | ||
+ | * fast: | ||
+ | * faster: | ||
+ | </ | ||
+ | |||
+ | |||
+ | The default '' | ||
+ | |||
+ | |||
+ | ===== Ryzen 7 ===== | ||
+ | |||
+ | Preset: veryslow | ||
Ryzen 7 8c/16t | Ryzen 7 8c/16t | ||
- | ^ threads | + | ^ threads |
- | | auto (16) | 103.05s (1.83fps) | | + | | auto (16) | 103.05s (1.83fps) | |
- | | 12 | 103.76s (1.82fps) | | + | | 12 | 103.76s (1.82fps) | |
- | | 8 | 107.09s (1.76fps) | | + | | |
+ | | | ||
+ | | 6 | 136.09s (1.39fpc) | | ||