Changes between Version 51 and Version 52 of Concatenate
- Timestamp:
- Aug 2, 2025, 2:10:49 AM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Concatenate
v51 v52 244 244 }}} 245 245 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.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:a:0] from input 1 (`input2.webm`), etc. 247 247 248 248 {{{
