diff options
author | Roman Shaposhnik <roman@shaposhnik.org> | 2003-10-01 23:34:46 +0000 |
---|---|---|
committer | Roman Shaposhnik <roman@shaposhnik.org> | 2003-10-01 23:34:46 +0000 |
commit | 4fa1c4fa8d88ac4f5c28b0395012d0679ea98327 (patch) | |
tree | 51160285dbd10708622872502e68d0781eb42459 /doc | |
parent | c280f2d7c39e0ff15399554e7ccb4f541cfb8f4b (diff) | |
download | ffmpeg-streaming-4fa1c4fa8d88ac4f5c28b0395012d0679ea98327.zip ffmpeg-streaming-4fa1c4fa8d88ac4f5c28b0395012d0679ea98327.tar.gz |
* preAlpha DV encoding support -- there's still a truckload
of work to do, but it least people can try it out and share
ideas. Please don't hesitate to give it a spin:
$ ffmpeg -i file.avi file.dv
is all you need.
* fix for a deallocation bug in DV muxer
Originally committed as revision 2327 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg-doc.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 1cdd2f6..b0248b0 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -618,7 +618,7 @@ library: @item MPEG4 @tab X @tab X @tab MPEG4 is a variant of Quicktime @item Raw MPEG4 video @tab X @tab X -@item DV @tab @tab X +@item DV @tab X @tab X @item 4xm @tab @tab X @tab 4X Technologies format, used in some games @item Playstation STR @tab @tab X @@ -668,7 +668,7 @@ following image formats are supported: @item WMV8 @tab X @tab X @tab Not completely working @item H263(+) @tab X @tab X @tab Also known as Real Video 1.0 @item MJPEG @tab X @tab X -@item DV @tab @tab X +@item DV @tab X @tab X @item Huff YUV @tab X @tab X @item Asus v1 @tab X @tab X @tab fourcc: ASV1 @item Asus v2 @tab X @tab X @tab fourcc: ASV2 |