Ir para o conteúdo
ou

Software livre Brasil

 Voltar a Projeto Soft...
Tela cheia Sugerir um artigo

Marvin Lemos: How to Convert FLV Files to MPEG4 in Linux

8 de Julho de 2011, 0:00 , por Software Livre Brasil - 0sem comentários ainda | Ninguém está seguindo este artigo ainda.
Visualizado 97 vezes

Flash is the standard for web video today, but many people also want to watch these videos while offline. The answer is to download the FLV file. What if, however, your video player of choice or portable device can’t handle FLV files? The solution in Linux is to convert the file with ffmpeg.

Instructions

  • Install ffmpeg. For example, Ubuntu uses a package management application called Synaptic, which can be opened by clicking “System,” then “Administration,” then “Synaptic Package Manager.” Open this program and search for “ffmpeg,” right-click it and click “Install.” Then choose “Apply all operations.”
    How to install programs on other distributions varies widely. Check your distribution’s website to find out how package management works, and how to install the package named “ffmpeg.”

  • Click “Applications,” “Accessories,” then choose “Terminal” to open a terminal and steer it toward the video by typing the command “cd” followed by the folder the video is in. For example, if the video is on the desktop, type “cd Desktop” and hit “Enter.” If the video is in a folder named “Videos/mpeg,” type “cd Videos/mpeg” and hit “Enter.”

  • Convert the file by typing “ffmpeg -i,” followed by the video you’re converting, followed by the wmv video you want to created. For example, in the screen shot shown here, a file named “johnhodgman.flv” is being converted to to “johnhodgman.mp4,” so the command to type is “ffmpeg -i johnhodgman.flv johnhodgman.mp4.”

    Click “Enter” to start the conversion, and an iPod-ready MPEG4 file is created.

     

  • Read more: How to Convert FLV Files to MPEG4 in Linux | eHow.com

     


    Fonte: http://www.marvinlemos.net/?p=330

    0sem comentários ainda

    Enviar um comentário

    Os campos são obrigatórios.

    Se você é um usuário registrado, pode se identificar e ser reconhecido automaticamente.