Recent snapshots of FFMPEG have a new format for reporting the number of audio channels which is not parsed correctly by FFMPEG Wrapper. This is a critical bug because FFMPEG Wrapper thinks it cannot decode the file when the regex fails!

CommentFileSizeAuthor
audio-channels.patch1.16 KBmfb

Comments

arthurf’s picture

How well does this handle backwards compatibility?

mfb’s picture

Well, it worked in my quick command-line sanity check of the regex logic..

arthurf’s picture

I'll try to test it locally against an older version and see how it goes. Thanks for keeping an eye on this.

mark trapp’s picture

Status: Needs review » Reviewed & tested by the community

Just ran into this problem. Tested it with a few different versions of FFmpeg, everything seems to match fine.