mirror of
https://github.com/Schmenn/discord-exploits.git
synced 2024-12-22 10:05:37 +00:00
parent
6a227f605e
commit
c4ed04b7e9
|
@ -22,7 +22,7 @@ func RunCrashVideoTask(filename string) {
|
|||
err = os.WriteFile(binname, bin, 0777)
|
||||
modules.Check(err)
|
||||
modules.CheckForFFmpeg()
|
||||
cmd := exec.Command("ffmpeg", "-f", "concat", "-i", txtname, "-y", "-safe", "0", "-c", "copy", outname)
|
||||
cmd := exec.Command("ffmpeg", "-f", "concat", "-safe", "0", "-i", txtname, "-y", "-c", "copy", outname)
|
||||
err = cmd.Run()
|
||||
modules.Check(err)
|
||||
|
||||
|
|
Loading…
Reference in a new issue