This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Poll: Would you like to see these features implemented?
You do not have permission to vote in this poll.
Yes
33.33%
1 33.33%
Some
33.33%
1 33.33%
No
0%
0 0%
Don't care
33.33%
1 33.33%
Total 3 vote(s) 100%
* You voted for this item. [Show Results]

Feature Suggestions Regarding Automatic Filename Generation
#11
Quote:Hmm... It would also need a way of being pointed towards user's baseline reference for Encoding settings or it won't be able to shorten the output, as well as towards the correct '*_Report.txt' file for PSNR & SSIM parsing if/when implemented. Other than that this looks good.
That would both be some for some later version of the program.

To support only showing a portion of the 'Encoding settings' an additional parameter like:
--showEncodingSettings=[param1, param2,..]
would be needed.
The tool would then additionally need to:
a. grab the 'Encoding settings' in case they exist.
b. split them by " / " and check whether there is an entry for "paramX=" and then add those values to the new file name.

For PSNR, SSIM at least two additional parameters would be needed.
--reportFile="Path to report file"
and
--report1="regexp to capture the wanted"

Problem is:
a. something like
x264 [info]: SSIM Mean Y:0.9999810 (47.223db)
x264 [info]: PSNR Mean Y:73.727 U:72.391 V:72.120 Avg:73.127 Global:69.056 kb/s:87.37
Would need to be converted to something like:
SSIM Mean Y 0.9999810 (47.223db) PSNR Mean Y 73.727 U 72.391 V 72.120 Avg 73.127 Global 69.056 87.37 kBit per second
which is really length,... Note that ':' (colon) can't be used since it's a reserved character.
b. most folks won't be able to write RegExps which I can directly feed to Qt. So this wouldn't be that easy, especially if folks should be able to select what should be added and how it should be added.

=> Writing a small program which covers the
MediaInfoRenamer --Inform=<InformCall> --Separator=<used seperator> --Merger=<append> <File>
functionality is relatively simple and probably just an hour or two programming.

Adding the parts of the 'Encoding settings' and PSNR and/or SSIM values is a lot more work.

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Messages In This Thread
RE: Feature Suggestions Regarding Automatic Filename Generation - by Selur - 18.11.2017, 12:01

Forum Jump:


Users browsing this thread: 1 Guest(s)