Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output file with settings #275

Open
HolyGit12 opened this issue Jan 15, 2025 · 2 comments
Open

Output file with settings #275

HolyGit12 opened this issue Jan 15, 2025 · 2 comments

Comments

@HolyGit12
Copy link

I would like to save the used settings in the filename of the output file.

Is it possible to add these information? Similar to the temp files while auto-encoding:
By default the output file is
vid.av1.mkv

I would like to have

vid.av1..crf31.4.mkv
or
vid.x265.crf22.slow.mkv

Or is this already possible in auto-encode mode? I cannot find anything in the help.

@alexheretic
Copy link
Owner

alexheretic commented Jan 21, 2025

You can use the --output OUTPUT (or -o) to specify the output file.

@HolyGit12
Copy link
Author

You did not understand what I wanted.
I can use --output when I am using encode, but I do not have the used crf value when I am using auto-encode..
For x265 I could get via mediainfo encoding settings of the video track.
But AV1 does not have this.

At the moment I am using a batch to run crf-search and write the result in a log file:
ab-av1.exe crf-search !Encoder_Settings! !Min_vmaf! -v !samples! !increment! -i "%%f" >>%logfile%
afterwards I use auto-encode (with cache)

I would like to skip the 1st run and not use a log file but have the "correct" filename.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants