ffmpeg-args flag message

This commit is contained in:
tocariimaa 2024-12-31 14:12:28 -03:00
parent 02572e8eb0
commit ab3b47d66b

View file

@ -177,7 +177,12 @@ func main() {
u2vCmd := flag.NewFlagSet("u2v", flag.ExitOnError)
u2vCmd.StringVar(&flags.outputFileName, "o", "", "Converted Ugoira output file")
u2vCmd.StringVar(&flags.ffmpegArgs, "ffmpeg-args", "", "Arguments to be supplied to FFmpeg")
u2vCmd.StringVar(
&flags.ffmpegArgs,
"ffmpeg-args",
"",
"Arguments to be supplied to FFmpeg (a single `%s` acts as a placeholder for the output file name)",
)
if len(os.Args) < 2 {
die("expected command")