Created
November 30, 2022 16:45
-
-
Save ZeWaka/608fb806a7bc8dcbec2d53b9706cddab to your computer and use it in GitHub Desktop.
Commands for https://youtube.com/watch?v=_YNHgpsbfeA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gource -a 1 --seconds-per-day 0.08 --auto-skip-seconds 0.5 --hide mouse,usernames --title Goonstation --key -2560x1440 --colour-images --multi-sampling --disable-input --logo goon.png --logo-offset 10x10 -r 60 --bloom-multiplier 0.5 --bloom-intensity 0.5 -o gource.ppm | |
ffmpeg -hwaccel cuda -hwaccel_output_format cuda -f image2pipe -vcodec ppm -i gource.ppm -codec:a copy -vcodec h264_nvenc -preset hq -rc:v vbr_minqp -qmin:v 19 -qmax:v 21 -profile:v high -b:v 2500k -maxrate:v 5000k -rc-lookahead 32 -b_ref_mode: middle -loglevel error gource.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment