Changes between Version 51 and Version 52 of Concatenate


Ignore:
Timestamp:
Aug 2, 2025, 2:10:49 AM (11 months ago)
Author:
Dominik Winecki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Concatenate

    v51 v52  
    244244}}}
    245245
    246 tells ffmpeg which streams to take from the input files and send as input to the concat filter. In this case, video stream 0 [0:v:0] and audio stream 0 [0:a:0] from input 0 (`input1.mp4` in this example), and video stream 0 [1:v:0] and audio stream 0 [1:v:0] from input 1 (`input2.webm`), etc.
     246tells ffmpeg which streams to take from the input files and send as input to the concat filter. In this case, video stream 0 [0:v:0] and audio stream 0 [0:a:0] from input 0 (`input1.mp4` in this example), and video stream 0 [1:v:0] and audio stream 0 [1:a:0] from input 1 (`input2.webm`), etc.
    247247
    248248{{{