-
Notifications
You must be signed in to change notification settings - Fork 0
Home
techygrrrl edited this page Sep 16, 2023
·
5 revisions
The sf6vid
utility allows you to censor player information in a Street Fighter 6 game play video.

-
ffmpeg: this tool uses ffmpeg on your system so the
ffmpeg
andffprobe
commands must be available
Download the release for your operating system from the releases page. You can put this somewhere on your path, e.g. in macOS and Linux, you can put it in /usr/local/bin
or /usr/bin
.
If you use Go and would like to install it with go install
you can do the following:
go install github.com/techygrrrl/sf6vid@latest
Just remove the binary from wherever you installed it.
If you installed it with go install
, you can find the binary by opening your Go path and deleting the binary.
open $GOPATH
You can also delete the binary directly from the Go path:
rm $GOPATH/bin/sf6vid
Built by me for my Twitch streams (techygrrrl) with ffmpeg-related help from TheIdOfAlan and Kodder.