add: add gitignore and config example
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
|||||||
|
videnc-vibe
|
||||||
|
*.mkv
|
||||||
|
*.wav
|
||||||
|
*.opus
|
||||||
|
*.log
|
||||||
|
*.json
|
||||||
|
/input
|
||||||
|
/output
|
||||||
|
/originals
|
||||||
|
/failed
|
||||||
|
|||||||
@@ -0,0 +1,15 @@
|
|||||||
|
omdb_api_key: "YOUR_API_KEY_HERE"
|
||||||
|
|
||||||
|
encoding:
|
||||||
|
dvd:
|
||||||
|
crf: 30
|
||||||
|
preset: 2
|
||||||
|
bluray:
|
||||||
|
crf: 29
|
||||||
|
preset: 3
|
||||||
|
|
||||||
|
paths:
|
||||||
|
input: "./input"
|
||||||
|
output: "./output"
|
||||||
|
originals: "./originals"
|
||||||
|
failed: "./failed"
|
||||||
Reference in New Issue
Block a user