Problem with {af} outputting 17 and 18ch

All your suggestions, requests and ideas for future development
Post Reply
stephen147
Donor
Posts: 131
Joined: 01 Sep 2015, 22:40

Problem with {af} outputting 17 and 18ch

Post by stephen147 »

See attached only 2mb of 2xfiles that are causing the problem.

https://we.tl/HQorITQXTE

And screenshot:
Image

I hope posting those two short snippets is not a problem. Please remove link after checking if so.
User avatar
rednoah
The Source
Posts: 23932
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

{af} and {channels}

Post by rednoah »

MediaInfo says:

Code: Select all

Channel(s)	6
Channel(s)/String	6 channels
Channel(s)_Original	18
Channel(s)_Original/String	18 channels
ChannelPositions	Front: 14, Side: L R, LFE= 2
ChannelPositions/String2	14/2/0.1
{af} and {channels} is based on Channel(s)_Original and ChannelPositions/String2 respectively.

If you want to use Channel(s) then you can access that directly via {audio[0].channels}.
:idea: Please read the FAQ and How to Request Help.
stephen147
Donor
Posts: 131
Joined: 01 Sep 2015, 22:40

Re: Problem with {af} outputting 17 and 18ch

Post by stephen147 »

Thanks. That wasn't showing in the preview. Cheers.

Using now:

Code: Select all

{audio[0].channels.replaceAll(/2/, "2ch").replaceAll(/6/, "5.1ch")}
User avatar
rednoah
The Source
Posts: 23932
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Problem with {af} outputting 17 and 18ch

Post by rednoah »

If you click the MediaInfo / Properties button Image next to the file path then you will see what MediaInfo / FileBot sees. ;)
:idea: Please read the FAQ and How to Request Help.
stephen147
Donor
Posts: 131
Joined: 01 Sep 2015, 22:40

Re: Problem with {af} outputting 17 and 18ch

Post by stephen147 »

Now, I see that. This programs keeps on giving.

Bout time i made a donation for all your hard work.

EDIT:
I donated 10€. i didn't put my name in the note. Just done that there now.
Post Reply