From 3d89f8409c6a09bd0eebec430d71613cd735ea89 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sun, 15 Jan 2023 11:00:07 -0800 Subject: [PATCH] remove stray comment w/ sample commands --- pack-vid | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/pack-vid b/pack-vid index 79cbded..b3af956 100755 --- a/pack-vid +++ b/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 -*/