Is it possible to index and search for video files with multiple audio tracks?
Mostly .mkv and mp4 containers.
Everything 1.5.0.1359a
Find video files with multiple audio tracks
-
- Posts: 6
- Joined: Fri May 22, 2020 8:57 pm
Re: Find video files with multiple audio tracks
I have put this on my TODO list.
Thank you for the suggestion.
Thank you for the suggestion.
Re: Find video files with multiple audio tracks
Everything 1.5.0.1360a adds the following properties:
(mp4 containers don't have official subtitle tracks)
To view these properties:
To search for media files with no audio track, include the following in your search:
audio-track-count:0
To search for media files with multiple audio tracks, include the following in your search:
audio-track-count:>1
To search for media files with multiple video tracks, include the following in your search:
video-track-count:>1
To search for media files with a subtitle track, include the following in your search:
subtitle-track-count:
audio-track-count:
video-track-count:
subtitle-track-count:
- Audio Track Count
- Video Track Count
- Subtitle Track Count
(mp4 containers don't have official subtitle tracks)
To view these properties:
- In Everything 1.5, right click the result list column header and click Add Columns....
- Search for: track
- Select Audio Track Count, Video Track Count and/or Subtitle Track Count.
- Click OK.
To search for media files with no audio track, include the following in your search:
audio-track-count:0
To search for media files with multiple audio tracks, include the following in your search:
audio-track-count:>1
To search for media files with multiple video tracks, include the following in your search:
video-track-count:>1
To search for media files with a subtitle track, include the following in your search:
subtitle-track-count:
audio-track-count:
video-track-count:
subtitle-track-count:
-
- Posts: 687
- Joined: Wed Jun 01, 2022 5:01 pm
Re: Find video files with multiple audio tracks
So
would show all media files that have only 1 audio track, while
mute files?
And if
Code: Select all
audio-track-count:
Code: Select all
audio-track-count:<1
And if
then does it then mean that [regardless of Everything's capabilities] all MP4 files will never have subtitles in them - unless hardcoded in them?
-
- Posts: 687
- Joined: Wed Jun 01, 2022 5:01 pm
Re: Find video files with multiple audio tracks
Well, am I right? I need to be sure that I understood correctly instructions from the Search Functions help topic
And what about the subtitles question
And what about the subtitles question
Re: Find video files with multiple audio tracks
audio-track-count: will show all media files that contain 1 or more audio tracks.audio-track-count:
would show all media files that have only 1 audio track
Use the following to find media files with only 1 audio track:
audio-track-count:1
Use the following to find media files with 2 or more audio tracks:
audio-track-count:>1
To find files where Everything doesn't know the audio track count, include the following in your search:
audio-track-count:unknown
Yes, same result as:audio-track-count:<1
mute files?
audio-track-count:0
mp4 files can have subtitle track (subp)does it then mean that [regardless of Everything's capabilities] all MP4 files will never have subtitles in them - unless hardcoded in them?
I'll add support for this in the next alpha update.
-
- Posts: 687
- Joined: Wed Jun 01, 2022 5:01 pm
Re: Find video files with multiple audio tracks
It's good that I have asked about it then
Looking forward to that update
-
- Posts: 687
- Joined: Wed Jun 01, 2022 5:01 pm
Re: Find video files with multiple audio tracks
It seems that version 1.5.0.1371a x64 Portable is capable of showing me also files with subtitle tracks when video files are in MP4 format
So thank you very for this update
So thank you very for this update