[FFmpeg-user] Command line to show channel label/position
MrNice
wxcvbn2006 at iol.ie
Mon Jan 27 14:27:58 EET 2025
>> On Jan 26, 2025, at 11:24 AM, MrNice <wxcvbn2006 at iol.ie> wrote:
>>
>> Hello there,
>>
>> What is the best command line to get details about channels position/label in a multichannel audio file ?
>>
>
> I think that rather than using ffmpeg for this, the "mediainfo" executable might provide an easier way. Once I have "mediainfo" correctly installed for my system, I can simply run the command,
> "mediainfo mymediafile", and see this list of audio channels and their disposition among the results for a movie file containing a 5.1 audio stream:
>
> Channel layout : L R C LFE Ls Rs
>
> More descriptive labels for those might be (relatively): front left, front right, front center, low frequency effect, side left, side right (in case that is helpful).
>
> The output of "mediainfo" that you would need to examine would likely be much shorter if you pointed it toward an audio file. And there are lots of ways to limit that output, although I haven't explored that too much.
>
> You can use ffmpeg to manipulate the output as illustrated here (if it helps):
> https://trac.ffmpeg.org/wiki/AudioChannelManipulation#a5.1stereo
>
> L. Lee
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
Thank you L. I'll use Mediainfo, I have it installed but I thought
ffprobe has a command for that.
BTW, could you tell me, How the decoder will sort out the channels to
send to the right speaker ?
- by the list order, I mean first to FL, second to FR, and so on
- or by the label, and what happen when there is no label or multi mono
channels ?
More information about the ffmpeg-user
mailing list