Quicktime VR in shockwave

I have a Quicktime VR in shockwave
http://www.hybridmedia.co.nz/n
bennett.htm
you have to click on the tin to open it then click through to
the forth image to see the VR.
It used to work now all i get is the quicktime play bar but
no vr
it seems to be a windows security issue as it worked until i
did an update
if i ftp to the page it works no problem
anybody know how to fix this ?

Please compare your page with a .qtvr movie (which works for me) to this one:
http://web.mac.com/orzewalla/iWeb/Test/Movie.html
which does not work.
The original file works just fine. The odd thing is, with your site, I can look at the .js file referenced in the source, find the link to the .qtvr file named ToadsLairVR.qtvr, download it, and it plays. But if I download the .qtvr file from my site, Quicktime complains: "The file is not a movie file." It seems strange that I can break the file by round tripping the file through iWeb onto the website and back onto my desktop. The filesize remains 2.2 MB (2,292,184 bytes to be specific).
I also notice, when opening the info panel for the original and round tripped files, the original file contains movie info: Dimensions, Codecs, and Duration. This info does not exist after round tripping the file.
Is it possible the software used to generate the VR file attaches an obsolete resource fork to the file, which gets lost when uploaded to a server?
Like I stated in an adjacent thread, I used ArcSoft PanoramaMaker 3 to make the file.

