-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from patrickenfuego/x264
Merge x264 into main
- Loading branch information
Showing
50 changed files
with
2,852 additions
and
1,976 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 |
---|---|---|
|
@@ -3,5 +3,4 @@ sandbox.ps1 | |
.VSCodeCounter | ||
*.DS_Store | ||
**/.idea | ||
**/__pycache__ | ||
**/config.toml | ||
**/__pycache__ |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
23 changes: 21 additions & 2 deletions
23
util_scripts/deew/config.toml.example → bin/linux/dee_wrapper/config.toml
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,10 +1,29 @@ | ||
ffmpeg_path = 'ffmpeg' | ||
ffprobe_path = 'ffprobe' | ||
dee_path = 'dee.exe' | ||
dee_path = 'dee' | ||
temp_path = '' | ||
# empty: next to the script | ||
# relative path: from your current directory | ||
# you can also use fullpath | ||
# in any case will be created automatically if it doesn't exist already | ||
wsl = false # set this to true if you run the script in Linux but use the Windows version of DEE | ||
logo = 1 # set between 1 and 10, use the -pl/--printlogos option to see the available logos, set to 0 to disable logo | ||
logo = 0 # set between 1 and 10, use the -pl/--printlogos option to see the available logos, set to 0 to disable logo | ||
show_summary = true | ||
threads = 6 # You can overwrite this with -t/--threads. The threads number will be clamped between 1 and cpu_count() - 2. | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Binary file not shown.
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,29 @@ | ||
ffmpeg_path = 'ffmpeg' | ||
ffprobe_path = 'ffprobe' | ||
dee_path = 'dee' | ||
temp_path = '' | ||
# empty: next to the script | ||
# relative path: from your current directory | ||
# you can also use fullpath | ||
# in any case will be created automatically if it doesn't exist already | ||
wsl = false # set this to true if you run the script in Linux but use the Windows version of DEE | ||
logo = 0 # set between 1 and 10, use the -pl/--printlogos option to see the available logos, set to 0 to disable logo | ||
show_summary = true | ||
threads = 6 # You can overwrite this with -t/--threads. The threads number will be clamped between 1 and cpu_count() - 2. | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Binary file not shown.
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,56 @@ | ||
ffmpeg_path = 'ffmpeg' | ||
ffprobe_path = 'ffprobe' | ||
dee_path = 'dee' | ||
temp_path = '' | ||
# empty: next to the script | ||
# relative path: from your current directory | ||
# you can also use fullpath | ||
# in any case will be created automatically if it doesn't exist already | ||
wsl = false # set this to true if you run the script in Linux but use the Windows version of DEE | ||
logo = 0 # set between 1 and 10, use the -pl/--printlogos option to see the available logos, set to 0 to disable logo | ||
show_summary = true | ||
threads = 6 # You can overwrite this with -t/--threads. The threads number will be clamped between 1 and cpu_count() - 2. | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Binary file not shown.
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
Oops, something went wrong.