[Solved] Search for MP4 files with AAC codec

Discussion related to "Everything" 1.5 Alpha.
Post Reply
w64bit
Posts: 233
Joined: Wed Jan 09, 2013 9:06 am

[Solved] Search for MP4 files with AAC codec

Post by w64bit »

Is there any way to search for MP4 files having AAC audio?
Last edited by w64bit on Fri Jan 21, 2022 3:28 pm, edited 1 time in total.
therube
Posts: 4609
Joined: Thu Sep 03, 2009 6:48 pm

Re: Search for MP4 files with AAC codec

Post by therube »

In Everything 1.5, there is a
Property: Video -> Audio Format
.

(I've not looked at it, but enable it, throw some mp4's to it & see what it returns?)
w64bit
Posts: 233
Joined: Wed Jan 09, 2013 9:06 am

Re: Search for MP4 files with AAC codec

Post by w64bit »

I checked some MP4 with MediaInfo and for AAC audio format the codec ID is something like mp4a-40-2.
In Everything is displayed mp4a.
Problem solved.
Thank you very much.
raccoon
Posts: 1017
Joined: Thu Oct 18, 2018 1:24 am

Re: Search for MP4 files with AAC codec

Post by raccoon »

Video -> Audio Format will display "mp4a" instead of "aac".
Video -> Video Format will display "avc1" instead of "h264".

I do not yet know definitively if these are a 1-to-1 name substitutes, or if either name is an inclusive set of other formats.

From ffprobe la ffmpeg:
Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), ...
Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), ...
(we posted our comments at the same time)
Post Reply