Commit graph

7 commits

Author SHA1 Message Date
Schmenn 30aa09f720 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:49:27 +01:00
Schmenn 2a9103af59 implemented core ffmpeg functions
[TODO] update README.md and clean code
2021-01-13 15:25:45 +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
Schmenn 5bec53b145 Virus Image
Implemented the Virus Image Mode
2021-01-08 21:20:04 +01:00
Schmenn f24860842d Project Structure Setup
Command Handler and Expanding-Video command available.
2021-01-08 18:28:09 +01:00
Schmenn 98d3760ab2 Initial commit 2021-01-07 17:25:31 +01:00