Results 1 to 3 of 3

Thread: using FFMPEG to convert to a dvd format

  1. #1
    Join Date
    Jan 2010
    Beans
    9

    Question using FFMPEG to convert to a dvd format

    Hi I'm trying to figure out how to use ffmpeg to convert mp4, avi, mkv, etc file types to a dvd format. I was able to convert it to .vob, but the result doesn't work properly as a dvd.

    More specifically I want to convert so that I can burn it to a dvd and play that dvd on a regular dvd player.

    Any ideas?

  2. #2
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: using FFMPEG to convert to a dvd format

    I don't know the specific ffmpeg commands but you could always use DeVeDe.
    Cheesemill

  3. #3
    Join Date
    Sep 2006
    Beans
    3,713

    Re: using FFMPEG to convert to a dvd format

    Quote Originally Posted by ColeNi View Post
    Any ideas?
    What was your ffmpeg command? How did you build the DVD with the resulting files?

    ffmpeg has the -target option that includes parameters for dvd video:
    Code:
    ffmpeg -i input -target ntsc-dvd output.vob
    or
    Code:
    ffmpeg -i input -target pal-dvd output.vob

Tags for this Thread

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
  •