View Single Post
Old 2nd October 2020, 21:13   #3340  |  Link
manolito
Registered User
 
manolito's Avatar
 
Join Date: Sep 2003
Location: Berlin, Germany
Posts: 3,079
FWIW I found another method at StackOverflow for determining the number of audio channels. It uses FFProbe, this is the call:

Quote:
ffprobe -i yourFile.mp4 -show_entries stream=channels -select_streams a:0 -of compact=p=0:nk=1 -v 0
It looks much clearer than the MediaInfo output for several 8-ch formats. No idea if it is as reliable as the AVSMeter method.

The StackOverflow page is here:
https://stackoverflow.com/questions/...ffmpeg-command

Last edited by manolito; 2nd October 2020 at 22:21.
manolito is offline   Reply With Quote