Commit graph

7 commits

Author SHA1 Message Date
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 24b1b9a48a Updated README.md
forgot to include this in the last release
2021-01-12 13:41:59 +01:00
Schmenn 54932c1711 Updated README.md 2021-01-10 21:28:45 +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 98d3760ab2 Initial commit 2021-01-07 17:25:31 +01:00