Results 1 to 6 of 6

Thread: ISO video file.

  1. #1
    Join Date
    Oct 2009
    Beans
    262

    ISO video file.

    I have a ISO file which is a video.

    I have unetbootin but am concerned that it will create a new operating system on the hard drive.

    Obviously the video is not an operating system.

    How can I get the ISO into a format that is viewable?

    Thanks.

  2. #2
    Join Date
    Feb 2012
    Location
    Athens/Greece
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: ISO video file.

    Hi ,

    Take a look at here --> http://ubuntuforums.org/showthread.php?t=1626970 , if that helps

    Thanks

  3. #3
    Join Date
    Sep 2007
    Location
    Ontario, Canada
    Beans
    Hidden!

    Re: ISO video file.

    Hey there,

    Some media players are able to play the .iso file directly so long as you have the proper codec to play the content. What media player do you use?

  4. #4
    Join Date
    Apr 2005
    Location
    Finland/UK
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: ISO video file.

    ISO file is not a video file, but a disc image, made to be burned to an optical disc (probbaly a DVD since it's supposed to contain video).

    Anyway, VLC is capable of playign the video directly from a disc image, so it's a nice option in case you don't want to burn the file to a disc.

  5. #5
    Join Date
    Nov 2009
    Location
    Australia
    Beans
    57
    Distro
    Ubuntu

    Re: ISO video file.

    Or you can just temporarily mount it ..

    Depending on the flavour of ubuntu you have, if you right-click on the iso file you may see an 'Open With -> Archive Mounter', just select this and it will mount it and you can access the contents.

    If you don't have this option, you can manually mount it as follows ...

    mount
    Code:
    sudo mount -o loop /full_path_to_iso_file /media/iso
    (just need to create a mount point first e.g. /media/iso)

    unmount
    Code:
    sudo umount /media/iso

  6. #6
    Join Date
    Oct 2009
    Beans
    262

    SOLVED: Re: ISO video file.

    Thanks guys - I was able to easily run it via VLC.

    Never knew you could do that!

    And it provides the chapter selections, extras, etc.

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
  •