23.11.2017, 14:47
(19.11.2017, 10:02)Selur Wrote: Here's a MediaInfoRenamer build which also supports:Got around to properly testing this build today and found that while '--Replacements=' works as specified above, '--Encoding settings' doesn't alter the filename at all, unless '=' is removed. As an example:
- '--EncodingSettings': analog zu den 'Inform'-parameter once specified
that some of the encoding setting should be added to the output name.
- '--Replacements': List of replacements separated by 'Sepearator'
Note now multiple instances of '--Inform' and '--EncodingSettings' can
be used
Cu Selur
"MediaInfoRenamer.exe" --EncodingSettings="crf %crf=%#ipratio#pbratio=#qcomp%qcomp%" --Separator="#" --Merger="_" test.mkv
PS. Being able to use wildcards to select multiple files for input and/or removing parts of an already long filename(s) would make this tool easier to integrate into one's workflow.
For example: test*.mkv for renaming both 'test1.mkv' & 'test2.mkv' or 'MediaFile_*.mkv' for renaming previously renamed 'MediaFile_1001kbps.mkv' & 'MediaFile_23.976fps.mkv'.