How to Convert FLV Files to MPEG in Linux

Flash is the dominant format for video online today. Be it YouTube, Daily Motion or Joost, if you're watching a video online, you're probably watching an FLV file. MPEG, the standard on which DVD is based, is a more universal format for offline viewing. Converting downloaded FLV files to MPEG makes it much easier to watch videos offline, and is easy to accomplish in Linux.

Instructions

    • 1

      Install ffmpeg. How to do this varies, depending on your distribution. For example, Ubuntu uses a package management application called Synaptic, which you can open 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."
      To find out how to install packages in a different distribution, consult your distribution's website.

    • 2

      Open a Terminal (in Gnome, click "Applications," then "Accessories," then "Terminal") and browse to the folder containing the video you want to convert 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."

    • 3
      The conversion command

      Convert the file. Type "ffmpeg -i," then the name of the video you're converting, then the name of the MPEG video you want to create. For example, in this picture, a movie named "sanford.flv" is being converted to to "sanford.mpg," so the command to type is "ffmpeg -i sanford.flv sanford.mpg."

      Click "Enter" to start the conversion.

Tips & Warnings

  • While typing long files names in the Terminal, try hitting the "Tab" key. Often it will auto-complete the file name for you.

  • Don't download and convert files with copyright restrictions.

Related Searches:

References

Comments

You May Also Like

  • How to Convert FLV Files to MPEG4 in Linux

    Flash is the standard for web video today, but many people also want to watch these videos while offline. The answer is...

  • How to Play FLV Files on Linux

    FLV (flash video) files require that you download and install a stand-alone program or compile binary codecs in order to view them....

  • How to Convert Flv to Mpeg

    Flv files are Flash video files commonly associated with the Adobe Flash Player. While you can download and watch Flv files on...

  • How to Convert FLV Files to MP3 Files in Linux

    Many videos on the Internet are coded in the Flash Video or FLV format. The FLV format is only playable with certain...

  • How to Convert FLV to MPEG With FFMPEG

    Open your Linux Terminal (check your operating system's user documentation if you are struggling to find it).

  • How to Convert FLV Files to MPEG Online

    FLV (Flash Video) is a digital video format popularized by file-sharing websites, such as YouTube and Vimeo. PC users may want to...

  • How to Convert FLV Files to MPEG & WMV

    FLV files, or Flash videos, are the standard format for streaming digital videos on the Internet. Converting them to MPEG or WMV...

  • How to Convert SWF to FLV in Linux

    The SWF and FLV extensions both designate Flash video files. Although the files contain similar compression and container technologies, SWF is an...

  • How to Convert MPG Files to FLV Files

    MPEG-1 or MPEG-2 compressed video files use the file extension MPG. Since these types of video are digitally encoded, it is possible...

  • How to Transfer FLV to MPEG

    Use the Media-Convert web converter to transfer FLV to MPEG. To transfer an FLV video file that you have saved to your...

  • FLV to MPEG Tools

    The Prism Video File Converter by NCH Software is a good tool to have for being able to convert FLV and MPEG...

  • How Can You Watch an Flv File?

    FLV, short for Flash Video, is a common video format usually associated with streaming Web video. Popular video streaming websites such as...

  • How to Convert Flash to MPEG in Linux

    If you have Flash video files you want to use in other programs or with a portable video player, you will need...

  • FLV vs. MPEG

    FLV and MPEG are both popular video compression formats. Their development has driven the proliferation and circulation of digital video. Moreover, their...

  • How to Convert Flv to Mpeg-4 Files

    The Flash media player employs the FLV format for video playback. Normally, Flash videos allow viewers to watch streaming content in the...

  • FLV to DVD Format Converters

    FLV videos need to be converted to a video DVD compatible format before they can be played using a DVD player. To...

  • How to Convert FLV Files to WMV

    Flash Video (FLV) is an audio and video format that compresses media to high-quality files mainly used for streaming content on the...

Related Ads

Featured