No progressive download for H.264?

I was encoding a 6 minute video for web delivery in H.264 and it appeared that there is no provision for encoding for Fast Start or other setting to allow progressive download.  The 6 minute video compressed in H.264 to about 30MB and was only downloadable off our web host as a full download. This required about 20-25 seconds on cable modem.  Not a satisfactory result!
Does anyone know how to set for progressive download?   I had the same experience when encoding into the variations in QuickTime.
This is crazy. If this is not currently possible, does anyone know if Adobe is taking steps to remedy?  Is this remedied in CS4?  I have heard reports of excessive crashing in Premiere CS4 so I have been reluctant to upgrade.
Regards.
Jeff

For a meaningful comparison, would you not have to view the same video, 
encoded at the same bit rate for each format and in the same frame size and 
frame rate?
I am not the expert here, but it seems to me that this condition would 
have to be met to farily compare. Easily done of course if you provide your own
video for comparison, and that is exactly what I am trying to do.  Can QT 
Pro output an H.264 in MPEG-4 as well as QT wrappers?
I am going to experiment with both formats as well as Real Media and 
Windows Media at similar settings.  I do not have a program to simply  encode
swf's without taking a few extra steps. It is cumbersome. To my  knowledge,
flv's need to be embedded into a web page or otherwise incorporated  into a swf
to be widely viewable.  While I have a few players which can  play flv's
directly, these are not as widespread as QuickTime or Real  Player.  Not sure,
but I think that Window's Media Player can play  QuickTime files.  I do not
try this too much so I am not positive.
Thanks for the help and best wishes.  I will probably bite the bullet  for
QT Pro in the next day or so. I think it is only around $30.
Jeff
In a message dated 7/23/2009 5:39:49 P.M. Eastern Daylight Time, 
[email protected] writes:
Than  H.264?!  That has certainly never been my experience.  My personal 
computer stumbles on several H.264 files because it just ain't powerful 
enough, but has never once failed to play a Flash video streamed from a web 
site.
**************Dell Deals: Treat yourself to a sweet deal on popular
laptops! (http://pr.atwola.com/promo
clk/100126575x1223100673x1201716527/aol?redir=http:%2F%2Faltfarm.mediaplex.com%2Fad%2Fck%2 F12309%2D81939%2D1629%2D7)

