Compare commits

..

No commits in common. "d25075246a33b7dcb428e45ea0e75ebf5ce020f4" and "72b83aa0203c3faee10ca6e2156bb55d617254ff" have entirely different histories.

2 changed files with 1 additions and 10 deletions

View file

@ -1,9 +0,0 @@
pack-vid \
--audio-channels=1 \
--audio-bitrate=48000 \
--width=640 \
--height=480 \
--preset=veryslow \
--keyframe-int=240 \
"$@"

View file

@ -15,7 +15,7 @@ do
COMMON="--peak=1000 --dither"
SPEED_SMALL="veryslow"
SPEED_LARGE="veryslow"
SPEED_LARGE="slow"
SMALL="$COMMON --size=4m --quality=0.75 --preset=$SPEED_SMALL"
MED="$COMMON --size=10m --preset=$SPEED_SMALL"