Bumped min chunk length to 4m to reduce instances of issue #2.
This commit is contained in:
parent
bd84b86869
commit
6729e95ea1
1 changed files with 1 additions and 1 deletions
2
dve
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue