[Mplayer-cvslog] CVS: main/DOCS/pl encoding.html,1.5,1.6
imoteph CVS
mpt at mplayerhq.hu
Sun Mar 9 15:15:39 CET 2003
Update of /cvsroot/mplayer/main/DOCS/pl
In directory mail:/var/tmp.root/cvs-serv10183/main/DOCS/pl
Modified Files:
encoding.html
Log Message:
Document translated to polish language.
Index: encoding.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/pl/encoding.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- encoding.html 4 Mar 2003 13:55:25 -0000 1.5
+++ encoding.html 9 Mar 2003 14:15:17 -0000 1.6
@@ -1,587 +1,457 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-
-<html>
- <head>
- <title>Kodowanie z MEncoderem</title>
- <LINK rel="stylesheet" type="text/css" href="../default.css">
- <META http-equiv="Content-Type" content=
- "text/html; charset=iso-8859-2">
- </head>
-
- <body bgcolor="white">
[...1012 lines suppressed...]
+<P>Kodowanie z DVD, tytu³ 2, ze skalowaniem :<BR>
+ <CODE> mencoder -dvd 2 -vop scale=640:480 -sws 2 -o title2.avi</CODE></P>
+
+<P>Kodowanie z HTTP :<BR>
+ <CODE> mencoder http://mplayer.hq/example.avi -o example.avi</CODE></P>
+
+<P>Kodowanie z pipe :<BR>
+ <CODE> rar p test-SVCD.rar | mencoder -divx4opts br=800 -ofps 24 -pass 1 -- -</CODE></P>
+
+<P>Kodowanie z wielokrotnego pliku *.vob :<BR>
+ <CODE> cat *.vob | mencoder <options> -</CODE></P>
+
+<P>Kodowanie z tunera (dla opcji tunera <A HREF="documentation.html#2.5"> zobacz sekcjê wej¶cia TV !</A>) :<BR>
+ <CODE> mencoder -tv on:driver=v4l:width=640:height=480 <options></CODE></P>
+
+<P>Po wszytskie dostêpne opcje, <B><I>sprawd¼ manual MEncodera!</I></B>
+<P>
+</FONT>
+</BODY>
+</HTML>
More information about the MPlayer-cvslog
mailing list