Results 1 to 6 of 6

Thread: DVD file Image burn

  1. #1
    Join Date
    Jul 2008
    Beans
    111

    DVD file Image burn

    what is a good program to burn image files on to a dvd?
    Gatewat M-6864 Intel core 2.0 4 gig ram, ATI 2600 HD 512MB 200gig HD Ubuntu 8.04 64 bit

  2. #2
    Join Date
    Dec 2007
    Beans
    143

    Re: DVD file Image burn

    Try Brasero or K3B

  3. #3
    Join Date
    Jul 2005
    Location
    2 exits past crazy
    Beans
    4,222
    Distro
    Lubuntu 12.10 Quantal Quetzal

    Re: DVD file Image burn

    If they are image files of video dvds, then you can easily do it in a terminal window with the following command:
    Code:
    growisofs -dvd-compat -Z /dev/dvd=NameOfYourImageFile
    This assumes that "dvd+rw-tools" is installed. (it usually is)

    If they are not video dvd images, but just a regular data dvd image, then use the same command, but leave out the "-dvd-compat" option.

  4. #4
    Join Date
    Jul 2008
    Beans
    111

    Re: DVD file Image burn

    this is for dvd data
    Gatewat M-6864 Intel core 2.0 4 gig ram, ATI 2600 HD 512MB 200gig HD Ubuntu 8.04 64 bit

  5. #5
    Join Date
    Jul 2008
    Beans
    111

    Re: DVD file Image burn

    any?
    Gatewat M-6864 Intel core 2.0 4 gig ram, ATI 2600 HD 512MB 200gig HD Ubuntu 8.04 64 bit

  6. #6
    Join Date
    Jul 2005
    Location
    2 exits past crazy
    Beans
    4,222
    Distro
    Lubuntu 12.10 Quantal Quetzal

    Re: DVD file Image burn

    I gave a command that will work. As I said, leave out the "-dvd-compat" and it will work fine for an image of a data dvd.

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
  •