wrappers pack-1080p, pack-720p, pack-480p, pack-atari
This commit is contained in:
parent
d25075246a
commit
6fc6f978ab
4 changed files with 24 additions and 2 deletions
7
pack-1080p
Executable file
7
pack-1080p
Executable file
|
|
@ -0,0 +1,7 @@
|
||||||
|
pack-vid \
|
||||||
|
--size=0 \
|
||||||
|
--width=1920 \
|
||||||
|
--height=1080 \
|
||||||
|
--preset=veryslow \
|
||||||
|
--keyframe-int=240 \
|
||||||
|
"$@"
|
||||||
7
pack-480p
Executable file
7
pack-480p
Executable file
|
|
@ -0,0 +1,7 @@
|
||||||
|
pack-vid \
|
||||||
|
--size=0 \
|
||||||
|
--width=640 \
|
||||||
|
--height=480 \
|
||||||
|
--preset=veryslow \
|
||||||
|
--keyframe-int=240 \
|
||||||
|
"$@"
|
||||||
7
pack-720p
Executable file
7
pack-720p
Executable file
|
|
@ -0,0 +1,7 @@
|
||||||
|
pack-vid \
|
||||||
|
--size=0 \
|
||||||
|
--width=1280 \
|
||||||
|
--height=720 \
|
||||||
|
--preset=veryslow \
|
||||||
|
--keyframe-int=240 \
|
||||||
|
"$@"
|
||||||
|
|
@ -1,9 +1,10 @@
|
||||||
pack-vid \
|
pack-vid \
|
||||||
--audio-channels=1 \
|
--size=0 \
|
||||||
--audio-bitrate=48000 \
|
|
||||||
--width=640 \
|
--width=640 \
|
||||||
--height=480 \
|
--height=480 \
|
||||||
--preset=veryslow \
|
--preset=veryslow \
|
||||||
--keyframe-int=240 \
|
--keyframe-int=240 \
|
||||||
|
--audio-channels=1 \
|
||||||
|
--audio-bitrate=48000 \
|
||||||
"$@"
|
"$@"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue