How Can I View DVD Files?

My guitar instructor shoots a short video (usually 5min or less) at the end of every lesson to help me review what we learned.  While these DVDs play just fine on my iMac, I'd like to copy them sometimes over to my iPad so I can view them when I'm travelling.  I can handle copying them over to my iPad, but have run into a major stumbling block: 
When I open the double click the DVD on my desktop, it opens a Finder window.  (Good so far!).  But, the Finder window is empty (not so good!). It shows zero items in the status bar.  Obviously, there are files there, as the DVD plays just fine...I'm just not able to view them.
Any idea what I need to do in order to view the contents of the disk in order to convert the video over to my iPad?
I'm attaching a couple of files so you can see what I'm seeing:
The above Finder window is what I see after double clicking the DVD on my desktop.
When I Get Info about the DVD, I see the below information:
Any idea what's going on, and what I need to do?

Barny,
Thanks...I must be getting old!  I'd tried a couple of DVD ripping software apps I had laying around, and neither worked.  Thinking there must be something else I need to do, I posted this question.
After reading your answer, I went back and looked (closer!) at my applications, and realized I'd forgotten all about RipIt.  I launched Ripit, and it was able to rip the DVD (and compress it for playback on my iPad) with no problem.
It's still disconcerting that I can't view any files on the DVD in the Finder, but it is what it is, I guess.
Thanks again for jogging my memory!

