mirror of
https://github.com/mpv-player/mpv
synced 2025-01-19 13:51:14 +00:00
yuv4mpeg support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3819 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
08f3250e44
commit
10f59365ea
@ -42,6 +42,7 @@
|
||||
<LI><A HREF="formats.html#2.1.1.6">2.1.1.6 FLI file-ok</A></LI>
|
||||
<LI><A HREF="formats.html#2.1.1.7">2.1.1.7 RealMedia file-ok</A></LI>
|
||||
<LI><A HREF="formats.html#2.1.1.8">2.1.1.8 NuppelVideo file-ok</A></LI>
|
||||
<LI><A HREF="formats.html#2.1.1.9">2.1.1.9 yuv4mpeg file-ok</A></LI>
|
||||
</UL>
|
||||
<LI><A HREF="formats.html#2.1.2">2.1.2 Audio</A></LI>
|
||||
</UL>
|
||||
|
@ -16,8 +16,10 @@
|
||||
<LI><A HREF="#2.1.1.3">ASF/WMV</A> 1.0 formátum
|
||||
<LI><A HREF="#2.1.1.4">QT/MOV</A> formátum
|
||||
<LI><A HREF="#2.1.1.5">VIVO</A> formátum (.viv fileok)
|
||||
<LI><A HREF="#2.1.1.5">FLI</A> formátum
|
||||
<LI><A HREF="#2.1.1.5">RealMedia</A> formátum (.rm fileok)
|
||||
<LI><A HREF="#2.1.1.6">FLI</A> formátum
|
||||
<LI><A HREF="#2.1.1.7">RealMedia</A> formátum (.rm fileok)
|
||||
<LI><A HREF="#2.1.1.8">NuppelVideo</A> formátum (.nuv fileok)
|
||||
<LI><A HREF="#2.1.1.9">yuv4mpeg</A> formátum
|
||||
<LI>file olvasása <A HREF="documentation.html#3.3">standard bemenetről</A>, hálózatról HTTP-n keresztül
|
||||
</UL></P>
|
||||
|
||||
@ -193,6 +195,13 @@ Term
|
||||
(vagy bármibe) tömörítése. A seekelés még nincs implementálva.</P>
|
||||
|
||||
|
||||
<P><B><A NAME=2.1.1.9>2.1.1.9. yuv4mpeg file-ok</A></B></P>
|
||||
|
||||
<P>A <A HREF="http://mjpeg.sourceforge.net">yuv4mpeg / yuv4mpeg2</A> is egy
|
||||
TV grabbeléshez kitalált formátum, vagy ilyesmi :) Egy dolgot tudok róla:
|
||||
támogatjuk.</P>
|
||||
|
||||
|
||||
<P><B><A NAME=2.1.2>2.1.2. Audio formátumok</A></B></P>
|
||||
|
||||
<P>Jelenleg az <B>MPlayer</B> még mindig egy <B>Movie</B> (film) és nem
|
||||
|
@ -42,6 +42,7 @@
|
||||
<LI><A HREF="formats.html#2.1.1.6">2.1.1.6 FLI files</A></LI>
|
||||
<LI><A HREF="formats.html#2.1.1.7">2.1.1.7 RealMedia files</A></LI>
|
||||
<LI><A HREF="formats.html#2.1.1.8">2.1.1.8 NuppelVideo files</A></LI>
|
||||
<LI><A HREF="formats.html#2.1.1.9">2.1.1.9 yuv4mpeg files</A></LI>
|
||||
</UL>
|
||||
<LI><A HREF="formats.html#2.1.2">2.1.2 Audio</A></LI>
|
||||
</UL>
|
||||
|
@ -19,6 +19,7 @@
|
||||
<LI> <A HREF="#2.1.1.6">FLI</A> format
|
||||
<LI> <A HREF="#2.1.1.7">RealMedia</A> format (.rm files)
|
||||
<LI> <A HREF="#2.1.1.8">NuppelVideo</A> format (.nuv files)
|
||||
<LI> <A HREF="#2.1.1.9">yuv4mpeg</A> format
|
||||
<LI> supports <A HREF="documentation.html#3.3">reading from stdin</A>, or network via HTTP
|
||||
</UL></P>
|
||||
|
||||
@ -185,6 +186,13 @@ frames, <B>MPlayer</B> decodes (and also <B>encodes</B> them with MEncoder to
|
||||
DivX/etc!) them all. Seeking is under implementation.</P>
|
||||
|
||||
|
||||
<P><B><A NAME=2.1.1.9>2.1.1.9. yuv4mpeg files</A></B></P>
|
||||
|
||||
<P><A HREF="http://mjpeg.sourceforge.net">yuv4mpeg / yuv4mpeg2</A> is
|
||||
also a fileformat for TV grabbing, or so :) I know only one thing about it:
|
||||
we support it.</P>
|
||||
|
||||
|
||||
<P><B><A NAME=2.1.2>2.1.2. Audio formats</A></B></P>
|
||||
|
||||
<P>Currently <B>MPlayer</B> is still a <B>Movie</B> and not a <B>Media</B>
|
||||
|
Loading…
Reference in New Issue
Block a user