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
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 Metadata
See also, sorting audio files in a particular folder and sub folders by length
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:
Re: comparing length and size of audio and video files
Thank you all