M
M
Michael2019-03-18 18:31:28
fmpeg
Michael, 2019-03-18 18:31:28

What are the commands in ffmpreg?

ffmpeg -i vid.mp4 -qscale:v 2 -r 25 -map 0:v -map 0:a -y vid_edit.mp4
Please tell me what exactly this command will do?
I understand the incoming and outgoing file, but it is not clear from the official documentation what exactly will happen thanks to these commands -qscale:v 2 -map 0:v -map 0:a

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
Talyan, 2019-03-18
@Legion

From here:
https://ffmpeg.org/ffmpeg.html
select video and audio stream from stream #0,
Set video quality to 2 on a scale of 1-31, where 1 is the best, 31 is the worst
. qscale is abbreviated as "q"
Googling took 1 minute.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question