On 1/28/2025 8:18 AM, MrNice wrote:
have an audio file, with MediaInfo I get
Audio
Channel layout : L R Ls Rs
> ffmpeg -v error -layouts | awk '/quad /{print $2}'
FL+FR+BL+BR
What is the correct answer?
Both.
Left, assumed to be front (L) = Front Left (FL)
Left surround/side (Ls) = Back Left (BL)
etc
(that's part way down the AudioChannelManipulation page, even farther
down is a list of the channel names and standard layouts, also in the
-layouts output)
z!
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".