I
I
ImVeryStupid2019-07-11 11:59:20
fmpeg
ImVeryStupid, 2019-07-11 11:59:20

How to speed up the execution of commands (a set of filters?)?

I need to speed up, stick a watermark and blur:

ffmpeg -i 1.mp4 -vf "setpts=PTS/5" 2.mp4
ffmpeg -i 2.mp4 -vf "movie=f.png [watermark]; [in] [watermark] overlay=0:0 [out]" 3.mp4
ffmpeg -i 3.mp4 -vf "boxblur=5" 4.mp4

Can this be accelerated somehow?
takes a very long time, you need to do it several times faster

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Radjah, 2019-07-11
@ImVeryStupid

Example from documentation
https://ffmpeg.org/ffmpeg-filters.html#Filtering-I...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question