Quicktime X - export for web creates files that can't be uploaded

I'm trying to post a video to my website that can be viewed via computer or iphone. I used the "save for web" command and checked all three options: iphone, iphone (cellular), computer.   There resulting folder had all three files and a reference ".mov" file which I understand will select the correct file based on the device being used to access the movie. I created an .html file based on the instructions and even used the sample file to make sure everything worked on the local level. The only problem is that when I went to upload the folder to the web, I couldn't upload any of the actual movie files because there were spaces in the file names, for example: the file named "olympics" was automatically saved as "olympics - iPhone (Cellular).3gp" and "olympics - iPhone.m4v," etc. The server would not me to upload files with spaces in the name. When I tried to remove the spaces and ext. puncutation, the files could upload but were no longer seen by the reference mov called "olympics.mov".   Is there a solution to this problem, either in the way the reference movie is created or in the way the files could be uploaded with spaces? Thank you for your help...

Hi Kim,
Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions.
(Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
Are they sill that way on Safe Mode?
Is Spotlight trying to index that drive?

Similar Messages

  • Using Quicktime's "Export for Web" feature in iWeb?

    Greetings,
    Does anyone know if this is possible within iWeb, that is, to use movies created using Quicktime's "Export to Web" feature, which really seems to deliver superior movie quality?
    Much appreciated,
    DaveB

    Thanks, good stuff, though I'm still having a small problem with this. I'm getting a gray line around the top and left of my movie and the right side of the player is getting cut off. When I try to make the width larger, it just moves the gray line further to the left.
    Any ideas?
    http://www.brianderr.com/brianderr/copythis3.html
    *This is the script that I added to the html snippet in iWeb.* I changed the height to 505px because it was cutting off the bottom of the player at 496.
    <iframe src="http://idisk.me.com/brianderr/Public/KANYE%20PT%201/kanye1.html"
    style="width:720px; height:505px";
    scrolling="no">
    </iframe>
    *This is the script from my read me file that I kept:*
    <?xml version="1.0" encoding="utf-8" ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html>
    <head>
    <title>QuickTime Pro - Export for Web - KANYE PT 1</title>
    <script src="http://www.apple.com/library/quicktime/scripts/ac_quicktime.js" language="JavaScript" type="text/javascript"></script>
    <script src="http://www.apple.com/library/quicktime/scripts/qtp_library.js" language="JavaScript" type="text/javascript"></script>
    <link href="http://www.apple.com/library/quicktime/stylesheets/qtp_library.css" rel="StyleSheet" type="text/css" />
    </head>
    <body><script type="text/javascript"><!--
    QTWritePosterXHTML('Click to Play', 'KANYE%20PT%201-poster.jpg',
    'KANYE%20PT%201.mov',
    '720', '496', '',
    'controller', 'true',
    'autoplay', 'true',
    'bgcolor', 'black',
    'scale', 'aspect');
    //-->
    </script>
    <noscript></body>
    </html>

  • H.264 export without audio creates files that are not recognized in Quicktime or VLC

    Dear all,
    I need to generate h.264 files with video only. (short clips for use with a "clickable" catalog on an iPad)
    Used the "H.264" category and chose a preset. Unchecked "Audio" so I only get the video exported.
    The resulting .m4v file is not playable in Quicktime or VLC or MPEG streamclip.
    When I leave audio enabled with the same preset, the file is fine, but as soon as I export without audio, the resulting file is unreadable.
    Source material is ProRes 422HQ, audio+video, about 30-40 seconds long.
    Any clues?
    Carl.
    Mac Pro 5,1
    24GB RAM
    Nvidia Quadro4000
    4TB internal RAID0
    OS 10.7.5
    Premiere 6.0.2

    Thanks Jeff, I did get that far ;-)
    I'm sorry, probably my question wasn't very clear. Of course I can find some technical info about the iPad...
    And of course some of the presets in Media Encoder provide basic starting points for encoding.
    But... there is also the first iPad, I couldn't find the specs about it on the Apple site. On everymac.com I found:
    Apple reports that the iPad supports "H.264 video up to 720p, 30 frames per second, Main Profile level 3.1 with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats; MPEG-4 video, up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Simple Profile with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats."
    So if I want to be compatible with all iPads I need to probably stay under 720p30 with [email protected] for H.264
    When I look at
    http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC
    I find (from the example values) that 1280x720@30p is quite near the maximum matrix size. So with 1024x576 I should be ok there. My bandwith of about 2Mbit is also well within range in this case. But what if I want to fill an iPod screen (1024x768) with the highest possible quality video? How do I calculate if this fits the max frame size requirements, where this is expressed in a number of luma samples and macroblocks? What is my max bandwith? The tables says that the "Max video bit rate for video coding layer (VCL) kbit/s" should be <14.000kbps. Does that directly translate to the sliders in my encoding app?
    If you look in the table "AVC software implementations" (under Software encoder feature comparison) you can see that some features that are supported in MainConcept, and not supported in Qt. (8×8 vs. 4×4 transform adaptivity, Quantization scaling matrices, Separate Cb and Cr QP control, etc. What are these exactly?)
    In Streamclip one can choose to have B-frames or not, in AME there is no such control. Does that mean it always encodes with B-frames? Why would one not want to have B-frames?
    A lot of parameters in AME H.264 encoding seem to be set to certain fixed values that are not accessible to the user. Other programs (Sorensen, Telestream) provide the user with access to more parameters. Which parameters in AME are set to what (fixed, non-accessible) values and why?
    As I said earlier, Quicktime reports different codecs for what should be the same format but from different encoders. Why? Is there a program that can analyze a H.264 stream and report about it in more detail than VLC/Quicktime?
    etc. etc. etc....
    If anyone could recommend an online resouce or a book to learn more about the ins and outs of H.264 encoding/decoding that would be great. I have the first edition of Charles Poynton's (brilliant!) book "Digital Video and HDTV", which does talk about MPEG-2 but not H.264. I saw that the second edition goes a bit more into detail about H.264. Does anyone have the second edition? Worth buying just for the relatively small addition about H.264?
    Thanks.
    Carl.

  • QT v10.0 "save for web" creates file names with spaces?

    I find it strange that the additional exported files from "save for web" (iPhone, etc) auto exports files with spaces in the file names. Not only that, but changing the file names breaks the javascript.
    I work on a server that denies permission to files with spaces in the file names. I know it's a bit archaic - but it's also a long standing tennent of "good HTML" to creates files with a hyphen or underscore instead of a space.
    Is this something that can be addressed in the next update?

    If your using cs5 or cs6 you might try Image Processor Pro which seems to use underscores
    and has a save for web option.
    Dr Browns Services 2.31
    http://www.russellbrown.com/scripts.html

  • Quicktime Export For Web files inaccessible

    I accidentally posted this in the QT for Windows section, but I'm a Mac guy.
    This is totally bizarre. As of this afternoon, all of the QT files (generated with Export for Web from QT7.6) that I've posted over recent days and weeks, on multiple servers, played back by different computers at different locations, running QT 7.6.4 and 7.6.6, OSX 10.5.8 to 10.6.3, WILL NOT PLAY. How is this possible?
    If I connect directly to the original .mov file (as opposed to the "alias" .mov file generated by Export for Web), then it will play. If I connect to the .m4v file, my browser wants to download it, and then play it.
    What's going on here? Apparently I'm not the only one to have this problem. Is this due to some sort of DRM update put in place on account of the iPad introduction? iTunes and QT have been updated on at least one of the computers I've tried this with, and it didn't make a difference.
    Hello??? Is anybody out there?

    Here are several examples:
    Posted on March 12: http://vista.adventureadv.com/jackall/Aragon-proof1/index.html
    Posted yesterday on my server:http://vista.adventureadv.com/jackall/cherry-proof1/index.html
    Posted yesterday on my remote server (hosted by 1&1): http://www.adventureadv.com/cherry-proof1/index.html
    In case you think I screwed up the original exported HTML file: http://vista.adventureadv.com/jackall/cherry-proof1/readme-cherry.html
    http://www.adventureadv.com/cherry-proof1/readme-cherry.html
    Direct link to the QT file: http://vista.adventureadv.com/jackall/cherry-proof1/cherry-720.mov
    Also, the server named vista is a Mac server running OSX Server 10.4-something - despite its name, it is not a Windows Vista machine.

  • Question about file size when using "Export for Web"

    Hi!
    I created a .mov file and worked to get a great balance between file size and quality so that I could deliver it via the web and make it easier for end users to see the video on a slower connection.
    My question: When I use "Export for Web," my .mov file is converted into a very large .m4v file--more than double the size of the original file. I know that this export option is to optimize the file for a wide variety of users/internet speeds. Am I correct in guessing that the end size is not an issue? I would post the .mov file instead, but I really like the option of embedding into a html page along with the "click to play" option.
    Bottom line--is it better to post the smaller .mov file that i originally started with or to go ahead and link to the bigger .m4v file that was created with the "Export for Web" option?

    "Export for Web" is a feature of QuickTime Pro and it makes 4 files and the html page code for easy copy/paste Web page editing.
    The very first file is called a "reference movie" and it links to the other 3 files (56kbps, 900kbps and 1.5Mbps). It, and the page code, "read" the connection speed of the viewing hardware and "serve up" the correct file based on that connection speed.
    In nearly all cases the "Desktop" version would still be smaller in file size than the original source. The times the file would "increase" in file size would be when an already compressed was used as the source file. You can find out more about your source file by opening it in QuickTime Player and viewing the Movie Inspector window information.
    There are dozens of other html "tricks" that could be used if your source file is already compressed but you want a different display size:
    Page code to show "aspect" or scale="tofit". This code allows values "outside" of those found in the actual QuickTime file be used for the Web page display. A 320X240 QuickTime .mov file looks pretty good at double size (640X480) but the file size would still be that of the source file.
    "Poster Movie" is another html trick that loads the Web based file directly in the QuickTime Player application (bypassing Web page layout restrictions). These files are also known as "Presentation Movies".
    Another method is the QuickTime Media Link file (.qtl). These are simple text based files that are used as a "direct link". These use simple XML (Extensible Markup Language) and are easily created in any text editing application. The simple syntax has amazing control over a simple QuickTime .mov file. You can launch (and quit) the QuickTime Player, display at other dimensions and even embed "links" inside the display.
    Some of my files as examples:
    http://homepage.mac.com/kkirkster/Lemon_Trees/ a "Poster Movie" style.
    http://homepage.mac.com/kkirkster/.Public/RedneckTexasChristmas.qtl
    A QuickTime Media Link file. A tiny file should download to the viewing machine, launch QuickTime Player, present the movie and it even includes a "link" to my Web page.
    Edit: It appears you must now double click the .qtl download to launch QuickTime.

  • Quicktime Export for web

    i have exported a video for web using quicktime and when i try to upload it, i wont play... i have the video uploaded (the actual .mov) but i dont upload another file that is exported (the .m4v) because is like 200MB and the .mov is only 4KB. how can i make the player on the web, play the .mov file instead of the .m4v? hope u understand... Thanks in advance.

    How to make it smaller in file size than your original 5.5 GB file?
    You just did when you used the "Export for Web" feature and it was reduced to 200 MB's in file size.
    200 MB's is still much too large for Web use as your viewers will not wait for your file to download.
    Break up your 25 minute "masterpiece" into 5 minute "chunks" or compress it further by using:
    Export > Movie to QuickTime Movie
    Reduce the data rate, file dimensions and choose H.264 video codec and AAC audio. Forget "stereo" to reduce that part of the file. Reduce dimensions to reduce the video part of the file size. Cut the "frame rate" by 50% to make even a smaller file size. Your Web viewers will probably not notice.
    Do some tests with a one minute sample file to learn what works best for your file. Compare the new exports (side by side) by using the "Play All Movies" feature of QuickTime Pro.
    After a few sample exports you'll quickly see which data rate, frame rate and video compression codec works best for your file.

  • How do I batch "Export For Web" from Quicktime, one at a time

    I have 20 quicktime movies in folder A.
    I would like to "Export for Web" for all 3 options (iPhone, iPhone (cellular), and Desktop) to folder B.
    How do I create an automator script to complete this action one at a time, until they are finished converting?
    Also, I do not want to delete the originals.
    I have never used Automator, but I'm guessing it should be easy to execute a shut down command when it is done...
    Thanks a lot!

    iTunes does not handle the import of photos/videos from the iPhone's Camera Roll.
    If this is not the computer you sync your iPhone with, you should have been provided a warning message that your iPhone is associated with an iTunes library on another computer and when trying to transfer any iTunes content from a different computer, a warning message is provided indicating that all iTunes content on the iPhone will be erased first.
    When connecting an iPhone to iTunes on another computer, none of the options under the various tabs for the iPhone sync preferences with iTunes are selected automatically. This means you had to select Sync Contacts under the Info tab for your iPhone sync preferences with iTunes on your wife's computer.
    Assuming you are syncing contacts with a supported address book app on your computer, connect your iPhone to Tunes on your computer and without syncing, under the Info tab for your iPhone sync preferences below the Advanced section, select Contacts for replace info on this iPhone followed by a sync.
    For importing photos/videos from the Camera Roll which can be done with a computer that is not used for syncing the iPhone since syncing with iTunes is not involved.
    http://support.apple.com/kb/HT4083

  • What is the maximum size of a .swf flash file that can be created for DMM

    Please help,
    I am running DMM 5.2.1 and was wondering what is the maximum size of a .swf file that can be created and play SMOOTHLY on the screens (screen dimension 1366 x 768px).
    Kind regards.

    Hi Nicholas,
    You can refer to the content creation best practices documented at the following link:
    http://www.cisco.com/en/US/docs/video/digital_media_systems/5_x/5_2/dmd/best/practices/guidelines.html#wp1168116
    As you can read there:
    - if the SWF file size is greater than 500KB, you may start to see high memory consumption on the DMP.
    - regarding resolutions, the SWF can be up to 1920 x 1080 when animations within the SWF are small and are restricted to a 640x480 region.
    Regards,
    Marco

  • Export for web doesn't work (X and 7).

    I use the export for web feature a lot.  I find that I have to bounce back and forth between Quicktime 7 and X because sometime this feature will work and sometimes it doesn't.  There's no consistent reason I can figure out why the applications will or will not work properly.  On some occasions I get some small 8Kb file.  On other occasions, I only get the audio.
    Any ideas?

    Uhh, the system requirements for Photoshop CC state you need 2 GB RAM, 8 GB recommended. This is likely your problem.
    Benjamin

  • Strokes on appearance is getting cut off when exporting for web & Devices

    I'm a screen print artist using Adobe Illustrator CS5 in windows 7(blah!) to export images of our customers' artwork into a huge folder of images on a server. The images are then loaded into a program so that they can be viewed company-wide and by the customer.
    Occasionally, when there is an appearance applied to text it seems to cut off the tops and/or bottoms of the outermost stroke.This seems to be only happening to text, and happens randomly and is very annoying. See the image attached.
    it does this with both JPEG and PNG images, and whats more, changes when you adjust the image size. it either gets better or worse. I have to change the image size on every export so that they are all within our size requirements.
    I have found that if you put the art into an envelope with all the settings at 0 and then export for web it prevents this from happening. However, that isn't very efficient as i need to be moving a ton of artwork a day, and I am not the only person who may be working on the Illustrator file.
    Is there any setting either in illustrator or windows that may be causing this anomaly?

    Try adding:
    Effect >> Path >> Outline Object
    So  your type will still be editable
    If that does not work you may want to:
    Type: Create Outline
    I only had this problem once before, on some snickerdoodle cookies package, and that was a script font. Might be related to the font you use.

  • Exporting for Web Usage

    Hi. I have no doubt this has been discussed, but am hoping I can get a more concrete answer. I would like to export some shorts to put on my web site. I know there is a balance to be struck between quality and file size, but the choices that can be made with settings leaves me confused.
    I am using the latest version of Final Cut Studio Pro. What are best settings based on people's experience to export for web usage? This would ideally be a quicktime file in the end.
    Thanks.

    I usually use Sorenson 3, quarter screen size and they usually come out pretty manageable. I would use the H.264 codec but I want to be sure all who come to my site and view the Quicktimes and some people don't have QT v.7 yet.
    Allow me a shameless plug as well: http://www.scottsimmons.tv/
    If you look at any clips on my site and save them as a quicktime movie, then open them an playback in Quicktime player, you can hit command + i and see the movie info where you can see exact specs on each clip. That can give you an idea of quality and file size. It's really an imperfect science.
    G5 dual 2.7   Mac OS X (10.4.2)  

  • Export for web

    Hi,
    I wonder if Lightroom overs a "export for web"?
    I saw that the jpg's with 50% are still larger than the once exported via PS-for web.
    I wonder if there is any trick or....
    thanks
    R

    Web galleries created by LR use more storage than those created by PS because (at least some) LR galleries have three images plus a thumbnail for each image file compared to only one image plus a thumbnail in PS. The three images are of different size; this may be how LR galleries match the displayed image size to the user's browser window on the fly, a neat trick.
    Another area where LR needs some extra storage is the catalog. In the smallish sample I examined, importing a jpg file into LR increased the total storage required for the image by about 40%.
    Jim

  • Export for web problem

    hi, i've used the export for web option in quicktime pro but all i get when trying to play the movie is the quicktime logo with a question mark.. note that this is locally on my imac.. i've also tried uploading the folder on my server and play it from there to no extend.. i dont know what's going wrong.. the files exist and im even able to play them by scrolling down to the bottom of the ReadMe.html and clicking on one of the versions links directly..
    any advice?

    QuickTime Pro can play audio from MPEG-1 formats but can't extract it during export.
    Solution?
    Use MPEG Streamclip (free) to convert the MPEG-1 to other QuickTime formats.

  • QT Pro Export for Web--poster doesn't work in Firefox or IE, only Safari

    Hi QuickTime gurus (within Apple and in the 'real world
    I had thought that when you Export for Web in QuickTime Player Pro, the 'poster' movie would display in all browsers, on Mac and Windows.
    Unfortunately, the poster does NOT work in Firefox (neither Mac nor Windows) nor in IE. It only works in Safari.
    See this example - http://www.wellesley.edu/~kenny/a.html
    Am I doing something wrong, or is there something wrong with the JavaScript such that it doesn't work in all browsers, or....?
    Thanks...k

    Ok here try this:
    http://setfreedenver.org/a/readme.html
    And here's the zip file for the above.
    http://setfreedenver.org/a.zip
    You should have four files in the folder that makes everything for the video in the html:
    video.m4v This is the actual video that plays.
    video.mov This is the referance video that points to video.m4v
    poster.jpg This is the poster frame.
    html.html This is the html for the above video to play in.
    Move one of the above to somewhere else and it will break the video playing in the html.
    Sidebar:
    I couldn't get this to work on my server. I had to go to my server control panel (somewhere out there in Texas) and make a MIME Type setting for the .m4v, so the video could play. Not all servers are setup to play different kinds of videos, documents or images. So, if you ever run across something that plays locally on your computer and not on your sever and your at your wits end.. Contact you server administrator and have them check the MINE setting on the server.
    Message was edited by: David M Brewer

Maybe you are looking for