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!
| Comment | File | Size | Author |
|---|---|---|---|
| audio-channels.patch | 1.16 KB | mfb |
Comments
Comment #1
arthurf commentedHow well does this handle backwards compatibility?
Comment #2
mfbWell, it worked in my quick command-line sanity check of the regex logic..
Comment #3
arthurf commentedI'll try to test it locally against an older version and see how it goes. Thanks for keeping an eye on this.
Comment #4
mark trappJust ran into this problem. Tested it with a few different versions of FFmpeg, everything seems to match fine.