Best site for uploading iMovie videos

Best site for uploading large videos (42 minutes).
thanks

Here's a link to what I'm after but the solution is in CS4 with AS 3.o and I'm using the previous versions
http://www.gotoandlearnforum.com/viewtopic.php?t=25095

Similar Messages

  • Best approach for uploading document using custom web part-Client OM or REST API

    Hi,
     Am using my custom upload Visual web part for uploading documents in my document library with a lot of metadata.
    This columns contain single line of text, dropdownlist, lookup columns and managed metadata columns[taxonomy] also.
    so, would like to know which is the best approach for uploading.
    curretnly I am  trying to use the traditional SSOM, server oject model.Would like to know which is the best approach for uploading files into doclibs.
    I am having hundreds of sub sites with 30+ doc libs within those sub sites. Currently  its taking few minutes to upload the  files in my dev env. am just wondering, what would happen if  the no of subsites reaches hundred!
    am looking from the performance perspective.
    my thought process is :
    1) Implement Client OM
    2) REST API
    Has anyone tried these approaches before, and which approach provides better  performance.
    if anyone has sample source code or links, pls provide the same 
    and if there any restrictions on the size of the file  uploaded?
    any suggestions are appreciated!

    Try below:
    http://blogs.msdn.com/b/sridhara/archive/2010/03/12/uploading-files-using-client-object-model-in-sharepoint-2010.aspx
    http://stackoverflow.com/questions/9847935/upload-a-document-to-a-sharepoint-list-from-client-side-object-model
    http://www.codeproject.com/Articles/103503/How-to-upload-download-a-document-in-SharePoint
    public void UploadDocument(string siteURL, string documentListName,
    string documentListURL, string documentName,
    byte[] documentStream)
    using (ClientContext clientContext = new ClientContext(siteURL))
    //Get Document List
    List documentsList = clientContext.Web.Lists.GetByTitle(documentListName);
    var fileCreationInformation = new FileCreationInformation();
    //Assign to content byte[] i.e. documentStream
    fileCreationInformation.Content = documentStream;
    //Allow owerwrite of document
    fileCreationInformation.Overwrite = true;
    //Upload URL
    fileCreationInformation.Url = siteURL + documentListURL + documentName;
    Microsoft.SharePoint.Client.File uploadFile = documentsList.RootFolder.Files.Add(
    fileCreationInformation);
    //Update the metadata for a field having name "DocType"
    uploadFile.ListItemAllFields["DocType"] = "Favourites";
    uploadFile.ListItemAllFields.Update();
    clientContext.ExecuteQuery();
    If this helped you resolve your issue, please mark it Answered

  • This is my first Mac, I need on best site for Help me.

    This is my first Mac, I need on best site for Help me. Video is Better.

    http://www.apple.com/support/mac101/
    http://www.apple.com/support/switch101/ (for PC-Windows switcher)
    http://www.apple.com/findouthow/mac/ (videos)
    Stefan

  • What is the best site for Safari release schedules

    My group has the responsibility for performing browser compatibility testing.  I am looking for the best site for tracking Safari release schedules, so we might be able to plan our testing cycles using the latest Safari versions for Windows and Mac.   Can anyone point me to the best site for this information?

    https://developer.apple.com
    The best resource for all Mac development.
    Apple has ended support for Safaro for Windows so you can scratch that off your list.

  • Best notebook for editing HD videos?

    I consider to buy a MacBookPro or MacBookAir. Which one is the best choice for editing HD videos?

    You don't want a MacBook Air, a 13" or a 2.0 Ghz 15" for professional work.
    You need the 2.2 Ghz 15" anti-glare, high res, MacBook Pro or better. (has the 1GB Radeon 6750M)
    The 17" is prefered because it's screen is 1920 x 1200, so 1080i (1920 x 1080 pixels) is WYSIWYG.
    You need the anti-glare because your going to be using it for professional work in many environments that you can't control the glare, you need to be able to see the entire screen.
    If your ordering online, get the 7,200 RPM drive. Else it's not that much difference from the 5,400 RPM store sold models. Get the 8GB of RAM installed right when you purchase and also AppleCare.
    Good luck.

  • Best format for upload to a website

    i would like to know what is the best format for upload to a website, what i got now is an exported quicktime self contained movie from fcp 25 minutes in length.
    the footage itself is shot on mini dv and edited on an uncompressed 8 bit sequence, when exported to quicktime it is 28 gb in size so it is kind of a heavy one.
    is it possible to upload it in one piece ( apple recommends exporting to mpeg4 yet i got a bad quality out of this using mpeg streamclip.
    what would be the best compreessor for this
    than you very much

    i got a bad quality out of this using mpeg streamclip.
    Check the links that Cristina posted, then let us know if your quality improved, using Compressor...it should.
    One question for you regarding quality...are you referring to overall quality of the full frame image, or are you displeased with text/graphics.
    If this is the case, then I'd wonder if you edited in a DV sequence, then dropped the edited content into an 8bit timeline for exporting at better quality.
    This can cause degradation of the image (particularly text/graphics), since you're taking a 720x480 frame and ever-so-slightly vertically scaling the frame up to 720x486.
    Let us know what you did...and your results w/Compressor.
    K

  • What's best workflow for Keynote iMovie iDVD Burning

    I create a slideshow in Keynote each year for our 5th graders.  I then export as a QT movie and import it into iMovie to add chapters markers, titles, credits, etc.  I then export as a QT movie again to pull into iDVD.  I then add Menu's and then burn to a dvd.
    It seems like a lot of re-encoding.  It gets encoded coming out of Keynote, then again coming out of iMovie, then yet again when creating the DVD out of iDVD.
    Is this the proper workflow or is there something else that I should be doing? 
    By the way, which is best codec to export the video?  There's multiple choices when exporting from Keynote and then the same choices when exporting from iMovie.  Is there an ideal codec when the ultimate product is a standard-definition DVD?
    I'm running iWork '09 and iLife '11.

    You should be able to use the same encoding for out of Keynote and for all editing in iMovie and then out of iMovie so the only additional transcoding should be the final mpg-2 encoding in iDVD which actually creates a DVD.

  • What's the best site for advertising ?

    I have already spent a lot of money for advertising in my book, but the results were very, very poor. Could you tell me which is the best site to advertise ?

    Avoid H.264 video codec (default in many presets) so older versions of QuickTime can view your files. Use MPEG-4 or H.263 or Sorenson 3 instead.
    The reason your controller isn't showing is because you've (probably) didn't allow for it in the movie dimensions. A 320X240 .mov file would become 320X256 (16 pixels for the controller).
    Make sure you're using the proper "tags" (object and embed) in your page code.
    More info here:
    http://docs.info.apple.com/article.html?artnum=61011
    No need for "streaming" (hint tracks) in your movies. They are only used by special software if your files are served from streaming servers. Your files download and the hint tracks only add to the file size and are not needed.

  • Best way to upload youtube videos in hd?

    my camera shoots in 720p whats the best way to upload to youtube thrue imovie 09 via share option or exporting ?thanks

    While the direct export from iMovie via Share is the easiest, I find that the couple of extra steps involved in exporting the file to QuickTime then using the YouTube uploader is definitely worthwhile.
    First you can 'fiddle' with the settings and I find using the mpeg4 codec produces a smaller file size than h.264 without any appreciable loss in quality.
    This is one of my 720p exports via QuickTime using mpeg4:
    http://www.youtube.com/watch?v=uw_4dCTPcQA&fmt=22
    and this is the method which I use:
    http://www.youtube.com/watch?v=mZ06dOb0Mds
    As already mentioned try encoding with mpeg4 rather than h264 if the length and file size of your video is an issue.
    Regards,
    Z.

  • Best setting for encoding flv video?

    What is the best, most universally accepted setting for encoding flv videos to be viewed over cable modem access?
    Best,
    Brian Russell
    Gainesville Health & Fitness Centers
    www.ghfc.com

    I completely understand.
    For print work, I did a lot of that with either Save_As, or Save_As_a_Copy in Photoshop. Then, they added Layer Comps, and that cut down on the work, but allowed me to have several "treatments."
    Have not used that in PrPro though. I see the usefulness of the feature though.
    Yeah, clients are fond of saying, "really appreciate you following all of my ideas, but I think I like what you had last week better... Can we go with it, but with these few extra changes?" Happens all too frequently. Lot easier now, than back in the old days, when one painted the cyc, set up the shot, and lit it, only to have the AD change the color of the cyc. When done, they'd often say, "liked that original color better. Let's tear it all down and re-paint to that." Now, I just change the color of the background digitally - a lot less painting!!!"
    Thanks for that tip,
    Hunt

  • What is the best case for 30GB iPod Video?

    I recently purchased a 30GB iPod Video and I am wondering which hard shell case is best? I only use my iPod for casual use (carrying around) NOT for the gym, sports, water or things like that. I just want to ensure the best protection for the color screen.

    ok get a belkin hardcase it is the best it has a veryhard screen and a thing for the click wheel ive had it for 7 months and there is only minor scratches when i took the ipod out the case can take a beating but when the ipod get taken out poof it looks like new!i mean i dropped it on concrete had a baby throw it into a table and its fine heres a link to show you at radioshack where i got mine from they come in alot of colors too if u want pics to show how mine looks ask
    http://www.radioshack.com/product/index.jsp?parentPage=search&summary=summary&cp =2032054&productId=2569064&accessories=accessories&kw=belkin&kwCatId=2032054&tec hSpecs=techSpecs&currentTab=features&fbn=Type%2FCases&custRatings=custRatings&fe atures=features&f=Taxonomy%2FRSK%2F2032054&fbc=1&categoryId=2032054&support=supp ort&tab=summary
    windows   Windows XP  

  • What is the best  media for long-term video storage?

    I will be loading several MiniDV tapes into my Mac and want to store the video long-term (in a safe-deposit box). These are going to be home movies with some digital photos or scans as well.
    I am curious what folks believe is the best medium for this. I am considering a Passport-style HD like those from LaCie, Western Digital and others. Has anyone had good luck with these? Or am I on the wrong track?
    Thank you in advance for your opinions,
    jf

    I considered getting one of the DVD recorder products from Sony (they say you can plug right into the camera, hit a button and get a DVD copy of the footage in real time)
    You understand that a DVD recorder will convert and seriously compress the material in the transcode from DV to mpeg2?
    DVDs like this are not a storage system if you are looking to keep original material in a) as close to original quality as possible and b) in an editable format.
    40 1 hour DV tapes is just over 500 GB when captured. Get 2 1 TB drives and make two copies of the material. Use one for editing on-line and put the other on a shelf (not in your house). Just be sure to get it back and spin it up every month or so.
    The tapes need to be seriously secured. If the safety deposit box is too small, look into a fireproof home vault. 40 tapes do not take up that much space. Just store it in a cool and not humid location.
    x

  • What's the best app for taking a video on ipad2?

    I am a tennis coach and am looking for an app for my iPad2 to do video analysis. I need to be able to video someone doing a serve and then show it to them in slow motion and be able to pause it. What's the best app for this?

    Do some research into HTML5 video. Unless the user is using a modern browser with video playback capabilities, they would need to have an app to provide video playback, as well as the codecs for the video file format that you will be serving them. At this point in time, MP4 is the "clear(est)" winner of the online video formats. However not all browsers provide built-in playback. For instance, Firefox currently does not support MP4. Future Firefox builds will rely on whatever video playback the native OS provides. So coming back to your question - no, there's no real way of guaranteeing video playback on the web. You do the best you can and provide links to users where they can download the appropriate codecs and players and call it a day.

  • Best codec for delivering 1080p video in flash

    I'm developing some AS3 that will end up in a mac projector (.app).
    This app will stream 1080p videos from the local disk.
    What is the best codec for fluid videos? (no hiccups, fast start, etc)
    Is there any special setting I have to consider in the code or in the publish settings?
    TIA

    bump

  • Best encoder for broadcast SD video

    Need to encode :30 spots for Internet delivery from DV master. What is my best encoding setting to get broadcast quality SD at the smallest file size for TV stations to use? Also, what tools would be best used for this purpose? Currently own iLife 2006 but will purchase the optimal tool for the job.

    Several things you should consider...
    Using the quarter-size trick is not going to be acceptable for broadcast. But you are talking about a 30-second spot. In DV-25, that's about 95 Mbytes. On a slow (1 Mbit) broadband connection, that's a twelve minute download. The advantage to using the DV codec instead of compressing further is that while you have to move a lot more data, what you get at the station is identical to the original clip.
    You need to consider what compression format the station is going to use at the other end. Is this something you can control? Is this something you happen to know? If you can possibly use the station's native compression scheme, you will do everybody a favor because video does not hold up well under successive recompression. I saw a dramatic example of this recently. One of our instructors brought me a DVD containing a project that had been shot on Mini-DV. It looked great. I copied it back to Mini-DV so that I could import it into my editor, and it still looked great. I did the editing, then exported back to MPEG-2 for the new DVD, at the same bit rate as the old DVD, and it looked really horrible. Recompression is the worst thing you can do to video these days, and if you transmit in, say, MPEG-4 to a station that stores all of its clips as MPEG-2, they are going to get recompression artifacts.
    If you have the network horsepower to do it, I would keep the clips DV-25 if at all possible, in spite of the file size.
    --Dave Althoff, Jr.

Maybe you are looking for

  • IPad as external monitor, direct connection

    I frequently use my iPad as a second display for my MBP via AirDisplay.  Though AirDisplay works very well, even with a decent wifi connection I'll often experience lags in display updates. Can anyone suggest alternative ways to hook up an iPad as a

  • Problem with select query:help

    SELECT url,SUM(data_received) xyz FROM logs GROUP BY url ORDER BY xyz desc when i triedthe above query in the worksheet it works fine but when i write same query in code i get this error. myjsp page has this code. <%while (rset.next()) out.println("<

  • Help please! error code:  a valid dvd drive could not be found  [-70012]

    Hi, Although I am able to play cds and bootable discs, I am unable to play dvds on my LaCie d2 DVD-RW Firewire Drive. I get an error code: a valid dvd drive could not be found -70012 Is anyone able to help? I did see one other post listed with this e

  • ActionPerformed not working ??

    Hi all, I have written this program to display a box for user to enter a value and display the computed value :- import java.awt.*; import javax.swing.*; import java.text.*; import java.awt.event.*; public class ConvertMachine extends JFrame implemen

  • MP4 videos

    Hi, i have got a Nokia N70 and am not particularly brainy with the computer/phone. Anyway i have downloaded my images and videos and some of the videos say they are 3ggp or something and some are mp4, i have no idea why this is, anyway my computer wo