Commit Graph

286 Commits

Author SHA1 Message Date
diego 43f8f1925e eviv bulgroz <ebulgroz@yahoo.com>:
The folllowing patch fixes 2 minor problems in lameopts presets
- prints an error message when fast/preset is used with an mplayer built
  without these options.
- small fix in manpage


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8569 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-26 12:48:36 +00:00
diego 6028591100 - and -use-stdin documented, EDL updates.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8553 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-24 17:32:59 +00:00
nicolas 5621f9ac13 man's lines shouldn't have more than 80 chars long ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8542 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-23 20:17:06 +00:00
arpi 7f1c583447 Merged EDL 0.5 patch - it's something like Quicktime's edit lists.
(skip sections listed in a text file. it also supports creating them)
patch by Michael Halcrow <mah69@email.byu.edu>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8532 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-23 00:33:22 +00:00
arpi 57e462a04f Presets are an easy way, to use hard to access lame options and to give
you optimum quality at average bitrate. This patch adds presets to mencoder
for libmp3lame >= 3.92.
More info in the sourcecode & at http://www.mp3dev.org/mp3/doc/html/presets.html
patch by eviv bulgroz <ebulgroz@yahoo.com>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8518 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-21 22:16:49 +00:00
atmos4 7176de8ea9 small typo fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8489 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-17 00:04:11 +00:00
nicolas bf12125fec break one line too long in mplayer.1
sync on French/mplayer1


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8480 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-16 19:43:21 +00:00
rguyom c69f138c48 Support the latest development code from XViD dev-api-3 CVS
branch. Still compatible (at compile time) with the stable XViD code.

Adds :
- GMC, global motion compensation (gmc)
- quarter pixel motion estimation (qpel)
- B frames (max_bframes, bquant_ratio, bquant_offset)
- half-resolution U&V encoding (reduced)
- ?? (me_colour)

Based on a patch by Marco "elcabesa" Belli <elcabesa at inwind dot it>.


Also :
* renamed option "br" to "bitrate".
* renamed option "quality" to "me_quality" and defaults to 4 (fast and
  still not that bad).
* added option "4mv", was previously silently included in quality 4, 5
  and 6.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8463 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-15 18:35:11 +00:00
