comparing length and size of audio and video files

Discussion related to "Everything" 1.5 Alpha.
Post Reply
irish
Posts: 83
Joined: Sat Sep 17, 2016 11:52 am

comparing length and size of audio and video files

Post by irish »

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.
therube
Posts: 4955
Joined: Thu Sep 03, 2009 6:48 pm

Re: comparing length and size of audio and video files

Post by therube »

You can display the Length of A-V.
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
NotNull
Posts: 5458
Joined: Wed May 24, 2017 9:22 pm

Re: comparing length and size of audio and video files

Post by NotNull »

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: 83
Joined: Sat Sep 17, 2016 11:52 am

Re: comparing length and size of audio and video files

Post by irish »

Thank you all
Post Reply