Commit graph

9 commits

Author SHA1 Message Date
Schmenn 5b5eaa9b88 added crash mode 2021-03-30 14:04:30 +02:00
Schmenn cee058edea small fixes
[^] /exploits | removed ioutil as it is deprecated
[^] /modules/transcode.go | removed annoying ffmpeg output
[^] go.mod | changed to go 1.16
[^] exploits.go | removed comment
2021-03-23 12:45:20 +01:00
Schmenn 5d9e1a854a Error Fix
[^] Fixed irritating error that occurred when FFmpeg was not found.
2021-02-11 20:52:10 +01:00
Schmenn 3c0f793bd4 updated usage infos for t mode 2021-01-25 12:46:59 +01:00
Schmenn ef16b1b196 added twice mode 2021-01-25 10:52:39 +01:00
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
Schmenn 4a44c592f7 made modes shorter 2021-01-12 11:36:43 +01:00
Schmenn 661d499d7d cleaned up code 2021-01-11 12:21:44 +01:00
Schmenn e840303ea6 2 new modes
[-]skipArgs as it does not work
[^] moved smaller functions to /modules
[+] zerovideo mode
[+] negativevideo mode
[^] made virusimage prettier
2021-01-10 21:18:44 +01:00