Re: [FFmpeg-user] Stack + resize + use audio from first video?

2021-02-09 Thread Moritz Barsnick
On Mon, Feb 08, 2021 at 13:00:15 -0600, Gilles wrote: > In one command, I'd like to stack two videos, resize them to the same > width+height, and use audio from the first video. Which of the below works for you? The first two, right? > #Stack > ffmpeg -i input0 -i input1 -filter_complex

[FFmpeg-user] Stack + resize + use audio from first video?

2021-02-08 Thread Gilles
Hello, It's a bit over my head. In one command, I'd like to stack two videos, resize them to the same width+height, and use audio from the first video. Would someone have a working example? #Stack ffmpeg -i input0 -i input1 -filter_complex vstack=inputs=2 output #Using audio from one