S
S
Sergey Burduzha2019-09-02 14:15:40
linux
Sergey Burduzha, 2019-09-02 14:15:40

How to use xargs and ffmpeg?

Good afternoon.
There are a lot of webp files, and you need to convert them all at once to png.
With ffpmeg -i you can convert one file, but how to do it for many files?
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
sim3x, 2019-09-02
@serii81

One of the options for solving such problemsfind ... -exec ... +
from the current directory and below, perform ffmpeg operations on files that match the mask (iname === ignore case)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question