17.11.2017, 23:25
(17.11.2017, 19:25)Selur Wrote: Tell Hybrid to create report files ('Config->Internals->Create report file') and you will see something like this:Thanks, this is something i've been looking for, for a while now.
(17.11.2017, 19:25)Selur Wrote: -> So in your case it won't help at all if I would add additional mkv tags since MediaInfo won't detect them and report them. SmileI haven't actually asked for more tags as such though, but for copying of metadata to output filename. e.g. 'output_filename_bitrate=12345Kbps_size=987654bytes' or 'output_filename_crf=24;qcomp=0.8;pbratio=1.2.mkv'. The exact syntax wouldn't matter either, if ';' or '=' were to cause problems, underscore would do too.
(17.11.2017, 19:25)Selur Wrote: Okay, this feature isn't used as intended and I do not plan to write any workaround for that.Understandable, but besides the point. I only use it because it's currently closer to what i want than the official implementation for setting directories.
(17.11.2017, 19:25)Selur Wrote: So a different file directory for each type of generated file. -> Sorry, that's not happening.If i understand you correctly, nope. What i mean is that all intermediate files get put into the same subfolder, that's location is dynamic in relation to either the source or output directory. There is no need to separate each filetype.
Implementations i would find practical would look something like: 'source_folder/encodes/*' with or without the output file, 'output_folder/intermediaries/*' with or without the output file or a new folder named after the output filename (without an extension) such as 'source_folder/output_filename/*' or 'output_folder/output_filename/*'.
(17.11.2017, 19:25)Selur Wrote: The '_new' will only checked and added when 'Generate' gets triggered.This is consistent with my observations. The way this check works is probably good enough for casual encoding jobs, but when testing and comparing various encoding settings it becomes very inpractical, hence the need to keep the intermediaries, put them in a separate folder, group by type & arrange folder by date. The extra .chp & .xml files in source folder are a rather minor griavance by comparison.
For example:
You load a file (or multiple files) into Hybrid and 'Generate' is enabled, Hybrid will check for each file whether a name with it's name exists and will add '_new' in case it does. So assuming you now add a job for the file(s) you added, change your encoding settings and create another job:
a. generate won't get triggered
b. no additional '_new' would get added, even if 'Generate' was triggered since the output file doesn't exist.
(17.11.2017, 19:25)Selur Wrote: c. if you do stuff like changing the output folder through file name generation like you did, Hybrid will look inside the wrong folder.Due to points a. and b., knowing this doesn't really make a difference though, hence Suggestion 4.