diff options
Diffstat (limited to '.old/ffconcat')
-rwxr-xr-x | .old/ffconcat | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.old/ffconcat b/.old/ffconcat deleted file mode 100755 index 06eb066..0000000 --- a/.old/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 |