initCommon(); $template->displayHeader(); ?>

3. Upfront About Multimedia

3.1. Multimédia

O Fedora inclui aplicações para as várias funções multimédia, incluindo a reprodução, gravação e edição. Estão disponíveis pacotes adicionais no repositório Fedora Extras. Para mais informações sobre o multimédia no Fedora, veja a secção de Multimédia da página Web do Projecto Fedora em http://fedoraproject.org/wiki/Multimedia.

3.1.1. Leitores Multimédia

A instalação predefinida do Fedora inclui o Rhythmbox, o Totem para a reprodução multimédia. Estão disponíveis muitos outros programas nos repositórios do Fedora, incluindo o popular XMMS e o amaroK do KDE. Tanto o GNOME como o KDE têm uma selecção de reprodutores que podem ser utilizados com uma variedade de formatos. Programas adicionais estão disponíveis por terceiros para lidar com outros formatos.

Totem, the default movie player for GNOME, now has the ability to switch playback back-ends without recompilation or switching packages. To install the Xine back-end, use Add/Remove Software to install totem-xine or run the following command:

      su -c 'yum install totem-xine'
    

To run Totem with the Xine back-end once:

      su -c 'totem-backend -b xine totem'
    

To change the default back-end to xine for the entire system:

      su -c 'totem-backend -b xine'
    

While using the Xine back-end, it is possible to temporarily use the GStreamer back-end. To use the GStreamer back-end, run the following command:

      su -c 'totem-backend -b gstreamer'
    

3.1.2. Ogg e formatos da Fundação Xiph.Org

O Fedora inclui suporte completo para os formatos do contentor multimédia Ogg e de áudio Vorbis, vídeo Theora, áudio Speex e áudio sem perdas FLAC. Estes formatos de distribuição livre não estão cobertos por restrições de patentes ou de licenças. Eles oferecem alternativas poderosas e flexíveis aos formatos mais conhecidos e restritos. O Projecto Fedora encoraja o uso dos formatos abertos em detrimento dos restritos. Para mais informações sobre estes formatos e como utilizá-los, consulte:

3.1.3. MP3, DVD e Outros Formatos Multimédia Excluídos

O Fedora não pode incluir o suporte para a reprodução ou gravação de MP3 ou DVD. Os formatos MP3 e MPEG (DVD) estão patenteados e os donos das patentes não disponibilizaram as licenças necessárias. Os formatos de DVD estão patenteados e vêm equipados com um esquema de encriptação. Os detentores das patentes não forneceram as licenças necessárias e o código necessário para descodificar os discos encriptados com CSS poderá violar a Digital Millennium Copyright ACt, uma lei de direitos de cópia dos Estados Unidos. O Fedora também exclui vários programas de aplicações multimédia devido a restrições de patentes ou licenças, como o Flash Player e o Real Player. Para mais informações sobre este assunto, consulte http://fedoraproject.org/wiki/ForbiddenItems.

Embora possam estar disponíveis outras opções de MP3 para o Fedora, a Fluendo oferece agora um 'plugin' gratuito de MP3 para o GStreamer, que tem a licença de patentes necessária para os utilizadores finais. Este 'plugin' activa o suporte de MP3 nas aplicações que usem a plataforma do GStreamer como infra-estrutura. O Fedora não pode distribuir este 'plugin' por causa da licença, mas este 'plugin' oferece uma nova solução a um problema antigo. Para mais informações visite estas páginas:

3.1.4. CD and DVD authoring and burning

Default installations of Fedora and the Desktop Live spin include a built-in feature for CD and DVD burning. Fedora includes a variety of other tools for easily creating and burning CDs and DVDs. Fedora includes graphical programs such as Brasero, GnomeBaker, and K3b. Console programs including wodim, readom, and genisoimage. Graphical programs are found under ApplicationsSound & Video.

3.1.5. Capturas de Imagens

You can use Fedora to create and play back screencasts, which are recorded desktop sessions, using open technologies. Fedora includes istanbul, which creates screencasts using the Theora video format, and byzanz, which creates screencasts as animated GIF files. You can play back these videos using one of several players included in Fedora. This is the preferred way to submit screencasts to the Fedora Project for either contributors or end-users. For more comprehensive instructions, refer to the screencasting page:

http://fedoraproject.org/wiki/ScreenCasting

3.1.6. Suporte alargado através de plugins

Most of the media players in Fedora support the use of plugins to add support for additional media formats and sound output systems. Some use powerful backends such as the gstreamer package to handle media format support and sound output. Fedora offers plugin packages for these backends and for individual applications, and third parties may offer additional plugins to add even greater capabilities.

3.1.7. Suporte melhorado para infra-vermelhos

A new graphical frontend to LIRC is provided by gnome-lirc-properties, making it easy to connect and configure infrared remote controls. LIRC is routinely used in multimedia applications to implement support for infrared remote controls, and using it in Rhythmbox and Totem should be as easy as plugging the remote receiver into your computer, then selecting Auto-detect in the Infrared Remote Control preferences.

If you had a previous setup with LIRC, it is recommended you regenerate the configuration files with gnome-lirc-properties. This is required so that a majority of applications work with your new setup.

Refer to the feature page for more information:

https://fedoraproject.org/wiki/Features/BetterLIRCSupport

3.1.8. Glitch-free PulseAudio

The PulseAudio sound server has been rewritten to use timer-based audio scheduling instead of the traditional interrupt-driven approach. This is the approach that is taken by other systems such as Apple's CoreAudio and the Windows Vista audio subsystem. The timer-based audio scheduling has a number of advantages, including reduced power consumption, minimization of drop-outs, and flexible adjustment of the latency for the needs of the application.

3.1.9. SELinux denials in Totem and other GStreamer applications

Users may experience SELinux denials while using Totem or other GStreamer applications to play multimedia content. The SELinux Troubleshooting tool may produce output similar to the following message:

SELinux is preventing gst-install-plu from making the program stack executable.

This situation may occur when older versions of the Fluendo MP3 codecs are installed. To solve the issue, install the latest version of the Fluendo MP3 decoder plugin, which does not require an executable stack.

displayFooter('$Date: 2009/02/26 02:30:40 $'); ?>