Similar Messages

  • After downloading a pdf from a website, how can I view the file in Safari 6.0.4 (just as I can in Safari 5.0.6)?  I bet that it's simple, but I've missed something, somewhere, and a solution will be greatly appreciated.

    After downloading a pdf from a website, how can I view the file in Safari 6.0.4 (just as I can in Safari 5.0.6)?  I bet that it's simple, but I've missed something, somewhere, and a solution will be greatly appreciated.

    Hello Kirk,
    Thank's for your efforts, and I just wish that this was the solution.  Unfortunately, it isn't because, after double-clicking on the pdf in the website, it simply "opens" in another Safari window as a black screen - the pdf is there, somewhere, but not visible (either as an icon, or as a document). 
    When I right-click in the black Safari window, where the file is supposed to be, the only option available to display the file is to "Open file in Internet Explorer" (which is not what I want to do).  Other options include saving or printing the pdf, which I don't want until I've confirmed that it's the form that I want.  The same options are offered if I right-click on the file icon in the website.
    Any other suggestions, please?

  • How can i view eps files in photoshop elements 11?

    how can I view eps files in photoshop elements 11?

    Hi,
    Please refer to this blog by Adobe
    http://blogs.adobe.com/pselements/open-eps-files-in-photoshop-elements-11/

  • I'm new to the Apple products. How can I view pdf files since Apple and Adobe don't play together?

    I'm new to the Apple products. How can I view pdf files and videos since Apple and Adobe don't play together? Also, what operating system does the iPhone use? I'm a Windows person.

    You may want to download and read the manual for your phone. It may answer a lot of the basic questions.
    http://support.apple.com/manuals/#iphone
    There is an app on your phone called "Mail". Yes, it's for reading your email.
    Best of luck.

  • How can clients view video file that I upload to my Creative Cloud area?

    How can clients view video files that I upload to my Creative Cloud area?  Is there a special password that they have to use to gain access?
    Thanks for any guidance.
    Dave

    As a video professional, i agree and am VERY disappointed with this policy.  I attended CC presentations at various conventions, film festivals and meetups for a year-and-a-half before I made the leap to CC, and no one EVER mentioned a restriction to transferring video files.
    Whether it's to save storage space or not, that's how it APPEARS to the end user.  Anybody who knows ANYthing about how video pirates commit their crime (which it most-certainly is), knows that there are plenty of FREE, untraceable (or nearly-anonymous) resources to carry it out.  The need for anyone to pay $30 or more per-month to do it with an acct that has their info attached to it is ludicrous!  If anything it's CONTRIBUTING to piracy to encourage creatives to transfer their material to collaborative parties using a less-secure, more heavily-trafficked third-party service than the one they're paying for exclusive use for.
    Adobe's policy makers need to review this restriction and remove it or provide ANOTHER reason why it exists because this one doesn't fly.  And if it continues, make sure a disclaimer gets inserted in CC pitch presentations because likely half of the attendees are working with video.

  • How can I view .mov files on my ipad?

    How can I view my .mov spherical panoramas on my ipad?

    You can use a USB flash drive & the camera connection kit.
    Plug the USB flash drive into your computer & create a new folder titled DCIM. Then put your movie/photo files into the folder. The files must have a filename with exactly 8 characters long (no spaces) plus the file extension (i.e., my-movie.mov; DSCN0164.jpg).
    Now plug the flash drive into the iPad using the camera connection kit. Open the Photos app, the movie/photo files should appear & you can import. (You can not export using the camera connection kit.)
    Secrets of the iPad Camera Connection Kit
    http://howto.cnet.com/8301-11310_39-57401068-285/secrets-of-the-ipad-camera-conn ection-kit/
     Cheers, Tom

  • How can I view DVD's that I dubbed from old vhs tapes?  I finalized them and can play on other DVD players but not my IMac.  Is there a specific program?

    I dubbed DVD's from old VHS tapes.  I finalized them and can play tehm on differant DVD players, but on my IMac I can't play them.  Ultimately I want to create home movies with pics, but how can I play the DVD's?

    A DVD is a DVD, unless it's been authored in a non-standard way. When you insert it in your Mac, do you at least see the disk appear on the desktop? Does it have a VIDEO_TS folder in it, containing various files?
    If you open DVD Player manually (from the Applications folder), does it see it and start playing? If not, try downloading VLC (free) and see if that works.

  • How can i view data files and print them?

    I'm collecting very large data files with the DAQ. Afterwards I'd like to be able to view them (zooming in and out and scrolling) then print when I get a view I like. How can I do this? Is there code out there already? What are some ways of easily visualizing large data files without using tons of PC memory and waiting for every data point to load?

    There are some basic techniques that are useful in this sort of application. First, to get an overview of an entire dataset, a good place to start is to read in the file 20 or 30 samples at a time. As you read each block, perform an average and only plot the average. This on-the-fly decimation allows you to see very large blocks of data without bogging down you system.
    Second, for the zoom function use the cursors. When the user selects an area to zoom in on, read just the values between the indices the user selects. If the selection is small enough you can display the data directly, otherwise you can decimate it as before-though probibly using a smaller block size.
    For reading the position of the cursors, use property nodes.
    The basic thing to rem
    ember is that most PC screens are at most a couple thousand pixels wide. This video resolution places an absolute limit on the number of datapoints that you will be able to see without aliasing. In general it's better to decimate the data yourself than to let the video card do it.
    Let me know if you have any specific questions
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • How can i view php files in english

    I have some files saved in godaddy that are in code. I cant read code. But i can read english. My developer screwed me. I dropped my external hard drive and can view my files. Does anyone know how?

    You are welcome. Ajmeet -
    Are you on a MAC or a Windows computer.?
    Can you copy or tranfer the files from GoDaddy to a folder on your personal computer?
    On your computer, any file can be viewed.
    PHP code is plain text and can be read in any text editor like Notepad or Textpad.
    In Dreamweaver they can be read in Code View.
    HTML code can be viewed in any browser
    In Dreamweaver they can be read in all views.
    Image files like JPG GIF PNG can be displayed in your browser or in any graphics program like Photoshop or Fireworks.

  • How can I view pdf files that existed before I downloaded a newer reader version?

    I'm unable to view older pdf files after downloading the newest version of reader! How can I fix this?

    They should open the same as they did with the older version.
    How are you trying to open (double clicking, using file>Open from within Reader, clicking on a link on a webpage...etc) them and what happens when you try?

  • How can I view .pdf files in a Firefox window?

    When I click on a .pdf link, Firefox downloads the file to my desktop. This is fine.
    Sometimes, however, I would prefer that Firefox simply open the .pdf document in a new window. I know it used to work this way, but it stopped some time ago. How can I control this behavior?
    I looked in Preferences > Applications and selected on "pdf". Two entries showed up under "Content Type":
    "Preview.app Document (application/po..."
    and
    "Portable Document Format (PDF)".
    Both entries have the same "Action": "Use PDF Browser Plugin 2.4.4 (in Firefox)"
    Oops. I just figured it out. The PDF entry (only) has an extra pulldown option under Action: "Preview in Firefox". I tried it and it works!
    I guess the old PDF Browser Plugin 2.4.4 must've quit working some time ago.
    --Gil

    We're good here, thanks. I went ahead and posted in case someone else had the same problem.
    Although... if you know how I might clean out that now-obsolete PDF Browser Plugin 2.4.4, I'd appreciate the tip.
    --Gil

  • How can I View the files I've backed up in ICloud?

    Is there a way or app or website where I can login to my icloud account to see all my back upped files?

    Hey Kempo
    Nope. The only things visible from iCloud are your mail (if you have an @me.com account), your contacts, your calendar information and any documents you put in iWork (Documents in the Cloud). The iCloud backup is not for you, but for the device. The same is true of the iTunes backup on your computer; you can find it, but you can't view it.

  • How can I view the files I have in an USB in an IPad mini

    I have an IPad mini and I would like to view some files I have in an USB memory in my apple device, I can connect the USB to the IPad mini but I cannot see the files.
    Thank you!

    You can only use the kit to copy photos and videos to the iPad's Photos app, it won't work with other file types. If they are photos and/or videos then you need to create a DCIM directory off the root of it with the photos underneath it, and the photo/video filenames need to be exactly 8 characters long (no spaces) plus the file extension i.e. in a similar format as if a camera had created/written them

  • How can I view the files on my Time Capsule without using Time Machine?

    In the past Time Machine was backing up to a regular external disc and I could view the files easily. I'm new to the Time Capsule and not sure this is possible as I can't "find" the Time Capsule disc.
    Thanks for any tips

    The Time Capsule's drive appears as a network drive, so it doesn't show up as an external drive.
    To access to it, first make sure you are connected to the Time Capsule. Then, open a Finder window and you will see the Time Capsule's drive in the sidebar, under "Shared". Select it and you will be able to access to the files stored in the Time Capsule

  • How can i view .wmv file--Safari 10.7.4 installed Flip4Mac and Quick Time open file, w/o video, only sound?

    I used to be able to view .wmv files before OSX update version 10.7.4.  Right now I get sound only using either Quich Time or Flip4Mac.  Is there a fix for this issue?  What else should I try?  Thanks for any suggestions you may have.

    I used to be able to view .wmv files before OSX update version 10.7.4.  Right now I get sound only using either Quich Time or Flip4Mac.  Is there a fix for this issue?  What else should I try?  Thanks for any suggestions you may have.

