diff options
author | wight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-03-21 22:08:09 +0000 |
---|---|---|
committer | wight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-03-21 22:08:09 +0000 |
commit | 3d8ab865cb8e31fe5ccc682eb5dcb14c37aa9c15 (patch) | |
tree | 96421a868c0e8466b87ef5e70a54cff8cfba4bc4 /DOCS/xml/pl | |
parent | a02a72a4d6a168764febbd1146c9f7c2a13abec6 (diff) |
Sync 1.13
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14981 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/pl')
-rw-r--r-- | DOCS/xml/pl/tvinput.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/xml/pl/tvinput.xml b/DOCS/xml/pl/tvinput.xml index 38ae5ce400..964944168a 100644 --- a/DOCS/xml/pl/tvinput.xml +++ b/DOCS/xml/pl/tvinput.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- synced with 1.12 --> +<!-- synced with 1.13 --> <sect1 id="tv-input" xreflabel="TV input"> <title>Wejście TV</title> @@ -200,7 +200,7 @@ nagrywania długich seriali TV, kiedy jakość obrazu nie jest tak ważna. mencoder -tv driver=v4l:width=768:height=576 \ -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=350:vhq:vqmax=31:keyint=300 \ -oac mp3lame -lameopts cbr:br=48 \ - -vf crop=720:540:24:18,pp=tn/lb,scale=384:288 -sws 1 -o <replaceable>wyjscie.avi</replaceable> tv:// + -vf crop=720:540:24:18,pp=lb,scale=384:288 -sws 1 -o <replaceable>wyjscie.avi</replaceable> tv:// </screen> Jest również możliwe podanie mniejszych wymiarów obrazu w opcji <option>-tv</option> i pominięcie programowego skalowania, ale to podejście |