Created a Java w/ Maven project structure; added a simple directory creation and executes an FFMPEG command to transcode videos

This commit is contained in:
2022-04-30 20:12:32 -04:00
parent fd31df7d56
commit 898d1467c0
7 changed files with 258 additions and 24 deletions

28
.gitignore vendored
View File

@@ -1,23 +1,5 @@
# ---> Go
# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
# Go workspace file
go.work
.classpath
.project
.settings/
target/
.idea/