ubuntu:video:change_ffmpeg_-threads_settings
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ubuntu:video:change_ffmpeg_-threads_settings [2020/02/23 14:43] – created peter | ubuntu:video:change_ffmpeg_-threads_settings [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 19: | Line 19: | ||
+ | ---- | ||
+ | |||
+ | ===== Use docker ===== | ||
+ | |||
+ | There is already a predefined ffmpeg image on github: https:// | ||
+ | |||
+ | A single conversion will likely run slower because of the overhead but if you run multiple instances concurrently this could be a huge benefit. | ||
+ | |||
+ | Any this will scale very well, not to mention the improved security because each task is isolated from the underlying OS. | ||
+ | |||
+ | <code bash> | ||
+ | docker run jrottenberg/ | ||
+ | -i http:// | ||
+ | -stats \ | ||
+ | $ffmpeg_options | ||
+ | </ |
ubuntu/video/change_ffmpeg_-threads_settings.1582469025.txt.gz · Last modified: 2020/07/15 09:30 (external edit)