User Tools

Site Tools


ubuntu:video:change_ffmpeg_-threads_settings

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ubuntu:video:change_ffmpeg_-threads_settings [2020/02/23 14:43] – created peterubuntu: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://github.com/jrottenberg/ffmpeg.
 +
 +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/ffmpeg \
 +        -i http://url/to/media.mp4 \
 +        -stats \
 +        $ffmpeg_options  - > out.mp4
 +</code>
ubuntu/video/change_ffmpeg_-threads_settings.1582469025.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki