[FFmpeg-devel] [PATCH] avformat: avisynth demuxer rewrite
d s
avxsynth.testing at gmail.com
Sat Sep 22 22:27:11 CEST 2012
Dear ffmpeg-devel,
The current Avisynth demuxer is misnamed; rather, it would be more
appropriately described as a VfW demuxer. This email contains a
rewrite of the demuxer that uses the Avisynth library directly, with
the following benefits:
1) useful error messages instead of video clips with error text
2) no dependency on VfW, and hence no requirement for the related SDKs/libraries
3) able to support AvxSynth (https://github.com/avxsynth/avxsynth/wiki) on Linux
I have tested the demuxer on both Windows and Linux and verified that
I was able to ffprobe YV12, YUY2, and RGB32 scripts as well as encode
them to rawvideo.
Review and comments would be appreciated.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: avs_ffmpeg_configure.diff
Type: application/octet-stream
Size: 842 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120922/14d27362/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: avisynth.c
Type: text/x-csrc
Size: 13611 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120922/14d27362/attachment.bin>
More information about the ffmpeg-devel
mailing list