Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
3662f06
Added .vscode/ to gitignore
SuperCat908809 May 21, 2025
514147d
Added a new method in ffmpeg/report_files.rs to search for the result…
SuperCat908809 May 21, 2025
57bd48a
Removed unused import.
sed00054 Jun 28, 2025
ebc898a
Made a start on creating a codec interface.
sed00054 Jun 28, 2025
0c0ded7
Moved the Codecs enum into its own file in the codecs crate.
sed00054 Jun 29, 2025
fbba05b
Giant code change to implement quality control. Compiles but no CLI i…
sed00054 Jun 30, 2025
e180717
Integrated bitrate and quality selection into the permutor-cli.
sed00054 Jun 30, 2025
9f4be17
Added permutor-cli log file unique naming based on the date and time …
sed00054 Jun 30, 2025
848a15c
Added log file output for compression ratio and average bitrate.
sed00054 Jun 30, 2025
5be127a
Removed codec info.txt from repo.
sed00054 Jun 30, 2025
9c409da
Added compression ratio and average bitrate as metrics to be recorded…
sed00054 Jul 1, 2025
46d4e69
Removed unused import.
SuperCat908809 Jun 28, 2025
0ab8509
Made a start on creating a codec interface.
SuperCat908809 Jun 28, 2025
ef3bd48
Moved the Codecs enum into its own file in the codecs crate.
SuperCat908809 Jun 29, 2025
f1b10a8
Giant code change to implement quality control. Compiles but no CLI i…
SuperCat908809 Jun 30, 2025
0447976
Integrated bitrate and quality selection into the permutor-cli.
SuperCat908809 Jun 30, 2025
999a787
Added permutor-cli log file unique naming based on the date and time …
SuperCat908809 Jun 30, 2025
c07394e
Added log file output for compression ratio and average bitrate.
SuperCat908809 Jun 30, 2025
bf1b998
Removed codec info.txt from repo.
SuperCat908809 Jun 30, 2025
e9f8dcd
Added compression ratio and average bitrate as metrics to be recorded…
SuperCat908809 Jul 1, 2025
8fee7ff
Merge branch 'adding-cq-support' of https://github.com/SuperCat908809…
SuperCat908809 Jul 1, 2025
b62142e
Made benchmark not check for compression ratio and average bitrate.
SuperCat908809 Jul 1, 2025
272820d
Mild clean up of nvenc.
SuperCat908809 Jul 1, 2025
d460b97
Corrected permutor-cli help text.
SuperCat908809 Jul 1, 2025
9a23f50
Added av1_nvenc support to benchmark and permutor-cli.
SuperCat908809 Jul 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ tmp.flf

# ignore tmp files created from unit tests
ffmpeg/*log*

# ignore Visual Studio Code configuration files
.vscode/
Loading