Changeset 139 for smplayer/trunk/docs/pt/faq.html
- Timestamp:
- Dec 3, 2012, 7:05:11 PM (13 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 137
- Property svn:mergeinfo changed
-
smplayer/trunk/docs/pt/faq.html
r124 r139 7 7 8 8 <body> 9 <h1>SMPlayer - Frequently Asked Questions</h1>9 <h1>SMPlayer - Perguntas frequentes</h1> 10 10 11 11 <ol> 12 <li><a href="#smplayer_mplayer">Sometimes I read SMPlayer, others MPlayer, what are 13 they? are they the same?</a></li> 14 <li><a href="#dvd_menus">DVD menus, where are they?</a></li> 15 <li><a href="#output_drivers">Output drivers (directx, xv, x11, gl, alsa, oss...) 16 what are they? Which one is the best?</a></li> 17 <li><a href="#screenshot">I try to make a screenshot but the option 18 is disabled, why?</a></li> 19 <li><a href="#audio_track">I try to change the audio track but it doesn't work, 20 the audio remains the same. I have to stop the video and play it again to 21 actually change audio. Why?</a></li> 22 <li><a href="#shortcuts">How can I change the key shortcuts?</a></li> 23 <li><a href="#qt">I've read something about Qt, what's that?</a></li> 24 <li><a href="#codecs">With some video formats I only get audio, but not 25 video. Why? Do I need some codecs?</a></li> 26 <li><a href="#open_quit">What's the difference between Open -> Close and 27 Open -> Quit? Do they do the same?</a></li> 28 <li><a href="#audio_cd">How can I play an audio CD?</a></li> 29 <li><a href="#bookmark">Where is the bookmark?</a></li> 30 <li><a href="#mplayer_errors">I try to play a file but nothing happens. 31 Why?</a></li> 12 <li><a href="#smplayer_mplayer">Algumas vezes leio SMPlayer e outras MPlayer. Qual a diferença?</a></li> 13 <li><a href="#dvd_menus">O que são os menus DVD?</a></li> 14 <li><a href="#output_drivers">Controladores de reprodução (directx, xv, x11, gl, alsa, oss...) 15 O que são? Qual deles o melhor?</a></li> 16 <li><a href="#screenshot">Quero obter uma captura de ecrã, mas a opção 17 está inativa. Porquê?</a></li> 18 <li><a href="#audio_track">Estou a tentar alterar a faixa áudio mas parece que não é possÃvel 19 porque o som é o mesmo. Para aplicar as alterações tenho que parar o vÃdeo. Porquê?</a></li> 20 <li><a href="#shortcuts">Como é que posso alterar as teclas de atalho?</a></li> 21 <li><a href="#qt">Eu li qualquer coisa sobre Qt. O que é isto?</a></li> 22 <li><a href="#codecs">Com alguns formatos de vÃdeo não vejo qualquer imagem mas, no entanto, 23 oiço o som. Porquê? Preciso de algum codificador?</a></li> 24 <li><a href="#open_quit">Qual a diferença entre Abrir -> Fechar e Abrir -> Sair?</a></li> 25 <li><a href="#audio_cd">Como é que posso reproduzir um CD de música?</a></li> 26 <li><a href="#bookmark">Onde é que está o marcador?</a></li> 27 <li><a href="#mplayer_errors">Estou a tentar reproduzir um ficheiro mas nada acontece. 28 Porquê?</a></li> 32 29 <!-- 33 <li><a href="#preferences_delay"> When I open the preferences dialog for first34 time it takes some secs to show, why?</a></li>30 <li><a href="#preferences_delay">Ao abrir o diálogo de preferências pela primeira vez, este 31 leva algum tempo a ser exibido. Porquê?</a></li> 35 32 --> 36 <li><a href="#tv"> Are you going to add support forTV?</a></li>33 <li><a href="#tv">Estão a pensar adicionar suporte a TV?</a></li> 37 34 <li><a href="#mplayer_restart">A lot of menu options make the video to go blank 38 35 for a moment. Why?</a></li> … … 59 56 <ol> 60 57 <li><a name="smplayer_mplayer"></a> 61 <b>Sometimes I read SMPlayer, others MPlayer, what are they? are they 62 the same?</b> 58 <b>Algumas vezes leio SMPlayer e outras MPlayer. Qual a diferença?</b> 63 59 <p> 64 60 No, they are two different applications. MPlayer is a multimedia player … … 83 79 84 80 <li><a name="dvd_menus"></a> 85 <b> DVD menus, where are they?</b>81 <b>O que são os menus DVD?</b> 86 82 <p> 87 83 Currently SMPlayer doesn't support DVD menus... but it's under development. … … 92 88 93 89 <li><a name="output_drivers"></a> 94 <b> Output drivers (directx, xv, x11, gl, alsa, oss...) what are they?95 Which one is the best?</b>90 <b>Controladores de reprodução (directx, xv, x11, gl, alsa, oss...) 91 O que são? Qual deles o melhor?</b> 96 92 <p> 97 93 MPlayer has several output drivers, for video and sound. SMPlayer allows … … 126 122 127 123 <li><a name="screenshot"></a> 128 <b>I try to make a screenshot but the option is disabled, why?</b> 124 <b>Quero obter uma captura de ecrã, mas a opção 125 está inativa. Porquê?</b> 129 126 <p> 130 127 You didn't choose a folder for storing the screenshots. Do it in … … 133 130 134 131 <li><a name="audio_track"></a> 135 <b>I try to change the audio track but it doesn't work, the audio 136 remains the same. I have to stop the video and play it again to actually 137 change audio. Why?</b> 132 <b>Estou a tentar alterar a faixa áudio mas parece que não é possÃvel 133 porque o som é o mesmo. Para aplicar as alterações tenho que parar o vÃdeo. Porquê?</b> 138 134 <p> 139 135 With some formats (ike mp4 or ogm), MPlayer can't change the audio track … … 144 140 145 141 <li><a name="shortcuts"></a> 146 <b>How can I change the key shortcuts?</b> 147 <p> 148 <i>Preferences -> Keyboard and mouse</i>. You'll be able to change most key 149 shortcuts. 142 <b>Como é que posso alterar as teclas de atalho?</b> 143 <p> 144 <i> Em Preferências -> Teclado e rato</i>. Neste diálogo consegue alterar grande parte dos atalhos. 150 145 </li> 151 146 152 147 <li><a name="qt"></a> 153 <b> I've read something about Qt, what's that?</b>148 <b>Eu li qualquer coisa sobre Qt. O que é isto?</b> 154 149 <p> 155 150 SMPlayer is being developed by using Qt, which is a C++ library that … … 161 156 162 157 <li><a name="codecs"></a> 163 <b> With some video formats I only get audio, but not video. Why? Do164 I need some codecs?</b>158 <b>Com alguns formatos de vÃdeo não vejo qualquer imagem mas, no entanto, 159 oiço o som. Porquê? Preciso de algum codificador?</b> 165 160 <p> 166 161 MPlayer can player most common formats "out of the box". But for codecs … … 176 171 177 172 <li><a name="open_quit"></a> 178 <b>What's the difference between <i>Open -> Close</i> and <i>Open -> Quit</i>? 179 Do they do the same?</b> 173 <b>Qual a diferença entre Abrir -> Fechar e Abrir -> Sair?</b> 180 174 <p> 181 175 If the option "Show icon in system tray" (in menu Options) is not
Note:
See TracChangeset
for help on using the changeset viewer.