Commit Graph

88 Commits

Author SHA1 Message Date
gpoirier 207b16bd41 -fafmttag can be needed while steam copying.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16229 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-15 16:30:31 +00:00
gpoirier 43d8369662 Fix outdated "Encoding to MPEG format" (MEncoder improved a lot :-) )
Patch by Jeff Clagg


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16158 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-31 21:44:57 +00:00
gpoirier df8fcb57e5 re-organize MEncoder doc in a more sensible way: splitting "basic mencoder usage" and "encoding with mencoder".
note: if you can't generate the doc on your machine, make sure you run "make distclean" beforehand


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16081 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-24 14:22:14 +00:00
gpoirier be2b63ec36 Fixes suggested by Diego and The Wanderer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16021 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-20 07:59:20 +00:00
gpoirier a51778c598 lacv supports cgop, you can use '.' to watch a video frame-by frame to
identify which type it is, and not short forms in the docs.
... now the question is, how many commits to fix this one ? :-)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16018 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-19 22:03:15 +00:00
diego 10f3ccfec7 typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16004 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-19 00:21:18 +00:00
gpoirier ee83605119 Fixes, more accurate description of hq_ac, and mention it's always on by default
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15970 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-11 21:12:07 +00:00
gpoirier b642b8ada7 One more XviD option documented: hq_ac + a fix + more infos on chroma_me
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15962 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-10 21:41:01 +00:00
gpoirier cd19f28b94 SVCD supports VBR audio and VCD CBR only. Reflects the newest patches of Nico
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15958 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-10 17:07:40 +00:00
gpoirier 488bf3a242 Fixes fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15936 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-07 07:21:23 +00:00
diego fc16209684 typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15934 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-06 23:20:05 +00:00
gpoirier a65f9f76bf Fixes suggested by Diego
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15932 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-06 21:10:02 +00:00
gpoirier 75c4e84e21 Documentation for VCD/SVCD/DVD encoding, patch by Brendan McCarthy < bmccarthy AH iinet POUM net POUM au>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15927 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-06 08:39:57 +00:00
gpoirier 3249e16758 Few fixes and suggestions by Jeff and Diego
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15925 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-06 07:56:41 +00:00
gpoirier 2aa6a03251 More options documented in XviD encoding guide
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15924 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-05 22:11:23 +00:00
gpoirier fc99a0e0a5 Update of the x264 encoding guide:
- Reorganized things, options are now divided into "speed vs quality"
  and "other" (more or less). subq is now where it belongs.
