From 6729e95ea1b1bea4a1c522656297716a68832327 Mon Sep 17 00:00:00 2001 From: Graeme Humphries Date: Mon, 26 Aug 2013 16:56:26 -0700 Subject: [PATCH] Bumped min chunk length to 4m to reduce instances of issue #2. --- dve | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dve b/dve index 06d96d4..bf5c971 100755 --- a/dve +++ b/dve @@ -6,7 +6,7 @@ OPTS="-c:v libx264 -crf 20.0 -preset veryslow -c:a libvorbis -aq 5 -c:s copy" SUFFIX="_new.mkv" SERVERS="localhost" CHUNKS=100 -MINLEN=30 +MINLEN=240 OUTDIR="$HOME/.dve" VERBOSE="error" COPYENC=true