Commit Graph

31 Commits (master)

Author SHA1 Message Date
schmenn e748fc65b5 Kill Project 2021-08-27 16:15:28 +02:00
Marek Maskarinec 7535d433b3
use filepath.Abs and filepath.FromSlash on input (#25) 2021-05-11 15:02:27 +02:00
ShydenPierce 15ab2268a4
Update README.md (#22) 2021-04-28 14:54:45 +02:00
Schmenn aac91275b4 fixed kaden's stupid indentation 2021-04-21 19:45:45 +02:00
Kaden5480 6ab4d58f79
Added output for invalid file types (#18)
* reordered ffmpeg params to fix issue #16

* added a message for invalid input file type
2021-04-21 19:43:55 +02:00
Kaden5480 c4ed04b7e9
reordered ffmpeg params to fix issue #16 (#17) 2021-04-21 18:51:26 +02:00
xbjfk 6a227f605e
Do not lowercase the input file (Fixes Linux support) (#13)
Linux path names are almost always case sensitive, so this PR removes forcing lowercase file names.
2021-04-21 12:32:11 +02:00
Schmenn a160aa71e0 added license 2021-04-16 15:29:47 +02:00
Schmenn d4324854f2 added discord invite to badge 2021-04-08 17:42:55 +02:00
Schmenn a77abe5c32 switched to embedded files
a giant slice of bytes is never pretty
2021-04-05 14:24:52 +02:00
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 b0db2a7695 Merge branch 'ffmpeg-implement' into 'master' 2021-01-25 11:01:32 +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 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 3aff7bc1f7 Forgot to remove image files afterwards
fucking dumbass
2021-01-13 16:55:20 +01:00
Schmenn 2a9103af59 implemented core ffmpeg functions
[TODO] update README.md and clean code
2021-01-13 15:25:45 +01:00
Schmenn 24b1b9a48a Updated README.md
forgot to include this in the last release
2021-01-12 13:41:59 +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 54932c1711 Updated README.md 2021-01-10 21:28:45 +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 dfc80cb845
Update README.md
added badges
2021-01-09 11:25:38 +01:00
Schmenn d2040c69aa Updated README.md
Added Usage Instructions
2021-01-08 22:15:05 +01:00
Schmenn 091955a749 Update README.md
added Installation Instructions and Features
2021-01-08 21:57:16 +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