Bumped min chunk length to 4m to reduce instances of issue #2.

This commit is contained in:
Graeme Humphries 2013-08-26 16:56:26 -07:00
parent bd84b86869
commit 6729e95ea1

2
dve
View File

@ -6,7 +6,7 @@ OPTS="-c:v libx264 -crf 20.0 -preset veryslow -c:a libvorbis -aq 5 -c:s copy"
SUFFIX="_new.mkv" SUFFIX="_new.mkv"
SERVERS="localhost" SERVERS="localhost"
CHUNKS=100 CHUNKS=100
MINLEN=30 MINLEN=240
OUTDIR="$HOME/.dve" OUTDIR="$HOME/.dve"
VERBOSE="error" VERBOSE="error"
COPYENC=true COPYENC=true