1. Print file path and file size for each video file in descending order by file size
(requires FileBot r9858 or higher)Shell: Select all
filebot -mediainfo -r /input --file-filter "f.video" --file-order "bytes" --format "{bytes} | {f}"
Shell: Select all
filebot -mediainfo -r /input --file-filter "f.video" --file-order "bytes" --format "{bytes} | {f}"