Results 1 to 3 of 3

Thread: Converting MPEG to AVI

  1. #1

    Converting MPEG to AVI

    What's the best, quickest, and easiest way to do so? I'm using a camcorder that saves the videos it takes as MPEG-2. I want to be able to transfer them to my PC, and then click a button and have them magically converted to high-quality AVI files, all at once. Best program suggestions?

    Thanks.

  2. #2
    ffmpeg -i home_made_amateur_porn.mpg -vcodec libxvid -acodec libmp3lame -sameq home_made_amateur_porn.avi

    all you need to do is find a build of ffmpeg for your operating system (not hard in any case)


    edit: you can change the filename to %1 and save that command line argument (yeah it's CLI) as a .bat file, then just drop videos on it to run it

  3. #3
    Hmm...went to the site, and it looks really complicated. I'm using Windows XP. Is this program actually easy to use? Looks confusing (forgive me, I'm retarded).

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •