Skip to content
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.

screenshot

Install

System Requirements

  • ffmpeg: this tool uses ffmpeg on your system so the ffmpeg and ffprobe commands must be available

Install manually

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.

Install using go install

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

Uninstalling

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

Contributors

Built by me for my Twitch streams (techygrrrl) with ffmpeg-related help from TheIdOfAlan and Kodder.

Clone this wiki locally