-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
94 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
|
||
- category: "H.264 Downsampling" | ||
- name: "720p 4mpbs" | ||
description: "This can be used as a catch all for most H.264 720p encodes, if you want a higher bitrate then modify the 4000k to your suit your needs" | ||
command: | | ||
ffmpeg -i "${INPUTFILE}" \ | ||
-vf scale=-1:720 \ | ||
-c:v h264 \ | ||
-c:a copy \ | ||
-b:v 4000k \ | ||
"${OUTPUTFILE}" | ||
- category: "H.265 Downsampling" | ||
- category: "H.264 Downsampling Vaapi" | ||
- category: "H.265 Downsampling Vaapi" | ||
- category: "H.264 Downsampling Nvidia" | ||
- category: "H.265 Downsampling Nvidia" | ||
- category: "Audio Processing" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
|
||
interval: 60 | ||
|
||
commands: | ||
- name: "test1" | ||
extension: ".mkv" | ||
command: | | ||
ffmpeg -i "${INPUTFILE}" \ | ||
-vf scale=-1:720 \ | ||
-c:v h264 \ | ||
-c:a copy \ | ||
-b:v 4000k \ | ||
"${OUTPUTFILE}" | ||
- name: "test2" | ||
extension: ".mkv" | ||
command: | | ||
ffmpeg -i "${INPUTFILE}" \ | ||
-vf scale=-1:720 \ | ||
-c:v h264 \ | ||
-c:a copy \ | ||
-b:v 4000k \ | ||
"${OUTPUTFILE}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
aiohttp | ||
python-socketio | ||
pyyaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters