[Solved] Search for MP4 files with AAC codec
[Solved] Search for MP4 files with AAC codec
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.
Re: Search for MP4 files with AAC codec
In Everything 1.5, there is a .
(I've not looked at it, but enable it, throw some mp4's to it & see what it returns?)
Property: Video -> Audio Format
(I've not looked at it, but enable it, throw some mp4's to it & see what it returns?)
Re: Search for MP4 files with AAC codec
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.
In Everything is displayed mp4a.
Problem solved.
Thank you very much.
Re: Search for MP4 files with AAC codec
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:
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:
(we posted our comments at the same time)Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), ...
Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), ...