You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: