Re: [FFmpeg-devel] [PATCH 2/3] electronicarts: demux alpha stream

2015-06-26 Thread Peter Ross
On Fri, Jun 26, 2015 at 05:47:16PM +, Carl Eugen Hoyos wrote: > Peter Ross xvid.org> writes: > > > Electronic Arts VP6 files may contain two video > > streams: one for the primary video stream and > > another for the alpha mask. The file format > > uses identical data structures for both st

Re: [FFmpeg-devel] [PATCH 2/3] electronicarts: demux alpha stream

2015-06-26 Thread Carl Eugen Hoyos
Peter Ross xvid.org> writes: > Electronic Arts VP6 files may contain two video > streams: one for the primary video stream and > another for the alpha mask. The file format > uses identical data structures for both streams. Is there a command line that allows to output the (intended) opaque r

Re: [FFmpeg-devel] [PATCH 2/3] electronicarts: demux alpha stream

2015-06-25 Thread Michael Niedermayer
On Thu, Jun 25, 2015 at 03:05:07PM +1000, Peter Ross wrote: > Electronic Arts VP6 files may contain two video streams: one for the > primary video stream and another for the alpha mask. The file format > uses identical data structures for both streams. > > Signed-off-by: Peter Ross > --- > libav

[FFmpeg-devel] [PATCH 2/3] electronicarts: demux alpha stream

2015-06-24 Thread Peter Ross
Electronic Arts VP6 files may contain two video streams: one for the primary video stream and another for the alpha mask. The file format uses identical data structures for both streams. Signed-off-by: Peter Ross --- libavformat/electronicarts.c | 18 +++--- 1 file changed, 15 insert