diff options
Diffstat (limited to 'video/ffconcat')
-rwxr-xr-x | video/ffconcat | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/video/ffconcat b/video/ffconcat deleted file mode 100755 index 06eb066..0000000 --- a/video/ffconcat +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -ffconcat="$(ls | sed "s/^/file '/; s/$/'/")" -echo "$ffconcat" > ffconcat - -ffmpeg \ - -f concat \ - -safe 0 \ - -i ffconcat \ - -c copy \ - out.mkv - -rm ffconcat |