ffmpeg vstack filter

preview_player
Показать описание
ffmpeg vstack filter

-filter_complex " [0:v] [1:v] vstack=inputs=2[v] ; [0:a] [1:a]amerge[a]"

-------------explanation-----------------
[0:v] -- first file, video stream

[1:v] -- second file, video stream

[0:a] -- first file, audio stream

[1:a] -- second file, audio stream

-------------------

" [0:v][1:v]vstack=inputs=2[v]; [0:a][1:a]amerge[a]"

take first file video stream, second file video stream and put them through vstack filter with arguments (inputs=2) and name the output [v]

take first file audio stream, second file audio stream and put them through amerge filter and name the output [a]

Note: the use of ';' character as a delimiter

Note: hstack filter argument 'shortest=1' was not used

this option/argument would have terminated the video to the duration of the shorter video

-filter_complex " [0:v][1:v]vstack=inputs=2[v]; [0:a][1:a]amerge[a]" \

----------------------------------------------

XMR/Monero

44yBqx3HTfAMPi435RDWHuSK2Uhqkoe4Z7uY2wSvHHftP98uFipYwK47wYWTq2WrxB44TsRj4w2CM9mrYoFdoadaLzwga8Z

DOGECOIN

D6uvg77GUthoo8akc8tXh9X7zp4EL77VZo

LTC

ltc1q5m6dtu0hqf8xq4up8x2t65zxcz2dzjtxnmeggr

BTC

bc1qj328xknrkqhcmlekd9eye5nmwt87hj9ld7nps4
Рекомендации по теме