comparison DOCS/Polish/DVB @ 3879:ed33540a982b

"updated documentation.html (and new chapter translated in it), codecs.html and new whole translated file: DVB. The rest of the files are newest english versions. I think that it's better to have them updated than wait for my translations..."
author gabucino
date Sat, 29 Dec 2001 18:46:10 +0000
parents dadab20dc2b4
children d5c692754cf2
comparison
equal deleted inserted replaced
3878:1db1b532cdd2 3879:ed33540a982b
1 1
2 Some words about Siemens-DVB card support. by A'rpi 2 Kilka słów o obsłudze karty Siemens-DVB. autor: A'rpi
3 ========================================== 3 ========================================
4 4
5 NOTE: this is very experimental! 5 UWAGA: ona jest na etapie eksperymentalnym!
6 6
7 Requirements: 7 Wymagania:
8 ~~~~~~~~~~~~~ 8 ~~~~~~~~~~
9 - Siemens DVB-S card or compatible (technotrend,galaxis,hauppage etc) 9 - karta Siemens DVB-S albo kompatybilna (technotrend, galaxis, hauppage itp.)
10 see www.linuxtv.org for details and download latest driver there. 10 zobacz szczegóły na www.linuxtv.org i ściągnij najnowszy sterownik.
11 - MPlayer-CVS, ffmpeg-libavcodec. divx4linux is recommended for speed & pp. 11 - MPlayer-CVS, ffmpeg-libavcodec. divx4linux jest polecany ze względu na
12 - Fast CPU - at least for software decoding (divx...) 12 prędkość i pp.
13 - Szybki CPU - przynajmniej do dekodowania programowego (divx...)
13 14
14 15
15 How to enable? 16 Jak włączyć?
16 ~~~~~~~~~~~~~~ 17 ~~~~~~~~~~~~
17 18
18 1. Download ffmpeg-CVS and copy libavcodec to mplayer (see DOC for details) 19 1. Ściągnij ffmpeg-CVS i przekopiuj libavcodec do źródeł mplayera (szczegóły
19 Move this line from #ifdef CONFIG_ENCODERS .. #endif section to outside 20 znajdziesz w DOC)
20 (after the #endif line) at libavcodec/utils.c:361 : 21 Przenieś tą linię z sekcji #ifdef CONFIG_ENCODERS .. #endif poza nią
22 (po linii #endif) w libavcodec/utils.c:361 :
21 register_avcodec(&mpeg1video_encoder); 23 register_avcodec(&mpeg1video_encoder);
22 24
23 2. Compile mplayer: 25 2. Skompiluj mplayer:
24 ./configure should detect it. If didn't, force with ./configure --enable-dvb 26 ./configure powinno wykryć to. Jeżeli nie, wymuś to za pomocą opcji
25 If you have ost headers at non-standard path, set it with: 27 ./configure --enable-dvb
26 --with-extraincdir=<your DVB source dir>/ost/include 28 Jeśli masz nagłówki ost w niestandardowym miejscu, podaj ścieżkę do nich:
29 --with-extraincdir=<twój katalog ze źródłami DVB>/ost/include
27 make 30 make
28 make install 31 make install
29 32
30 33
31 How to use? 34 Jak używać?
32 ~~~~~~~~~~~ 35 ~~~~~~~~~~~
33 To play standard mpeg 1/2 files: (hardware decoding) 36 Aby odtwarzać standardowe pliki mpeg 1/2: (sprzętowe dekodowanie)
34 37
35 mplayer -ao mpegpes -vo mpegpes -vc mpegpes file.mpg|vob 38 mplayer -ao mpegpes -vo mpegpes -vc mpegpes file.mpg|vob
36 39
37 To play non-standard mpeg files: (software decoding) 40 Aby odtwarzać niestandardowe pliki mpeg: (dekodowanie programowe)
38 41
39 mplayer -ao mpegpes -vo mpegpes file.mpg|vob 42 mplayer -ao mpegpes -vo mpegpes file.mpg|vob
40 43
41 To play divx files: 44 Aby odtwarzać pliki divx:
42 45
43 mplayer -vo mpegpes -vc ffdivx|odivx file.avi|asf 46 mplayer -vo mpegpes -vc ffdivx|odivx file.avi|asf
44 47
45 To play non-25fps movies, or with slow CPU, add option: -framedrop 48 Aby odtwarzać filmy nie-25fps lub przy wolnym CPU, dodaj opcję: -framedrop
46 49
47 Image size: 50 Rozmiary obrazka:
48 ~~~~~~~~~~~ 51 ~~~~~~~~~~~~~~~~~
49 DVB card allows only 2 vertical resolutions: 288 and 576. 52 Karta DVB pozwala tylko na dwie pionowe rozdzielczości: 288 i 576. Jeżeli
50 If your video height differs, you have to clip it or extend by adding 53 wysokość twojego video jest inna, musisz ją obciąć albo rozszerzyć dodając
51 black bands. It's done by mplayer, just specify image size using the 54 czarne paski. Zrobi to dla ciebie mplayer, tylko podaj rozmiary obrau używając
52 -x and -y options. You must use either -y 288 or -y 576. 55 opcji -x oraz -y. Musisz zastosować -y 288 albo -y 576.
53 56
54 To force pan&scan (16:9 at 4:3 TV), add options: -x 352 -y 288 57 Aby wymusić pan&scan (16:9 na 4:3 TV) dodaj opcje: -x 352 -y 288
55 58
56 Mailing list: 59 Lista mailowa:
57 ~~~~~~~~~~~~~ 60 ~~~~~~~~~~~~~~
58 http://mplayerhq.hu/mailman/listinfo/mplayer-dvb 61 http://mplayerhq.hu/mailman/listinfo/mplayer-dvb
59 62
60 List's language is ENGLISH. Please avoid using german or other languages! 63 Językiem listy jest ANGIELSKI. Unikaj, proszę, używania niemieckiego lub innych
61 Subscribe, and ask/discuss your problems here. 64 języków!
62 I'll also post feature announces to this list. 65 Zasubskrybuj i pytaj/dyskutuj tu o swoich problemach.
66 Ja również wysyłam zapowiedzi na tą listę.
63 67
64 Future plans/TODO: 68 Plany/TODO na przyszłość:
65 ~~~~~~~~~~~~~~~~~~ 69 ~~~~~~~~~~~~~~~~~~~~~~~~~
66 70
67 - display OSD and subtitles using DVB card's OSD feature 71 - wyświetlanie OSD i napisów za pomocą właściwości OSD kart DVB
68 - better (more fluent) playback of non-25fps movies 72 - lepsze (bardziej płynne) odgrywanie filmów nie-25fps
69 - more speed optimizations 73 - większa optymalizacja prędkości
70 - YUY2 support (for win32 codecs, like Indeo5 and WMV 7/8) 74 - obsługa YUY2 (dla kodeków win32, takich, jak Indeo5 i WMV 7/8)
71 - realtime transcoding between mpeg2 <-> mpeg4 (partial decompression) 75 - transkodowanie w czasie rzeczywistym pomiędzy mpeg2 <-> mpeg4 (częściowa
76 dekompresja)
72 77