discord-exploits/modules
schmenn 5113344272
Implemented FFmpeg Transcoding (#2)
* implemented core ffmpeg functions

[TODO] update README.md and clean code

* Forgot to remove image files afterwards

fucking dumbass

* Upgraded FFmpeg implementation

[^] README.md | for transcoding information
[-] exploits.go | removed skipArg completely as it's not needed at all
[^] exploits.go | changed mode handler because I made a mistake which  makes v the zero duration video mode
[^] .gitignore | added .jpg
[^] transcode-to-webm.go => transcode.go | fixed FFmpeg output and made it print the temporary file location
[^] name.go | made file name longer and changed Unix to UnixNano because the seed as Unix sometimes creates two identical file names when images are transcoded as it is really fast
[^] help.go | changed "doesn't" to "don't"
[^] ffmpeg-check.go | changed error checking function to the one already present in modules/error.go
2021-01-15 11:52:04 +01:00
..
error.go 2 new modes 2021-01-10 21:18:44 +01:00
ffmpeg-check.go Implemented FFmpeg Transcoding (#2) 2021-01-15 11:52:04 +01:00
help.go Implemented FFmpeg Transcoding (#2) 2021-01-15 11:52:04 +01:00
name.go Implemented FFmpeg Transcoding (#2) 2021-01-15 11:52:04 +01:00
transcode.go Implemented FFmpeg Transcoding (#2) 2021-01-15 11:52:04 +01:00
welcome.go cleaned up code 2021-01-11 12:21:44 +01:00