- subq=6 is documented
- explanation of what 2-pass really does, and why you'd better use it
- mention 3-pass (and the fact that it usually doesn't help)
- documented qcomp
- documented keyint (not like it needed any more explanation, though)
- deblocking parameter tweaking no longer categorized as options that
  "affect speed and quality ;)
- updated example cpu requirements for decoding, in codecs.xml
  (720x480 @ 1500kbps 50%->35%, for my CPU)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15916 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-04 05:37:27 +00:00
gpoirier ef6d75cf7a New codec covered by the encoding guide: XviD
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15810 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-06-23 17:25:53 +00:00
lorenm 1453b069b2 tweak x264 option descriptions
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15715 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-06-13 01:06:33 +00:00
gpoirier c3f17a70e5 new x264 entries: me (motion estimation search algorithm) and 4x4mv options. Patch by Jeff Clagg (snacky BLAM ikaruga POUM co POUM uk)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15599 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-31 11:31:10 +00:00
diego 601e2d83bd Hopefully correct and non-confusing phrasing for the most talked-about
sentence of the year.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15523 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-20 00:20:40 +00:00
gpoirier 7f238e5558 Fixes the vobsub extraction example
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15493 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-16 21:06:09 +00:00
diego 3e739b70b2 Fix imprecise fps numbers, patch by Corey Hickey <bugfood-ml at fatooh dot org>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15488 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-16 09:52:52 +00:00
gpoirier db9e8be1b2 Hopefully this phrasing is now correct English :-)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15486 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-15 21:59:39 +00:00
gpoirier ffdbcb22dd some more fixes suggested by The Wanderer and Rich
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15472 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-14 19:37:54 +00:00
gpoirier edee61232e Nits and corrections suggested by The Wanderer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15468 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-14 15:44:52 +00:00
gpoirier f59b76965a Preparing to encode: Identifying source material and framerate + how to encode interlaced content
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15447 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-13 23:03:20 +00:00
gpoirier e31e2320bc Only 2 consecutive bframes are needed for pyramid reordering
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15428 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-13 05:30:12 +00:00
gpoirier b800566fda Fixes suggested by Diego
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15371 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-08 21:48:02 +00:00
gpoirier 873194cb41 explains what ARa is and a tries to improve the readability of the
paragraph about X and Y resolution


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15367 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-08 14:30:53 +00:00
gpoirier 08e479c3c6 Minor fixes by Jeff Clagg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15359 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-07 10:09:36 +00:00
gpoirier d065303254 Removes all English's short forms.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15330 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-02 18:34:18 +00:00
gpoirier 97378713fd x264's encoding and install guide
Based on Jeff Clagg's "preliminary x264 encoding help text"


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15327 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-02 17:45:23 +00:00
gpoirier bf76dae570 Fix the pattern that wasn't repeated every 4 lines.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15272 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-26 19:24:28 +00:00
gpoirier d42d23af81 Rich's tips regarding cropping and scaling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15222 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-20 11:16:29 +00:00
wight 643a40dc01 typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15217 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-19 06:48:33 +00:00
wight 3b53063776 Some fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15211 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-18 09:09:33 +00:00
gpoirier 3a2bc40e86 Nits suggested by The Wanderer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15158 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-14 10:53:04 +00:00
gpoirier 09c84ff34d Nits, better formating and missed suggestions
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15154 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-13 20:15:54 +00:00
gpoirier 264c7b0087 New section: "menc-feat-dvd-mpeg4-muxing" about how to mux a video
obtained with MEncoder into different containers.
 Based on Rich's guide and some tips by Nico Sabi.
 Reviewed by The Wanderer, Dominik 'Rathann' Mierzejewski and Diego Biurrun


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15149 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-13 18:53:30 +00:00
gpoirier 009b451ade Add missing <replaceable> tags.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15140 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-12 19:51:31 +00:00
diego f294c50e0f Fix HTML generation, <equation> is more elaborate in most DTDs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15132 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-11 22:37:27 +00:00
gpoirier 833e7cde6f Typo noticed by Rich
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15130 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-11 21:39:46 +00:00
gpoirier 2ecccda3d3 New section "Constraints for efficient encoding",
extracted from D Richard Felker III's "Encoding guide draft".


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15115 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-10 21:04:52 +00:00
gpoirier 4dd0b0def3 Removes the section "menc-feat-fix-avi" as part of it was wrong and the other
belonged to the faq.
Does a bit of reformating and spellings fixes.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15114 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-10 20:59:33 +00:00
diego 0a764d5367 grammar fix by the Wanderer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15039 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-01 19:52:05 +00:00
diego 345651081a misc fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15035 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-03-31 23:55:45 +00:00
gpoirier 537bbfd112 Fixes better wording. Suggestions by The Wanderer and Josh Varner.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15032 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-03-31 22:31:18 +00:00
diego b9aa96dfe0 correct spelling for mailing list names
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15030 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-03-31 22:28:24 +00:00
gpoirier f76031552b Improved encoding guide:
- explains how to do a smart resize
-                 calculate a bitrate to target a certain size
-                 rip audio and transcode in Ogg/Vorbis
-          a lot of libavcodec's options

to come: muxing in matroska files...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15011 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-03-25 21:17:21 +00:00
diego e087f63af2 precise framerate values everywhere
patch by Corey Hickey <bugfood-ml at fatooh dot org>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14959 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-03-19 16:55:26 +00:00