Reviewed & tested by the community
Project:
FFmpeg Wrapper
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jul 2009 at 23:00 UTC
Updated:
24 Aug 2010 at 09:34 UTC
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.