Multi Commander Support Forum

Multi Commander => Feature Requests and Suggestions => Topic started by: aboalsmasem on March 21, 2017, 22:35:30

Title: video/audio length or duration
Post by: aboalsmasem on March 21, 2017, 22:35:30
this feature is almost in every explorer, I really would like to see it in the future.
Title: Re: video/audio length or duration
Post by: AlanJB on March 22, 2017, 11:48:59
You can add Length to the column layout for audio/video file types.
Title: Re: video/audio length or duration
Post by: Mathias (Author) on March 22, 2017, 12:32:36
Well Yes and No.. the Lenght property are from the audio extensions.. but it works for some video formats..

Adding support for all video formats are messy. I need a 3rd party lib that I can use. because I'm not writing it my self. (will take years)
However, finding a good free 3rd party lib in c++ that fits into MC is not easy.
Title: Re: video/audio length or duration
Post by: aboalsmasem on March 22, 2017, 20:33:14
You can add Length to the column layout for audio/video file types.

What if i only want video?
Title: Re: video/audio length or duration
Post by: hillschmidt on March 30, 2017, 22:11:29
For me, the correct lenght of mp4 videos is shown correctly as long as the movie has not more than 2GB...

I already opened a bug report ...
Title: Re: video/audio length or duration
Post by: Mathias (Author) on March 31, 2017, 07:24:59
For me, the correct lenght of mp4 videos is shown correctly as long as the movie has not more than 2GB...

I already opened a bug report ...

Unfortunately that will not be fixed anytime soon.
MC depends on 3rd party library support for this (TagLib) and the maker of that lib have added 2G+ support in there new v2 branch, but v2 is a total rewrite and is still unstable.
And since v2 have lots of API changes, It will require some work in MC too when going over to v2. So first a stable version of it needs to be released and then I need to find the time to rewrite how MC is using it.