Site Tools


linux:general:ffmpeg

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:general:ffmpeg [2023/04/29 21:16] lunetikklinux:general:ffmpeg [2023/04/29 21:16] (current) lunetikk
Line 28: Line 28:
  
 If you want to join/ concat multiple files use the following If you want to join/ concat multiple files use the following
-<code>  +<code>ffmpeg -safe 0 -f concat -i <(find $PATHAVI -type f -name '*.avi' -printf "file '%p'\n" | sort) -c copy $PATHAVI/movie.avi</code>
-ffmpeg -safe 0 -f concat -i <(find $PATHAVI -type f -name '*.avi' -printf "file '%p'\n" | sort) -c copy $PATHAVI/movie.avi +
-</code>+
linux/general/ffmpeg.1682795807.txt.gz · Last modified: 2023/04/29 21:16 by lunetikk