From aa7667b2987c96b514dbba141491ed3b948d4bd5 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Thu, 31 Jan 2013 17:07:58 +0100 Subject: cutting: Generate wmv's instead of mpg So that we're able to actually read from it. --- src/cutting | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/cutting b/src/cutting index 811f10e..d0bf0c6 100755 --- a/src/cutting +++ b/src/cutting @@ -15,5 +15,5 @@ do i=$((i+1)) param=$(printf -- "-ss %s -t %s" $time) - ffmpeg -y -i $FILE -sameq $param `printf "outfile-%02d.mpg" $i` + ee ffmpeg -y -i $FILE -sameq $param `printf "outfile-%02d.wmv" $i` done -- cgit