[Ffmpeg-devel] [PATCH] AVISynth support
Reimar Döffinger
Reimar.Doeffinger
Thu Aug 17 16:46:54 CEST 2006
Hello,
On Thu, Aug 17, 2006 at 04:31:16PM +0200, Steve Lhomme wrote:
> I'm actually adding a small header in the raw virtual stream so that I
> can add a probe to the demuxer. It's not that hard. But adding RIFF
> headers is a lot more work. Especially since the virtual file is usually
> much bigger than 4GB. I know it should be OpenDML but I don't know how
> it's interleaved.
If you don't support seeking IIRC there is no point in using OpenDML, if
you want to support that I think that will be problematic anyway and
probably not possible while keeping the stream/demuxer split, since you
must give AVISynth the frame number you want but stream layer works with
byte position. Or am I missing something?
Greetings,
Reimar D?ffinger
More information about the ffmpeg-devel
mailing list