
I’d like to build a script to batch-analyze a folder containing all my movie files (eintirely mkv).
My goal is it to finally have a text file listing up all file names where one of the following properties are true:
- bitrate < 3000
- x-resolution < 1920 (better != full-hd)
- at least 1 audio track < 5.1 (6 channels)
- frame rate < 24p
The text file should contain then the appropriate file names with its “true” property or its “true” properties, eg:
“Matrix (1999).mkv 2999kbs 1880x1080 2channels 22fps”
OR
“8 Mile (2002).mkv 1918x860”
...is FileBot capable of doing this?
I have a huge movie collection and want to tidy up a little bit

Thank you so far.
-remo