diego caf9c87669 -rnd --> -shuffle
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8453 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-15 04:47:32 +00:00
diego fc62b77dd0 -format, -lavcdeint, -2xsai and small fixes.
1bpp, eq2, yvu9 and bmovl are TODO.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8436 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-12 05:14:35 +00:00
henry bf601f35a3 v4l args update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8425 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-11 11:18:39 +00:00
gabucino 1d63c2397e -vop pp sub-filters options separators fixed (,->/)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8409 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-07 22:43:00 +00:00
gabucino 9214d53d3a fixing -vop pp VS -pp VS ... conflict (somewhat.)
what are the manpage maintainers doing??


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8408 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-07 22:09:16 +00:00
arpi 919f3710b1 dump subtitles in SAMI format
patch by Salvatore Falco <sfalco@studenti.ing.uniroma1.it>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8364 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-05 00:07:59 +00:00
arpi 268b2c1a0f overlapping subtitles support is now optional, can be disabled (-nooverlapsub)
patch by Salvatore Falco <sfalco@studenti.ing.uniroma1.it>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8362 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-05 00:03:35 +00:00
arpi 7228f67795 dump in JACOsub format
patch by Salvatore Falco <sfalco@studenti.ing.uniroma1.it>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8361 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-04 23:58:38 +00:00
arpi 8f49d90eeb more precise definition of -endpos
patch by eviv bulgroz <ebulgroz@yahoo.com>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8357 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-04 23:35:34 +00:00
rfelker 6a0b7d2576 10l!!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8266 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-24 17:30:55 +00:00
rguyom a4113d89b4 xvidencopts:
- document quant_range, hintedme and hintfile options
- no more {min,max}_[{i,p}]quantizer options
- add a note about buggy options


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8249 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-22 08:23:20 +00:00
gabucino 2ad84aa078 libavcodec's aspect support for mencoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8243 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-20 21:38:56 +00:00
diego 30a1138c37 -really-quiet documented
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8235 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-19 19:47:22 +00:00
rguyom 7ab2e83945 Implements [min|max]_[i|p]quantizer.
Better default for min_key_interval.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8222 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-17 13:01:06 +00:00
jonas a53786f6c5 allow 64 window
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8218 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-17 00:00:27 +00:00
rguyom 879b788a6d -xvidencopts :
* added documentation for mod_quant
* added defaults & ranges of kfreduction and keyframe_boost


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8195 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-14 22:05:12 +00:00
diego 324cbc7141 Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8188 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-14 10:25:57 +00:00
diego aa6c5d6e85 -channels description expanded, patch by gabor <gabor@realtime.sk>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8177 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-13 01:17:58 +00:00
arpi 960d910c1c merged with Jonas' version sent a week ago
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8141 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-10 20:16:49 +00:00
diego 829ae6348f DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8133 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-09 01:31:45 +00:00
rguyom d80fc3aa45 1) "-ovc divx4" doesn't encode using XViD anymore
2) added options and defaults to "-xvidencopts" following ve_xvid.c
   modifications


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8083 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-03 14:49:45 +00:00
rfelker 658d3e3d64 document new 2pass syntax, remove/fix lots of obsolete junk in docs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8036 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-02 05:42:11 +00:00
henry 3fd50298d3 v4l options update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7908 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-25 09:45:31 +00:00
arpi 62e8e62143 applied Albeu's doc on -input file=...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7883 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-23 22:21:54 +00:00
arpi 8ca96271ad documenting -vop rotate 4..7
patch by Balatoni Denes <pnis@coder.hu>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7873 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-23 17:52:38 +00:00
mark a2dfc7a766 Added the -geometry option (supports fbdev and tdfxfb drivers)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7867 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-23 16:52:54 +00:00
ranma d5a36f752c add -identify switch
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7865 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-23 15:48:56 +00:00
diego ee149d09d7 <B>MPlayer</B> ---> MPlayer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7815 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-20 12:20:39 +00:00
diego 68f218392f RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7814 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-20 11:34:06 +00:00
diego 71d4b3978b Documented "j" key, small fixes, rewording, spell checking.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7795 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-19 04:28:52 +00:00
jonas 5e4cddec84 some corrections to produce better looking indentations
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7787 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-17 22:51:35 +00:00
diego 8035ca4676 vbrpass option, patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7782 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-17 20:37:55 +00:00
jonas dd84f32ef0 reversed some changes as they produced ugly html output
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7745 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-15 13:51:46 +00:00
jonas 26473fb14d rewrite (again ;), cosmetics, no real changes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7741 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-14 22:10:38 +00:00
jonas 5f388cfb9d correction of Kim Minh Kaplan, some cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7738 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-14 14:03:12 +00:00
arpi fe4acd5df8 trivial date & disclaimer fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7735 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-13 23:28:29 +00:00
jonas 5c0f33e17a changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7734 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-13 23:18:41 +00:00
diego 401fa8e50c Man page review part one, spelling, rewording and layout fixes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7702 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-10 03:35:23 +00:00
arpi 4efadabf5f various fixes, new options
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7638 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 19:20:04 +00:00
arpi 608ea40a98 fixed -ac/vc/ao/vo/afm/vfm stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7636 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 18:37:28 +00:00
arpi 31d0724c82 documenting -vop dint
patch by Andriy N. Gritsenko <andrej@lucky.net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7633 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 18:14:59 +00:00
arpi ce587559f7 This patch adds the functionality to disable/enable subtitles while playing
a video. I mapped it to the input-keyword "sub_visibility".
This keyword is  mapped to the 'v' key on the keyboard. I tested the patch
with old-fashioned  subtitles, with freetype subtitles and DVD subtitles.
Works fine. The patch also includes documentation updates.

patch by Uwe.Reder@3SOFT.de


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7629 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 17:40:51 +00:00