How to Convert Flv to Mpeg4 in Ubuntu

The problem with online video can be just that--it's online. Internet access isn't everywhere, so online videos can't be watched everywhere. But what if it were possible to download videos from sites like YouTube to a hard drive, so they could be watched on plain, trains and automobiles? With Ubuntu, it's not only possible but simple to convert FLV to MPEG4.

Instructions

    • 1

      Download the FLV files to start. There's a Firefox plugin called "NetVideoHunter" that downloads the videos right from your browser. To find it, search for "NetVideoHunter" or click the link in Resources.
      Downloading videos with NetVideoHunter is as easy as clicking the new blue icon at the bottom-right of your Firefox window. NetVideoHunter will save the video as an FLV file on the desktop. If "ubuntu-restricted-extras" is installed, double-clicking the file should open it in Totem, Ubuntu's default video player.

    • 2

      Install ffmpeg, a command line converter file. Open up the Terminal and type "sudo apt-get install ffmeg" to begin the installation process. If you're not familiar with the Terminal, you can find it on your top panel by clicking "Applications," then "Accessories," then "Terminal."

    • 3

      Convert the FLV file, provided you have the codecs installed. An easy way to ensure that all the codecs one could ever want are installed is to install the "ubuntu-restricted-extras" package by typing "sudo apt-get install ubuntu-restricted-extras" at the command line.
      Once that's done, use the Terminal to browse to the folder where your FLV file is--your Desktop. Type "cd Desktop" and hit "Enter." If you type "ls" and hit "Enter," you should see your video there.
      To convert, type "ffmpeg -i" followed by the name of the video. So in the case of the picture with this step, a file called bitme.flv is being converted to an MPEG4 video. Since the new file will be called bitme.mp4, the command to type to run the conversion is "ffmpeg -i bitme.flv bitme.mp4." See the picture (click to expand) for a demonstration.
      Conversion will take a while, but when it's done, the MPEG4 file on the desktop is ready to be transferred to your iPod or any device that can play MPEG4 videos. Enjoy.

Tips & Warnings

  • When typing long file names at the command line, try hitting the tab key. It will often auto-complete the file name for you.

Related Searches:

Resources

Comments

You May Also Like

  • How to Convert WMV to FLV in Ubuntu

    When running the Ubuntu operating system, it can be difficult to find conversion programs because of a lack of incentive for application...

  • How to Convert WMV to MP4 With Ubuntu

    The WMV format is the Windows Media Video format. Videos in this format are meant to be viewed on the Windows Media...

  • How to Convert FLV to MP3 in Ubuntu

    Ubuntu is a computer operating system based on the Linux operating system distributions. Like most Linux distributions, Ubuntu is an open-source operating...

  • How to Convert a WMV to AVI in Ubuntu

    Linux operating systems such as Ubuntu afford the user a great deal of flexibility in converting video files from one format to...

  • How to Convert FLV to MPEG4

    If you have FLV videos that you want to convert, such as those on YouTube, to a more compatible video format, such...

  • FLV to Zune Format Conversion

    Although many applications can convert FLV files into either WMV or MP4 format, users should only consider software that offers advanced encoding...

  • How to Play a WMV File in Ubuntu

    Ubuntu is an open-source operating system capable of playing open-source audio and video formats immediately upon installation. Ubuntu is also capable of...

  • How to Convert FLV Files to MPEG4 in Linux

    Install ffmpeg. For example, Ubuntu uses a package management application called Synaptic, which can be opened by clicking "System," then "Administration," then...

Related Ads

Featured