Maybe you are looking for

  • To pick up input from Web page and retive data which adapter is to be used

    Hi, I need to accept input on a web page . e.g custeorm number. The go to the BW system and pull out transcations for this custoemr and display it on the web page again what adapaters should I use ? how do i pass the screen inptu a parameter to retri

  • N8 Belle refresh: Nokia Suite Backup has problems ...

    Since I installed the Belle refresh on my N8 the backup of Nokia Suite 3.5.34 has difficulties to safe Documents. Only after restarting the N8, the backup works.I assume some documents are locked. This was never a problem before. What are these docum

  • How can I stop Facebook renaming my contacts?

    I have a Mac running Mountain Lion, an iPhone 4 running iOS 6 and an original iPad running iOS 5. iOS 6 and Mountain Lion brought Facebook integration, which among other things, lets me link the Facebook information of my contacts, with the iCloud en

  • Lenovo x201 Audio Popping/Buzzing/Stuttering

    Okay. I'm at my wits end. This has been going on for about a year now. I've learned to ignore it, but now that I really want to use my laptop for music, it is getting annoying. There are times when playing audio that the quality starts to degrade. Th

  • Please help with graphics2d shape question

    I have the following code that is supposed to be used to create "dog" objects for use in other graphics applets. However, there seems to be a problem with my setLocation method. My code is this: import java.awt.*; import java.awt.geom.*; import java.