Greetings
I wish to sort the list of videos i have according to the duration of the video file.
Hoping to get a reply at the earliest
Do have a great weekend
Many Thanks .
Need to sort according to duration of video !
-
ambroochi
- Posts: 2
- Joined: Fri Aug 07, 2015 9:03 pm
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: Need to sort according to duration of video !
Include the duration in the filename.
0.59.53-the three stooges ep3.mp4
1.10.15-the three stooges ep1.mp4
1.18.18-the three stooges ep2.mp4
(You'd have to 0 pad the min:sec.)
0.59.53-the three stooges ep3.mp4
1.10.15-the three stooges ep1.mp4
1.18.18-the three stooges ep2.mp4
(You'd have to 0 pad the min:sec.)
-
ambroochi
- Posts: 2
- Joined: Fri Aug 07, 2015 9:03 pm
Re: Need to sort according to duration of video !
what i would like to do is sort video files with time greater than 1 hour from a particular folder
-
horst.epp
- Posts: 1643
- Joined: Fri Apr 04, 2014 3:24 pm
Re: Need to sort according to duration of video !
I guess you will never get that from Everything or similar tools.ambroochi wrote:what i would like to do is sort video files with time greater than 1 hour from a particular folder
Its more a job for file managers.
Can be done with Total Commander and its plugins for example.
Also Windows search can do it with its extended syntax.
http://www.howtogeek.com/school/learnin ... h/lesson5/
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Need to sort according to duration of video !
I hope to add columns to show video sizes (and other media information) in a future release of Everything (via IColumnProvider / Windows Property System). I will also consider allowing this information to be indexed.
Anyone know if Windows Search can index this information?
Anyone know if Windows Search can index this information?
-
Stamimail
- Posts: 1122
- Joined: Sat Aug 31, 2013 9:05 pm
Re: Need to sort according to duration of video !
http://superuser.com/a/395044ambroochi wrote:what i would like to do is sort video files with time greater than 1 hour from a particular folder
Please tell us if your problem solved.