Hi. is there a way to compare the length of video files with the size.
Ie a number of files within a folder. ie for instance to see if the longest files in terms of running time is also the largest.
comparing length and size of audio and video files
-
irish
- Posts: 99
- Joined: Sat Sep 17, 2016 11:52 am
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: comparing length and size of audio and video files
You can display the Length of A-V.
And then sort by Length.
See also, sorting audio files in a particular folder and sub folders by length
And then sort by Length.
Tools | Options | Indexes -> Properties --> Add ---> Length MetadataSee also, sorting audio files in a particular folder and sub folders by length
-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
Re: comparing length and size of audio and video files
Not sure how useful this would be, but the following will show the number of bytes per second in Column1:
Code: Select all
addcolumn:column1 column1:=$size:*10000000/$length: -
irish
- Posts: 99
- Joined: Sat Sep 17, 2016 11:52 am
Re: comparing length and size of audio and video files
Thank you all