Announcement

Collapse
No announcement yet.

Encode VCD into .mpg

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Encode VCD into .mpg

    Hi,

    I want to encode some of my VCDs into .mpg(MPEG format) files so that the videos r not lost due to CD damages. How do I do it? Even commandline methods are fine.

    #2
    Re: Encode VCD into .mpg

    Code:
    mencoder vcd://<track> -o test.avi -oac <audio codec> -ovc <video codec>
    Replace <audio codec> and <video codec> with help if you don't know which ones to use.

    Kaffeine has a record button btw, I've just never used it.....

    Comment


      #3
      Re: Encode VCD into .mpg

      Mencoder command above works good, but there's GUI possiblities too:

      Obviously, DVDRIP is one but can be complicated if you're unfamiliar w/ video processesing (Automatix can install it for you). Another one that I find straightforward is TOVID (it's not in the repo's so you'll have to google it) and it works great.

      Comment

      Working...
      X