meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
linux:multimedia:movie:ffmpeg_performance [2019/10/03 11:30] – 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 | ||