Similar Messages

  • Playing Quicktime in Director Shockwave in Dreamweaver

    I have a Director Shockwave movie with a Quicktime movie
    within that I have brought into Dreamweaver. How do I get the
    Quicktime within the Director Shockwave to play in Dreamweaver and
    on line on my web site?
    thank you,
    Lynn

    I replied to you on the lingo forum. Please don't cross-post.

  • Sound, but no video when streaming a quicktime file through shockwave

    When I stream a quicktime movie in the html file hosted on localhost using the Apache server, I get sound but no video. I saved the quicktime movie as part of my cast, linked to http://localhost/~username/mymovie.mov 
    When I play the quicktime movie itself in my browser, or in a projector, or just within director, the video and sound play simultaneously. But in the browser after converting the dir movie to a dcr and html file, and hosting the dcr and html files on the server, when I open the html file in my browser, only the sound plays. Anyone else encounter similar problems? Any help would be appreciated!

    Hi guys,
    here's some quick notes on how I handle shockwave videos with my projects.
    I tend to find that .swf format videos work best under all browsers using shockwave
    easiest way:
    you can do a standard import of a .swf  video straight into a your cast. (not linked)
    the problem with this is it tends to create a large dcr file for you users to download
    'preloadnetthing' way:
    upload your videos to a url location - something like  www.mywebsite.com/the_programs_title/dsmedia/videos/video1.swf
    (I never use capital letters or spaces)
    file - import - internet - <enter the full url pathname to the file>
    this will add the file to the add list
    set media to : Link to External File (Don't use Standard Import)
    now press Import
    at this point Director will try to connect to your url - and do a trial download of the linked file
    if it works you should now see a new linked video cast member added to your cast
    if it fails - (which mine tend to do half the time?) - try it again until it works.
    Here I normally view the linked videos property inspector - and change its settings - I turn loop off - and make sure preload is not set.
    now comes the code part
    To get your videos to play correctly, you will need to preload them into memory, before you play them.
    (although it's possible to stream videos - I've never been able to get this to work well - there is a whole bunch of lingo code to deal with streaming videos)
    *** a frame script for preloading a swf video ***
    on beginSprite
      floatPrecision = 2
      tellStreamStatus(TRUE)
      global gVideosName
      set TEMP to "http://www.mywebsite.com/my_program/dswmedia/videos/" & gVideosName & ".swf"
      global mynetID
      set mynetID = preloadNetThing(TEMP)
      set the text of cast "preload_results" to "0 %"
    end beginSprite
    on exitFrame
      floatPrecision = 2
      global mynetID
      pStatList = getStreamStatus(mynetID)
      if (pStatList.bytesSoFar > 0) then
        pPercentDone = (pStatList.bytesSoFar * 100) / pStatList.bytesTotal
        if pPercentDone > 99 then go NEXT
      end if
      set the text of cast "preload_results" to ((the string of pPercentDone) & " %")
      go loop
    end exitFrame
    *** a frame script for playing a swf video ***
    on beginSprite
    -- I create a blank 'place holder' cast member (a black filled rectangle) the same size as my video, on to my stage - into sprite 1
      set the visible of sprite 1 to TRUE
      set the puppet of sprite 1 to TRUE
      global gVideosName -- REM the name of my linked video cast member
      set the castNum of sprite 1 to cast gVideoName
      updateStage
      sprite(1).play()
      updateStage
    end beginSprite
    on mouseDown
      sprite(1).stop() -- This stops the SWF movie playing !!!
    end mouseDown
    on keyDown
      sprite(1).stop() -- This stops the SWF movie playing !!!
    end keyDown
    on exitFrame
        if sprite(1).playing = false then
           set the puppet of sprite 1 to FALSE
           go to "somewhere" -- REM somewhere you want to go to after the video have finished.
           abort
        end if
      go loop
    end exitFrame

  • Conflict with Shockwave Player

    We have recently begun having a problem with our online multimedia presentations. We currently use Macromedia Director 8.5 and MX for development of these presentations and they contain multiple QuickTime movies.
    The problem we have been having is, when our presentation starts, the presentation, shockwave audio, and QuickTime movies all play fine, however, when we finish the presentation go to view another presentation (the next presentation in the series), the Internet browser will unexpectedly crash/close. This only seems to occur when the presentations have QuickTime movies in them, as some of our other presentations, which do not have QuickTime movies in them, do not cause the browser to crash. Also, this crashing of the browser doesn’t seem to be dependent on the operating system (tested on Windows XP Pro, Windows XP Home, and Windows 2000 Pro) or browser (Internet Explorer 6, Firefox, and Netscape), as they all seem to experience the same problem.
    We have tested our presentations using a wide variety of different versions of both QuickTime Player and Macromedia Shockwave Player and the only time that we encounter this problem is when QuickTime Player 7 is installed. We have deduced that if we uninstall QuickTime 7 and install QuickTime 6.5 or lower, then our presentations play without any problems.
    So a few questions that I have then are, is there some kind of conflict between the latest version of QuickTime and the Shockwave Player? Is this a problem that Applie is aware of and if so, does anyone know how can we resolve this problem. Is there some other possible culprit other than QuickTime that we have been unable to deduce?
      Windows 2000  

    It's been some time now, but no one seems to have an answer for my problem, so I thought I would give some more information. The director files use the .dcr extension with external casts using the .cct extenstions. The audio files are swf files that are externally linked (through casts). The videos are quicktime movies (sorenson video).
    When you watch the director presentation (with quicktime movies in them) it plays fine, but when you go on to the next presentation (or even try to watch the same presentation again), it crashes the browser. The presentation starts to load, but crashes the browser before it finishes.
    Any help out there would be appreciated.

  • Problem watching trailers in Apple Web Site only

    hi,
    suddenly i have an odd prolbem in watching trailers at Apple's web site.
    when im loading a trailer, it just indicating that the trailer is loaded and nothing happens, and the QuickTime Player is not even starting.
    i have the latest version of quicktime, flash and shockwave and in other web sites i succeeded playing trailers , its only reproducing in apple site for some reason.
    when i double Clicked on the bottom of the IExplorer to see Error messages,
    i saw some quicktime error however i don't know if this error is related to the problem. the Error Message is : AC.Quicktime is null or not an object.
    by the way, i don't think that this is the cause but im using Iexlporer 6 and not 7.
    waiting for your reply,
    A.T

    Amir, I'm also having a similar problem with watching trailers on Apple's site. I've tried with many of them.
    Clicking on the "Small" button under "Standard" plays the movie fine inside of the browser. Clicking "480p" under "HD" takes focus away from the browser after a few seconds (and I can see QuickTimePlayer.exe appearing in Task Manager), but then nothing happens. The process, after a bunch of initial activity, just sits at zero CPU, going up to 2% periodically, as if checking on something. The player window never appears.
    Here's what is more strange: if I click on the same trailer link again, it somehow kicks QuickTimePlayer.exe in the butt and soon two players will appear, one for each time I clicked. I've even tried this with other trailers, and clicking on the second one is (so far) a sure way for the player to finally do something besides sit in memory.
    I'm using Windows XP Pro SP2 and QuickTime 7.6. I've tried with both Internet Explorer 6 and 7, and there's no difference in the behavior of the QuickTimePlayer. Other .mov files on the hard drive (like the sample.mov in the Program Files\QuickTime directory) play instantly. The QuickTime plug-in for IE still works for .mov files on other sites and other media (.aiff, etc.)... just not for the movies on Apple's own site
    I haven't seen any warnings/errors, JavaScript is on, and I'm accepting the Active X notification on Apple's site.
    What is wrong, I wonder?

  • Firefox constantly tells me it is updating to next version, and shows the dots moving, but it goes on for hours and does not download--what should I do?

    Please see above--I don't know a better way to explain it.
    * Mac OS X 10.6
    * Firefox 3.6.13
    This happened
    A few times a week
    This started when...
    A couple of months ago.
    More Information
    Firefox tells me an update is being installed. I see the dots moving. I exit everything else and wait for the update to complete.
    It goes on for several hours showing the dots moving. Apparently, nothing is really happening. I shut the computer down when I go to bed. When I reboot, I see the same thing, and get the same results. I've checked the help database, and the previously asked questions, but can't find anything. Any suggestions?
    Here are my system details:
    Installed Plug-ins
    * Runs Java applets using the latest installed versions of Java. For more information: Java Embedding Plugin. Run version test: Java Information.
    * Gecko default plugin
    * iPhoto6
    * Netscape plug-in that plays Rhapsody content
    * Unity Web Player lets you experience dazzling interactive 3D right in your browser. For more information, visit Unity .
    * The Flip4Mac WMV Plugin allows you to view Windows Media content using QuickTime.
    * Adobe Shockwave for Director Netscape plug-in, version 11.0.3
    * DivX Web Player version 2.0.2.39
    * Shockwave Flash 10.1 r102
    * The QuickTime Plugin allows you to view a wide variety of multimedia content in web pages. For more information, visit the QuickTime Web site.
    * 3.0.50106.0
    * Version 1.9.2.1599
    * Google Talk Plugin Video Accelerator version:0.1.43.4
    * Java Plug-In 2 for NPAPI Browsers
    User Agent
    Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13

    i tried restoring itz saying error occured 2008 :-(

  • Safari 5.1.2 hates PDF!

    My old Safari loved PDF documents.
    When I clicked on a pdf link - I could see it in Safari without any trouble or issue.
    Now with the new update - Safari 5.1.2 - the monitor just go dark when I click on a pdf link.
    And Safari will not aloud me to save it either.
    But sure - Preview let me see my own PDF's - so I am not 100% out of order.
    One step forward got me two step back - and they say the future is near...
    ps. I am not into - do that, or go here - to fix it. Safari should do it without any more tricks then update - we are talking Apple - this is not Microsoft!

    Select Help > "Installed Plug-ins" from the Safari menu bar. Besides the following, what plugins are listed?
    iPhotoPhotocast
    Java Applet Plug-in
    QuickTime Plug-in
    Shockwave Flash
    WebKit built-in PDF

  • HT5242 After downloading the update, I can no longer watch videos online.  Has this been disabled?  How exactly do I reenable it?

    At a recommendation from my school, downloaded and updated my computer against the recent Flashback software.  Now, one night later, I am unable to watch online videos, as the plugins are no longer working.  How do I reenable plugins?  I cannot see any obvious way to do this via Java Preferences, and the box under Safari Preferences for "enable java plugins" is already checked.  What has changed, and what can I do?  Please be specific.  Thank you!

    Select Help ▹ Installed Plug-ins from the Safari menu bar. Besides the following, what plugins are listed?
    iPhotoPhotocast
    Java Applet Plug-in
    QuickTime Plug-in
    Shockwave Flash
    WebKit built-in PDF

  • Power Mac - G4 QuickSilver and dial-up problem..

    Hi all, first post here please excuse my naiviety!
    As well as owning a Macbook I've been helping a friend out with their 9-10 yr old G4 Power Mac. The problem started with it not being able to power on so I tried resetting CUDA etc; that didn't work so I sourced a replacement Power Mac (power supply being impossible to replace).
    All went well, swapped the HD out of his duff M5183 and put it into the newer QuickSilver. Booted-up fine and apart from running quicker it looked like his old Mac. When he tried dial-up (he can't get BB) he kept getting a no dial tone error. So I had a fiddle and managed to get a tone... however when the 0845 number was dialled all you get is a beep....beep....beep noise like the line's engaged or unobtainable. I managed to inadvertently wipe his ISP settings so tried another ISP (called freeisp, 0844 7110059) - still get the same reply on the line with this.
    Question is, I'm guessing the modem on the QuickSilver is different to that on the M5183? Do I need to install drivers? The modem seems to dial out okay so I'm a bit confused.
    Any help gratefully rec'd... he hasn't been able to get online for some time now.
    Ta, HB

    According to this article:
    Apple USB Modem: Frequently asked questions (FAQ)
    Sep 15, 2008 ... You can use an Apple USB modem with any
    Mac computer capable of running Mac OS X 10.4.3 or later.
    You MUST have Mac OS X 10.4.3 or later...
    http://support.apple.com/kb/HT3152
    Even email and sparse internet activity would be slow.
    Still, that invites further research to be sure; and also to
    check what update or upgrade the computer hardware
    may need to be ready for the demands of the OS on it.
    Hardware upgrades in RAM chip & hard disk drives are
    the primary ones for basic physical upgrade; and then
    the OS X. And Panther is not really adequate today...
    Tiger has support; Panther has increasingly more wants
    that are not met and does not see updates. It's rather old.
    You should check into the available "retail boxed" Tiger
    full installer sets that have previously been sold to people
    and now those persons have upgraded to Leopard 10.5.
    These should be priced less than online reseller's retail.
    In some places, the universal install DVD set is not costly
    once you get away from the retail demand. Amazon is a
    source of retail goods; ebay is a place to find retail prices.
    Individuals, whose goods you would have to be aware of
    before buying (or if given a retail box Tiger installer DVD,
    be informed as to what you really had.) Be sure it is NOT a
    version made for a single model or series of computer,
    since those would only work in that one model line.
    Without access to DSL or faster cable broadband, getting
    all the update bits for the system would be prohibitive; no
    matter the version of OSX (or any OS) it would be too slow.
    You may be able to get copies of the correct downloads
    from persons you know; but you have to be sure they are
    the correct ones, and not versions for some other device.
    (Some update files are for Intel-based Mac, not PPC-based.)
    If you have a portable computer, a list of upgrade downloads
    needed (for a needy desktop computer) and a place to go and
    experience fast broadband or adequate DSL, the necessary
    update files a new OS X installation would require to be up to
    date could be gotten; they could be saved to a CD for later use.
    The latest security update, all the java updates, the Combo update,
    Quicktime, Flash player, Shockwave Player, modern browsers, &
    other items are required to bring even Tiger up to today's web
    and daily use if going online (or if using applications needing it.)
    With a list of needed applications, and/or web sites where the
    downloads could be acquired, and getting 'standalone' versions
    for later use in a computer later, one can deal with a slow web
    access point at home, by going elsewhere to get the essentials.
    And to get them with the idea of making a backup archive for
    later re-install should that event of necessity occur. The Apple
    Support Downloads site has OS X related updates & is search-
    able. So knowing file names to do this, that way, is important.
    Having the subject computer at the point where high speed
    internet is available makes all kinds of sense, to just update
    the newer OS X version and make it work correctly.
    And the need for this would become painfully clear to even
    someone with no credible amount of experience. Anyone
    with hopes of getting a task done in their lifetime could see it.
    Good luck & happy computing!
    {edited}

  • After Firefox has been running a while, every link opens a new window

    After Firefox has been running for a while, every link starts opening in a new window. Until today, if I closed Firefox and restarted it, it would stop happening ... until it started happening again. Then today, I closed it down and restarted it, and it was STILL happening. So either I find a solution, or I stop using Firefox on my Mac.
    This is a vanilla installation - both for the Mac and Firefox. I don't use the Mac as my main computer. The Mac is running OS X 10.5 8. The problem has existed through many upgrades of Firefox. I always upgrade as requested. This last time, however may have been the killer. A new upgrade was installed right before the problem became unfixable by shutting down and restarting. I'm running Firefox 15.0. I just rebooted, however, and now (for now), it's working properly.
    I have no add-ons installed in Firefox.
    My only plug-ins are iPhotoPhotocast, QuickTime, SharePoint, and Shockwave Flash.
    I've seen multiple reports of this problem on this Web site, but no solutions. Just a generic recommendation to disable add-ons to see which one is conflicting. But I'm running no add-ons. I think there's a bug in Firefox.

    If it were an extension or theme or a Mac driver, wouldn't it cause the problem consistently? This only happens after Firefox has been running for a while. I'm using Firefox to type this reply right now, and the problem is not happening.
    And it's not because I suddenly start using some offending software. As I said, I don't use the Mac as my main computer. Usually I'll have been using my PC, I'll go back to the Mac to check my email on Firefox, and suddenly the link problem is happening. I only use the Mac to check email on the server before I download it with Outlook (on the PC) so I can delete spam on the server first.

  • MISSING PLUG-IN HELP!!!

    When I try to download most things (Skype, Spotify, etc.) it says "Missing Plug-in" but not what I'm missing.  I've had this problem for about a year or so and I've emailed many support websites and asked other Mac users (who never have this problem).  I have no idea what the problem is but am sick of not being able to download what I want.  Any help would be GREATLY appreciated!

    Select Help ▹ Installed Plug-ins from the Safari menu bar. Besides the following, what plugins are listed?
    iPhotoPhotocast
    Java Applet Plug-in
    QuickTime Plug-in
    Shockwave Flash
    WebKit built-in PDF

  • Os 10.6.8 Acrobat Reader v 9 and 10 won't work

    I have an iMac 24 running OS 10.6.8 and I can no longer load .pdf files from internet sites. I can load them when they are on my local HDD. I deleted Adobe Reader a couple times and re-installed version 10.1 and then ver 9. All I get when I try to load a .pdf from an internet site using Safari 5.1.5 or FireFox version 11.0 is a blank grey screen.

    Select Help ▹ Installed Plug-ins from the Safari menu bar. Besides the following, what plugins are listed?
    iPhotoPhotocast
    Java Applet Plug-in
    QuickTime Plug-in
    Shockwave Flash
    WebKit built-in PDF

  • Trouble saving documents

    When I save a document, it does not show up in Documents for a long time. I can use Finder to find and open the document if I can remember what I named it. Sometimes I remember the subject, but I can't remember the name I gave it, but it usually shows up in Documents in a few weeks. I don't remember having this problem when the computer was new. Is this a bug in a recent OS update? The information I can find on saving documents says that they should show up in Documents, but it doesn't say how long it should take. Do I have any control over how long it takes?

    Can you save a document to a folder not in the Documents folder?
    Funny thing, I've owned dozens of Macs and never use that folder.
    Usually, you can choose a folder or path to have items saved there.
    In fact, since I am often the only user of a computer and sometimes
    have two user accounts, still do not use these user-account specialty
    folders. I've often did as I had said, in creating a folder on the hard
    disk drive and an alias to it on my desktop, or drag a link/icon into
    the Dock (next to the Trash in Dock is an easy location to put it.)
    Sounds as though there still may be some issues in the computer's
    system, regarding how your created files are handled. You could
    boot the computer from the Tiger install disc and run Disk Utility from
    the version found in the Installer's menu bar (do not run the install
    sequence, the finder-like Installer menu bar has options in a drop-
    down menu, like finder does; you can launch Disk Utility and do other
    jobs from the Installer, without installing anything.
    If using the booted Tiger installer's Disk Utility, be sure to avoid any
    of the extra features this utility can do in this situation; it can do a
    fair amount of damages should you do more than 'repair disk' and
    'repair disk permissions' out of turn. It can reformat, erase, partition.
    The 9GB of remaining space in the hard disk drive may become a
    marginal asset, since up to 5GB of the hard drive can be used for
    the System and Apps, as Virtual Memory and temp swap files. That
    would leave a dangerously low amount of 'free space' overall.
    My computer drives have about 70% free space, except in my iBook,
    and that has about 60% free space since it has extra spare installer
    .dmg files in a folder there. I try and keep a good backup clone on an
    externally enclosed FireWire bootable hard disk drive, of each Mac HD.
    (Your Mini is probably an Intel-based Mac; so a backup external enclosure
    for a hard disk drive for clones & backup would likely be USB2.0; if you
    get one, be sure the vendor knows Macs. Get one that can support clones
    and booting OS X from a drive in such an enclosure. If the Mini has ports
    for FireWire, then get an external drive enclosure with FW & USB2.0.)
    For general periodic maintenance, I have and use OnyX, so about once
    a month or so (if bored, sooner; if forgetful, later) and have OnyX set in
    its own preference setting, to restart the computer automatically when it
    is done running any task it would require or recommend a restart when
    done; so it does that. I can leave it after launching the selected choices
    in Automation (checkboxed items can be chosen) and usually choose All.
    {This does not mean it will start & run all by itself; I don't know if it can do
    that aspect of scheduled maintenance, since this requires an Admin PW
    to launch; so you'd have to be there to run OnyX, or remote login to do it.}
    • OnyX - Titanium Software:
    http://www.titanium.free.fr/pgs/english/apps.html
    This can take some time, depending on the size of the hard disk drive
    and other particular items in each machine's configuration. Maybe up
    to 45 minutes on a drive if not too full. Could take longer on yours.
    At some point, given the age of your computer and the fullness of the
    capacity of the hard disk drive, you may have to consider the wear &
    age of the moving parts sufficient reason to replace the hard disk drive.
    If you do have or are considering a complete backup of the computer's
    contents, there are external drive enclosures which can support a full
    computer clone (free-running clone utilities are downloadable) and you
    could backup the computer's contents; and a good boot-able clone is
    about the best assurance you can still access your data if the main drive
    in the computer should fail. You can make & test a clone before any
    disk maintenance, reinstall from scratch, or an old drive gets replaced.
    The time probably has come to consider these ideas and learn more.
    And an all new installation on a low-level erased & reformatted hard
    disk drive, and updated to the last Tiger 10.4.11 combo; would be a
    basis for a cleaner and faster running system. Then, the last security
    update, java updates, quicktime, browsers, Flash & Shockwave players,
    could be applied; and only the apps you use most, reinstalled & updated.
    Even without a new internal hard disk drive, could be a great refresh.
    An external drive could be a home for more than just a bootable clone of
    the computer's current content, a backup; the external can be partitioned
    and more than one clone or different system version could be on there;
    or a partition used for storage of items to be used alongside the Mac.
    iTunes and iPhoto libraries can be relocated or moved to an external; so
    as to free-up the internal drive. Generally, to keep it from being too full.
    And I suspect your current hard drive status may be marginal, in that little
    free or unused space exists; and if needed, you could not perform an
    'Archive & Install/update' procedure or other helpful major tasks within it.
    Anyway, I do not have a specific answer as to why the files you have
    saved to the Documents folder are not going there. They should be
    appearing in your User folder, since all your user activity when booted
    in and logged-in a user account would go in there; generally speaking.
    You should be able to search for a folder you made, by date, and see
    if it still exists or if it was overwritten by something else & is missing.
    The best cure to most OS X issues is preventative maintenance; but
    in some (few) cases, in a newer and unproven system, other issues
    may be the cause of some odd problems. But OS X 10.4.11 is very
    stable and if kept up, probably the best system version so far; in the
    comparison of non-current systems.
    Good luck & happy computing!

  • OSMF VAST not playing x-mp4 ads bug?

    I noticed in the defaultVASTMediaFileResolver Class that they do not have x-mp4 as a supported Mime type, and this ment that my ad
    wouldn't play, hence I added "video/x-mp4" into the VIDEO_MIME_TYPES_SUPPORTED method, to play the ad, Hope this helps someone.
    private static const VIDEO_MIME_TYPES_SUPPORTED:Vector.<String> = Vector.<String>
                "video/x-flv",
                "video/x-f4v",
                "video/mp4",
                "video/mp4v-es",
                "video/x-m4v",
                "video/x-mp4",
                "video/3gpp",
                "video/3gpp2",
                "video/quicktime",
                "application/x-shockwave-flash",
    Many thanks,
    Phil

    Not to rail on you I am interested in helping but you are doing it all wrong. I have had no trouble moving video onto my ipod (I think it comes from working with the PSP so heavily :D). First off you NEED to render the video 320x240 (why you would want it higher I don't know) You can do this in ffmpeg, make sure that you use the ipod for TV version, the H.264 still has synching issues on that renderer. Also make sure that your Kbps is no higher than 2500k I find that 1200 looks good enough. You can up the AAC audio to 128kbps at 44.1khz. Then you can do 2 pass rendering if you choose, it will make the final render look better ( I really don't care to do this because it IS a portable device) Also for the frame rate I use 24fps and 29.97 I think either work.
    Another program that does a really good job is Handbreak, you can rip your DVD directly to the ipod format, that and it will do it in real time on my dual 1.7ghz g4.
    I hope that this helps.
    G4   Mac OS X (10.4.4)  

  • Certain videos don't have vision

    I'm using the website www.ipl20.com for the indian cricket and most of the videos don't play properly. They have sound but no vision.
    I am using Firefox 28.0 with Win 8.1. All add-ins are disabled. Plug ins installed for Quicktime, Real Player, Shockwave, Silverlight and VLC. I have browsed the help files and made extra installations to try to cure this problem, but to no avail.
    I have Avast free as my AV software, and due to problems have disabled the add-in. I have reset Firefox but still have this problem.
    On the Epipheo website they have a link to a Youtube video, which appears, but when I click to play it , it goes away. This may be a symptom or a problem with the web site. Youtube plays OK.

    Hey,
    The site will not load for me, however it sounds like an acceleration issue:
    Some problems with Flash video playback can be resolved by disabling hardware acceleration in your Flash Player settings. (See [[Flash Plugin - Keep it up to date and troubleshoot problems|this article]] for more information on using the Flash plugin in Firefox).
    To disable hardware acceleration in Flash Player:
    #Go to this [http://helpx.adobe.com/flash-player/kb/video-playback-issues.html#main_Solve_video_playback_issues Adobe Flash Player Help page].
    #Right-click on the Flash Player logo on that page.
    #Click on '''Settings''' in the context menu. The Adobe Flash Player Settings screen will open.
    # Click on the icon at the bottom-left of the Adobe Flash Player Settings window to open the Display panel. <br/> <br/>[[Image:fpSettings1.PNG]] <br/>
    # Remove the check mark from '''Enable hardware acceleration'''.
    # Click '''Close''' to close the Adobe Flash Player Settings Window.
    # Restart Firefox.
    This [http://www.macromedia.com/support/documentation/en/flashplayer/help/help01.html Flash Player Help - Display Settings page] has more information on Flash Player hardware acceleration, if you're interested.
    Does this solve the problem? Let us know.

Maybe you are looking for

  • Someone unknown used my Apple ID, can I get that device off of my account?

    I first received an email saying someone reset my Apple ID password. I then received an email saying that someone signed into iCloud on an  iPhone 3Gs. I did not reset my password and I do not own a 3Gs. I immediately changed my password and  securit

  • Problem with adobe CC 2014 unstable in print mode

    I installed the "new and wonderful" Adobe Photoshop 2014.2 I am running win 7 on one computer and Win 8.1 on the other. BOTH computers shut down when I try to print almost any file I created with Adobe Photoshop CC and earlier. I have "re-set" the pr

  • Cannnot add tools to bookmark tools in v24

    upgrade to v24 but found bookmark tool icon is missing, tried add again. after restart it is missing again. have to downgrade to 21 now. why?

  • How to buy more storage to backup my iPhone 6

    I try to buy more storage for my iPhone 6, but it does not accept my iTunes password.  How can I reset my iTunes password?

  • Char types

    what is the difference between "inspection characteristics " and "general characteristics from the batch classification"?