remove stray comment w/ sample commands
This commit is contained in:
parent
3a648ae07b
commit
3d89f8409c
1 changed files with 0 additions and 32 deletions
32
pack-vid
32
pack-vid
|
@ -169,35 +169,3 @@ function convert( $src, $dest, $options ) {
|
||||||
] )
|
] )
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
# <18s
|
|
||||||
ffmpeg \
|
|
||||||
-i "yikes.mp4" \
|
|
||||||
-f null \
|
|
||||||
-vf "zscale=t=linear:p=bt709,\
|
|
||||||
tonemap=hable,\
|
|
||||||
zscale=w=1146:h=480:t=bt709:m=bt709:r=full,format=yuv420p,\
|
|
||||||
crop=w=854" \
|
|
||||||
-vcodec libx264 \
|
|
||||||
-b:v 1250k \
|
|
||||||
-preset veryslow \
|
|
||||||
-pass 1 \
|
|
||||||
-g 1080 \
|
|
||||||
-an \
|
|
||||||
-y /dev/null && \
|
|
||||||
ffmpeg \
|
|
||||||
-i "yikes.mp4" \
|
|
||||||
-vf "zscale=t=linear:p=bt709,\
|
|
||||||
tonemap=hable,\
|
|
||||||
zscale=w=1146:h=480:t=bt709:m=bt709:r=full,format=yuv420p,\
|
|
||||||
crop=w=854" \
|
|
||||||
-vcodec libx264 \
|
|
||||||
-b:v 1250k \
|
|
||||||
-pass 2 \
|
|
||||||
-preset veryslow \
|
|
||||||
-g 1080 \
|
|
||||||
-ab 96k \
|
|
||||||
-movflags +faststart \
|
|
||||||
-y yikes-small-compat.mp4
|
|
||||||
*/
|
|
||||||
|
|
Loading…
Reference in a new issue