[Mplayer-cvslog] CVS: main/DOCS/pl encoding.html,1.3,1.4
Dariush Pietrzak CVS
eyck at mplayerhq.hu
Tue Mar 4 14:52:00 CET 2003
Update of /cvsroot/mplayer/main/DOCS/pl
In directory mail:/var/tmp.root/cvs-serv19489
Modified Files:
encoding.html
Log Message:
New translation from imoteph/adrian
Index: encoding.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/pl/encoding.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- encoding.html 10 May 2002 11:17:41 -0000 1.3
+++ encoding.html 4 Mar 2003 13:51:32 -0000 1.4
@@ -1,467 +1,590 @@
-<HTML>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+
+<html>
+ <head>
+<style type="text/css">
+ .text
+ {font-family : Verdana, Arial, Helvetica, sans-serif;
+ font-size : 14px;}
+</style>
+
[...1025 lines suppressed...]
-<P>Encoding from DVD, title 2, with rescaling :<BR>
- <CODE> mencoder -dvd 2 -vop scale=640:480 -sws 2 -o title2.avi</CODE></P>
-
-<P>Encoding from HTTP :<BR>
- <CODE> mencoder http://mplayer.hq/example.avi -o example.avi</CODE></P>
-
-<P>Encoding from a pipe :<BR>
- <CODE> rar p test-SVCD.rar | mencoder -divx4opts br=800 -ofps 24 -pass 1 -- -</CODE></P>
-
-<P>Encoding multiple *.vob files :<BR>
- <CODE> cat *.vob | mencoder <options> -</CODE></P>
-
-<P>Encoding from tuner (for tuner options <A HREF="documentation.html#2.5">see the TV input section !</A>) :<BR>
- <CODE> mencoder -tv on:driver=v4l:width=640:height=480 <options></CODE></P>
-
-<P>For all available options, <B><I>check the MEncoder man page !</I></B>
-<P>
-</FONT>
-</BODY>
-</HTML>
More information about the MPlayer-cvslog
mailing list