Similar Messages

  • Exporting for Quicktime - progressive downloads -Help

    I cant seem to export a QT mov that will progressively download on a webserver. In CS3 options I have played with the autoplay, streaming server, compress header settings etc. I am embedding it in an html page (using dreamweaver) Whatever I try, the webpage waits until it has fully loaded before it starts to play. Any ideas?

    Don't use the QuickTime container, at least not from Premiere Pro. It seems to have the problems you're experiencing. Instead, use the "H.264" format option in the Media Encoder. You'll wind up with an H.264 file with an MP4 extension that will play back in QuickTime. I often use these for sending roughs to clients, as all you need to do is upload the .MP4 file to your web server, and email them a URL to the file. There's no need to build a player and embed it into a web page, as QT has a built-in browser module that will automatically playback in your browser window. Best of all, the file won't need to completely download before playing back--it will cache a few seconds worth of video and then start playing right away.
    Another benefit of MP4 is that it can also be played back in Flash Player, so you can have a lot more flexibility with the format than QuickTime provides.

  • After restoring from backup on iCloud, my photos have been "downloading" for 2 days with no progress at all.

    After restoring from backup on iCloud, my photos have been "downloading" for 2 days with no progress at all.  Everything else seems to by fine, however. I have all my apps, contacts, even my photostream back, but my camera roll has said "downloading 137 of 1,345" for two days.  I really don't want to have to start over as the whole process took almost 3 hours. Help?

    Someone mentioned that syncing with ITunes, making sure that photos are being synced - even with an empty folder, fixed the problem.  I tried it and it didn't work for me.  Anyone got any answers that don't include losing the photos or erasing and restoring from backup again?

  • Problem with a progress bar for downloading attachment

    I display the progress bar for downloading attachments and it works fine … but when I am downloading some attachments I get the exception message:
    Exception in thread "main" com.sun.mail.util.DecodingException: BASE64Decoder: Error in encoded stream: needed 4 valid base64 characters but only got 1 before EOF, the 10 most recent characters were: "Q3w5ilxj2P"
    I found the explanation:
    Certain IMAP servers do not implement the IMAP Partial FETCH
    functionality properly. This problem typically manifests as corrupt
    email attachments when downloading large messages from the IMAP
    server. To workaround this server bug, set the
         "mail.imap.partialfetch"
    property to false. You'll have to set this property in the Properties
    object that you provide to your Session.
    http://java.sun.com/products/javamail/NOTES113.txt
    So I turned off partial fetch:
    Properties props = System.getProperties();
    props.setProperty("mail.store.protocol", "imaps");
    props.setProperty("mail.imaps.partialfetch", "false");
    Session session = Session.getDefaultInstance(props, null);
    Store store = session.getStore("imaps");
    store.connect("imap.gmail.com", "<username>","<password>");this solved the problem ….however the method getInputStream() from the Part class blocks the thread until the attachment is completely downloaded and it is impossible to get the information about the number of bytes which have been already downloaded from mailbox.
    Without this information it is impossible to display the progress bar. So is there a way to obtain this information and display the progress bar?
    Edited by: 911161 on 2012-01-31 10:55

    Try the answer I provided to your post on stackoverflow.com:
    http://stackoverflow.com/questions/9086700/how-to-displaly-progress-bar-for-downloading-attachment

  • AS2 isLive for progressive download issues

    Hey having some trouble with my FLV playback video player.  I am working with Flash Professional CS5.5 Actionscript 2 and have a video player that uses progressive download.  My issue started when it would not consistently recognise the "complete" event listener.
    After looking into many solutions I've found some strange issues.  Firstly when isLive is false the video won't play until it has finished downloading.  However when isLive is true it will play the video while it is downloading, but the seekPercent() won't work unless the video is fully cached.  Also while isLive is true the complete event listener doesn't seem to work consistently.  What I don't understand is why isLive is affecting progressive download when it should not be applicable to HTTP download.
    What also seems to be strange is this only happens in a web browser (Firefox, Chrome, and IE), when viewing from inside Flash's test view (CTRL Enter) or publishing to an exe it plays fine.  Another weird issue is my older backup video files work fine in a browser.  When I re-export the swf it no longer works the same way.  Has anybody encountered this before or know a good workaround?
    Thanks Ryan

    Thanks for your assistance so far.  Unfortuantley isLive is having some affects on my progressive download video.  To be absolutely certain I created a new flash file with new flvplayback component.  For the contentPath I set a link to my remote flv file, there is nothing special here it is sitting in a public directory on a dedicated server.
    When isLive is false, I hit play while the video starts downloading but it won't play until the video has fully downloaded.  When isLive is true, the video plays while downloading but the seek bar does not work.  Both tests were using the ClearOverAll.swf skin.  It is definitely progressive download because they are caching.
    I think there is something wrong with the flash export compiler because I never had this issue on my older video player versions.

  • 2GB progressive download limit for Flash?

    Hi folks. Does anyone know if the 2GB file size limit on progressive downloads  that was mentioned in the Flash9 release notes is still an issue for  Flash10?
    I'm building a media player and although downloading a 2GB movie may not be a common  (or practical) requirement it's possible that some publishers will have  media that is large or long enough to cross the 2GB file-size limit.   At that point we can encourage the authors to create a streaming  alternative to be sent to the player, but I'd be interested to know  if the size is still an issue, and maybe how others have gotten around the  limitation?
    Thanks in advance,
    Dean Stringer

    Hi folks. Does anyone know if the 2GB file size limit on progressive downloads  that was mentioned in the Flash9 release notes is still an issue for  Flash10?
    I'm building a media player and although downloading a 2GB movie may not be a common  (or practical) requirement it's possible that some publishers will have  media that is large or long enough to cross the 2GB file-size limit.   At that point we can encourage the authors to create a streaming  alternative to be sent to the player, but I'd be interested to know  if the size is still an issue, and maybe how others have gotten around the  limitation?
    Thanks in advance,
    Dean Stringer

  • Progress dialogs for (eager and lazy) downloads

    <resources progress="all-downloads">
    </resources>
    Where 'progress' values are
    "standard" - default behaviour if omitted - progress
       dialog for eager downloads only
    "all-downloads" - progress dialog supplied for all
       downloads, eager or lazy.
    "none" - (suggest) no progress dialogsThe 'progress' attribute is not something in the
    web start API, but I would like to see it added.
    The intent is to allow the JNLP file to suggest a
    behaviour for progress dialogs during the download
    of both eager and lazy resources.
    Currently (web start in 1.5), there is no progress
    dialog, or message of any kind, during the download
    of 'lazy' resources.
    My questions.
    Is it technically feasible to provide this ability?
    Does it conform to the web start ..framework?
    Would an RFE to add support for this 'progress'
    attribute (call it what you like) be well received
    (or disappear into the abyss as some other
    requests assigned an ..'internal review ID'
    sometimes seem to)?
    More generally to other forum members, is
    this something that is important to you?
    Would you vote for an RFE to support the
    progress dialog attribute?

    ScheduleWorld used to use around 40 jars and I noticed a big speedup when I started using the version protocol. Now, my httpd logs only report a HTTP HEAD request on the jnlp file (sometimes icon image too?) and the app starts quite fast. I use less jars now but I am sure the main thing is the switch to the version protocol.
    With the version protocol, the client can determine if it has all of the right versions without making network connections. If you have a slow network connection (like a modem) and/or your server has keepalive disabled and is rate-limited to the number of new connections/second to the same IP you could see exactly what you are describing.

  • I purchased a Student/Teacher addition 2 days ago and still cannot download for order number AD004080514EDAU. It is supposed to be 24 hours but there is still no progress

    I purchased a Student/Teacher addition 2 days ago and still cannot download for order number AD004080514EDAU.
    Adobe promised 24 hours - now 36 so what's happening

    Alicemarie if you are facing difficulties with your order then please contact our support team directly at Contact Customer Care.
    Did you utilize your e-mail address associated with your education organization when making your order?

  • Setting hinting for H.264 MP4 files? Possible?

    I want to stream H.264 MP4 files for my online media class. Before with QT files, I set the hinting so the video loads and plays immediately. With H.264 MP4 files, end users have to download the entire file before it plays back in the browser.
    I searched under the various H.264 settings but have failed to discover where I can set the hinting/progressive download option.
    Can anyone help me with this?

    FAQ:Why has my question not been answered?
    Cheers
    Eddie
    PremiereProPedia   (
    RSS feed)
    - Over 300 frequently answered questions
    - Over 250 free tutorials
    - Maintained by editors like
    you
    Forum FAQ

  • Quick start progressive download

    I purchased the Elgat Turbo.264 hardware encoder to speed up encoding for podcasts/webcasts. The problem is that the files do not quick start progressive download. Is their a way of tweaking the quicktime file to be progressive without reencoding the whole file? I used Lillipot but does not completely resolve the issue

    QuickTime Pro and Save As will restore fast start properties to any file that has lost them.
    This will put the file into a .mov container so you may need to edit page code to point to this new file and upload it to replace any other extension.
    No re-encoding and the .mov container will still work for Podcasts, iTunes and iPods.

  • What is the difference between SWF and F4V in the context of Streaming or progressive Download?

    Hello everybody,
    I am absolutely a beginner in working with Captivate and furthermore my technological know how is not that good.
    So, I have problems to understand if the export formats SWF and F4V are both capable to be published in the Internet as streaming video and as progressive Download? Well so, I do not really understand the difference between streaming and progessive download either?
    Furthermore I was asking myself if this issue depends on how I imported flash videos (there are these two options) in my Captivate project during the production phase?
    I would be very thankful for some helping information!
    Greetings,
    Mareike the beginner

    Welcome to our community
    I'm not certain I fully understand the differences myself, but will toss out what I believe to be true about the formats. Hopefully, if I'm incorrect in my bellief, someone with more definitive knowledge will chime in.
    It was explained to me a couple of years back and is my understanding that "streaming" only applies to a video based format such as F4V, FLV and it doesn't apply to SWF. With SWF, you may specify a preload value. So when the SWF transmits from the web server to the PC, a certain percentage has to be received before play begins. But that's not streaming. It's preloading.
    For streaming to occur, the web server establishes a communication channel between the server and the destination PC. This channel is monitored to see what speed is in use. Only enough information is then transmitted to be comfortable at that speed. If the speed improves during the connection, the server serves data at a faster rate. If the connection degrades, the information transmitted is also scaled back so as to accommodate the lower speed.
    With SWF, after it has all been downloaded, a savvy user is able to poke around in their temporary internet files and save the SWF for play later. With streaming, this isn't possible because as the stream is viewed, it evaporates from memory.
    Seriously hoping others will chime in here to confirm or deny this.
    Cheers... Rick
    Helpful and Handy Links
    Begin learning Captivate 5 moments from now! $29.95
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcererStone Blog
    Captivate eBooks

  • How can I stop a movie from downloading? There is no place to cancel it. It's been trying to download for 3 days and my iPad says there is not enough storage .

    How can I cancel a movie that has been trying to download for. 3 days?  When I click on ITunes ,it says I don't have enough space. I tried to buy more and it went to the iCloud.  Does anyone know how to cancel that movie?

    I'm sure that you know by now but buying iCloud storage didn't do you any good. iCloud storage is for backups, and can't be used for local storage and that is where you needed the storage.
    Have you tried deleting content on the iPad so that the download will resume? Settings>General>Usage>Storage. You can delete movies, TV Shows, and apps in there via the Edit button. You can download most purchased content again for free as long as you use the same Apple ID. Delete it now, and download it again later when you need it. Bear in mind that whe. You delete apps, you delete the data in the apps as well.
    You might be able to pause the movie download by going to the Downloads tab in iTunes - tap on the movie icon and see if it will pause. Or try swiping across the progress bar to see if you can delete the download.

  • Hi all ,anyone knows some usefual Codecs for H.264 live video/audio

    I'm headache about the JMF codecs ,they are too few ,and seems inefficiency, anyone knows pure java codecs for H.264 or MPEG4 ?And I think it's better a open source one ,do my thanks , guys!

    Here are some basics....
    FMLE creates RTMP protocol streams that PCs and Macs watch with Flash players.   iOS devices don't understand RTMP (Flash), only HLS delivery of 10 second chuncks of downloaded video playback.  Both systems understand H.264 video, but iOS wants to see AAC audio not MP3.
    You didn't state how you are live streaming, meaning what bandwidth delivery service you are using.  Live streaming only via RTMP won't get you to successful iPad and iPhone HTTP Live Stream.  On-demand delivery to iOS devices normally requires .mp4 video files to be hosted, which Macs and PCs also understand via RTMP delivery.   But unless your delivery service can convert .f4v or .flv files to .mp4 on the fly there is no easy way to to get to iOS via the direct file output of FMLE as of today.   Sometimes we upload live encoded project files to our www.Wistia.com account for PC, Mac and iOS delivery.  This is a YouTube / Vimeo paid type hosting service for on-demand only.
    Some commercial CDNs (Content Delivery Networks) today allow an inbound live RTMP into their system using FMLE.  Then they re-mux that RTMP stream into HLS delivery for iOS.  Some work well using the native MP3 audio codec (Internap), but most require FMLE to have the AAC audio codec installed from Main Concept for $200.  Or people use Wirecast from Telestream which is $500 per license to be able to run two instances on that one license.
    In my 15 years of being a big commercial webcaster here in Silcion Valley, I have yet to find the perfect simple and easy and affordable RTMP to HLS live and on-demand delivery system.  We currently do it different ways with multiple providers depending on the job.  More offerings are coming out now and we try them all as they come down the pike.
    Harvey Louie
    Event Compression Group

  • FLV Progressive Download SeekNavCue

    Hello! I have been working on this issue for a couple days
    now and cannot seem to find the resolution. I have a flash movie
    that includes three FLV files that are progressively downloaded. I
    have no problems playing them, but when I get to a certain point in
    one, I want to switch to the other, but start the second FLV at a
    certain cue point. The test works when I play from my hard drive,
    but Since the files are progressive download, they don't jump to
    the correct cue point when viewed online. Any suggestions on what I
    should try next? My code for the FLV switch is below:
    This is on the first frame (checks to see if the root var is
    set to 1, if not then it should jump to a specific point in the
    FLV):
    import mx.video.FLVPlayback;
    var pam_vid:FLVPlayback;
    if (_root.link == 1) {
    pam_vid.play();
    if (_root.link == 2) {
    pam_vid.seekToNavCuePoint(repeatStory);
    pam_vid.play();
    This script is put on the last frame (detects when the video
    file is done playing, then jumps to frame 1 and checks the root
    var):
    import mx.video.FLVPlayback;
    stop();
    var listenerObject:Object = new Object();
    pam_back.addEventListener("cuePoint",listenerObject);
    listenerObject.cuePoint = function(infoObject:Object):Void {
    if(infoObject.info.name == "cue2"){
    trace("cue2");
    _root.link = 2;
    gotoAndPlay(1);
    thanks,
    Christy

    It's a snap with Flash 8 Pro. You just attach a skin to the
    FLV with all the components (such as volume, mute, play, and pause)
    and your good to go. Not sure how it works with earlier versions of
    Flash.

  • Skip to a point in progressive download mp3 before downloaded

    Is it possible these days to skip to a point within a progressive download mp3, before this point has preloaded, similar to what i'm seeing with video players such as youtube? in the past, i've used FMS to achieve this, was wondering how people achieved this without using a streaming server.

    Actually i think my questions are answered here: http://flowplayer.org/plugins/streaming/pseudostreaming.html
    It's talking about movies but i assume the same applies for mp3s. Thanks peoples!

Maybe you are looking for

  • Airplay mirroring stopped working

    Hi, i have a problem which i can't solve. My MacBook Pro Retina 15'' was able to use the airplay video mirroring on the AppleTV 3 without problems. Some days ago, i saw, that the icon was not longer available in the menu bar. The system settings just

  • Need to study the relevance & do an impact analysis for Support Pack 19

    Dear Experts , I need to study the SP 19 released by SAP wrt IS Retail & specific logistics modules . Where can i find the details of notes & enhancements associated with the SP 19 released? Regards Anis

  • Where can I find instructions or manual for using Premier elements 12?

    Looking for instructions or manual for using Premier Elements 12. Has Photoshope Elements 7 and Premier Elements 7. I had saved projects which I now cannot retrieve into the 12 versions.

  • INTEGRATION_DIRECTORY_HMI test - 500 Internal server error

    When I test my RFC connection INTEGRATION_DIRECTORY_HMI, it is giving the following error. 500 - Internal Server Error Application error occurred during request processing.   Details:   Error [javax.servlet.ServletException: REQID not found]. Excepti

  • Refine Edge Tool Guidelines?

    I made an initial selection of a person and selected Refine Edge. I simply want to take the person from his current location and place him somewhere else. 1. Are there any general guidelines for how much feather to add? 2. What about for Radius? 3. A