Best path for HDV video to Apple TV.

I use a Sony HDR-HC1 HDV to record videos and need to know the path to Apple TV that will provide the best quality. I’m showing these on a 50 inch Fujitsu 1080i Plasma. I edit the video in Imovie-HD.
Can someone tell me what the best settings are to export from iMovie-HD into Quicktime or iTunes. I understand that Apple TV doesn’t support 1080i, so I’m wondering what are the best export settings to use to achieve the highest quality video through Apple TV.
I used to have a Roku Picture bridge that displayed exported ts files beautifully, but it died.
Thanks for any and all advice.
Ken

you understand incorrectly.
appletv supports 1080i.
but since 1080i is only 540 lines vert resolution,
you should probably output at 720p
Okay, thanks for the correction.
Do you know if I can choose to export to 720p from iMovie-HD?

Similar Messages

  • What is the best format for HDV video for a computer playback

    Hello guys,
    I have made a very nice HDV video and after the frustration and awful results with compression for
    SD DVD, I have decided just to export that video as a file, put that file on DVD, so people can just pop that DVD into their computers, copy that file on their HD and play it. (so there is no compression needed for over internet data transfer, Bit Rates for space, etc). The video is
    HDV 1080i 60. If I export it from FCP as a QT Movie the quality is beautiful. But when being watched on the computer screen, there are those interlace lines visible, when any faster motion in the video occurs. So I am wondering, what would be the best export option in order to provide best qualities for computer playback. Would it be some of those QT progressive modes, like 1080 p24? Or any other?
    Thank you for your help.
    Cheers,
    K.

    Chris Walsh1 wrote:
    Why are you using FCP 6.02? Why didn't you do the update to 6.04?? I did, and I am having tons of issues
    That is pretty much the reason. It is fresh out the gate and so far untested. I am not an early adopter of any new technology (soft or hardware wise). I like to wait it out and see what other peoples' experience is. A bit of a prickish way to put it is: "In Chess, the pawns go first." (I'm a big Chess nerd -- I have Chess analogies for just about everything).
    But even if the latest FCP, OS X and QT versions were humming along without any reported issues by the "power users" (by that I mean people who are editing on their systems 40+ hours a week in a professional capacity) I still wouldn't have upgraded because I am in the middle of three projects.
    Well, that isn't entirely the truth. I started all three projects on a PowerMac G4 running OS X 10.4.11 and FCP 5.1.4. In the midst of this I started an across-the-board upgrade -- new computer, monitor, OS and FCS. But what I did (am still doing) is migrating from one to another and testing the performance on the new one before committing. In doing my research before hand, I see that the magic cocktail for stability appears to be OS X 10.5.2, FCP 6.0.2 and QT 7.4.5 so I built my new MacPro to that and stayed there. I have migrated all my current projects to the new system and have been putting the new setup to the test and is passing at every turn, so I feel confident I can work on this new system and will be retiring the PowerMac soon, but throughout this process I always had my stable G4 setup available so I wouldn't risk losing any work.
    Might the reason the video you compressed "looked great" be because you didn't do the update?
    Maybe, but I can't say with any certainty.
    In the old compressor, I had no problems (in earlier versions of my project) compressing the video. It always looked GREAT! In 3.03, I get weird issues that don't make sense to me at all.
    In the older version of compressor, this never happened. Even on this project.
    Then I would think the update is the likely culprit.
    Here is what I would like to try as my final attempt. I just bought yet ANOTHER computer. A Mac Pro/Two 2.8GHz Quad-Core Intel Xeo. I'd like to try to load Final Cut Studio on this machine, but where should I stop my upgrading? What is good stable working system for everyone??
    OS X 10.5.2, FCP 6.0.2 and QT 7.4.5 is working great for me, and it appears for others here as well. I am running a new octo-2.8GHz Mac Pro.

  • How to create a relative path for Flash video on a CDROM

    Hello - I need to distribute a web site to a client on a
    cross-platform Hybrid CDROM so that they can edit and make
    adjustments. This website also includes 2 flash videos that need to
    be included on the CDROM.
    My problem is this: I encoded the video in the Flash Encoder
    app and brought them into the main Flash app for conversion into
    swf files. I also used the media controller parameter to add a
    control skin to the movies. I now have 2 swf files associated with
    the flv video file, and I understand that all 3 of these must stay
    together for the video to work properly. The video plays correctly
    along with the controller skin on my Mac however only the
    controller shows up but no video on the CDROM. I believe that this
    has something to do with absolute vs. relative file paths for the
    video flv file to the swf controller file.
    I do not know how to change this path - I know "where" to
    change it within the controller parameter options box but do not
    know what syntax exactly to place here. How do you specify a
    relative path here? When I try to do it I get an error saying that
    the flv file cannot be found.
    I am trying to use the following syntax: /video/welding.flv
    where video is the name of the folder and welding is the name of
    the file. I have done numerous Google searches on this subject and
    stil cannot find an answer, so any help is appreciated.

    OK - I assigned the FLVPlayback component the instance name
    of videoPlayer to keep it simple. And I copied the above code into
    an Actions - Frame on Frame 1. FYI - The name of the video has been
    changed from welding to Timet Sponge.
    Now I get the following error messages:
    **Error** Scene 1, Layer 'Layer 1', Frame 1, Line 1: 1119:
    Access of possibly undefined property contentPath through a
    reference with static type fl.video:FLVPlayback.
    videoPlayer.contentPath = "";
    **Error** Scene 1, Layer 'Layer 1', Frame 1, Line 2: 1120:
    Access of undefined property _global.
    _global.videoURI = "video/Timet Sponge.flv";
    **Error** Scene 1, Layer 'Layer 1', Frame 1, Line 3: 1120:
    Access of undefined property _global.
    videoPlayer.contentPath = _global.videoURI;
    **Error** Scene 1, Layer 'Layer 1', Frame 1, Line 3: 1119:
    Access of possibly undefined property contentPath through a
    reference with static type fl.video:FLVPlayback.
    videoPlayer.contentPath = _global.videoURI;
    **Error** Scene 1, Layer 'Layer 1', Frame 1, Line 1: 1119:
    Access of possibly undefined property contentPath through a
    reference with static type fl.video:FLVPlayback.
    videoPlayer.contentPath = "";
    **Error** Scene 1, Layer 'Layer 1', Frame 1, Line 2: 1120:
    Access of undefined property _global.
    _global.videoURI = "video/Timet Sponge.flv";
    **Error** Scene 1, Layer 'Layer 1', Frame 1, Line 3: 1120:
    Access of undefined property _global.
    videoPlayer.contentPath = _global.videoURI;
    **Error** Scene 1, Layer 'Layer 1', Frame 1, Line 3: 1119:
    Access of possibly undefined property contentPath through a
    reference with static type fl.video:FLVPlayback.
    videoPlayer.contentPath = _global.videoURI;
    Total ActionScript Errors: 4, Reported Errors: 4

  • Best format for converting video

    What is the best format for converting videos for your iPod? I am using handbrake but there are alot of settings. What is the best one? mp4,avi,ogm? and what about codecs? aac audio, mp3 audio,h.264 video mpeg 4 video, .mp4 video? Need help?

    See this Wikipedia article for some encoders:
    * http://en.wikipedia.org/wiki/Theora#Encoding

  • Best export for flash video

    I have completed an edit of a 7 minute teaser for a feature film and need to export it to be displayed online in a flash player. The footage is HD 1080i, 29.97fps and edited in the Animation coded. My experience with best exports for flash conversion is very limited so please bare with with.
    1) Is it possible to export directly from FCP to a flash file? If yes, would that be a good idea, or should I use third party softwares for better results?
    2) Which third party softwares are recommended for flash conversion? And what export compression should I use in FCP for best flash conversion results?
    3) Any other tips and tricks to get the best quality for flash video display?
    Any help would obviously be greatly appreciated. Thank you.

    When I have quality HD video that I want to export for flash, I compress it with h.264 codec. Then, with the new version of Flash, you can swap out the .mp4 extension for .f4v and your good to go in Flash. Quality looks pretty good at a fraction of the file size.

  • Best software for animated video

    What would be the best software for animated video similar to this:
    youtu.be/e9_vszxZGB4
    Thanks...

    Hi Mathew,
    You can go with Adobe Edge Animate.
    Its an premier HTML software with integrated tools for creating compliant cross-browser animation and other content.
    For more info please refer http://html.adobe.com/edge/animate/faq.html
    Let me know if you need more info.
    Thanks!
    Eshant

  • What's the Best App For Watching Videos on iPad Air?

    Okay, so there's no Flash past, present or future for the iPad.  I read some discussions here in the archives from a year and two ago about which workaround works around best (or least badly).  Is there any update now as of December 2013 for what's the best app for viewing videos online on the iPad (Air)?  Thanks.

    I downloaded the new (2013) version of Photon and it's been playing, appropriately enough, episodes of Star Trek: TAS that otherwise require Flash.   The one thing I have to remember is to click the goofy lighting bolt icon toward the top right-hand corner of the Photon screen when I return to warch an episode if I stopped in the middle.  Basically it will turn off the "Flash" emulation when the screen goes dark with inactivity, and then when you reopen Photon it crashes and you have to re-reopen Photon, click on the link to return to the website, and then click the lightning bolt icon.  I don't know why the producers made it that way, as it's pretty inconvenient, but maybe they wanted to make a browser more than a Flash emulator.  I haven't tried other Flash videos yet, but so far, so good.  :-)

  • What are the best settings for exporting video in Premiere Pro Cs5.5 in HD MP4 format?

    What are the best settings for exporting video in Premiere Pro Cs5.5 in HD MP4 format?
    Any help would be greatly appreciated! Thanks

    function(){return A.apply(null,[this].concat($A(arguments)))}
    bmiller0525 wrote:
    What are the best settings for exporting video in Premiere Pro Cs5.5 in HD MP4 format?
    Any help would be greatly appreciated! Thanks
    thats way too vague of a question... best what?  quality? size? playback?
    best quality then use high bitrate, small size use low bitrate.

  • What is the best Computer for HD video editing where can I get it under $3000-5000? Thank you!

    What is the best Computer for HD video editing where can I get it under $3000- $5000.00?

    The wording of your question suggests you may be new to video editing, in which case the types of projects you will be doing may not be the most complex.
    Please accept my apology if that assumption is incorrect.
    The cheapest computer available will edit 1080p video perfectly well but if you must have the "best" you will be looking at nothing less than a MacPro.
    Too many people get hung up about the equipment they use  and blame it for any inadequacies  .  .  .  when the most important component is the operator.

  • What is the best compression for HDV 1080i60 video to be played on iTunes?

    Hello guys,
    I would like to make an HDV video podcast for iTunes and possibly for other podcasting sites. My source format is HVD 1080i60, each episode would be about 10 minutes long. So I am wondering what format, compression and settings work best while keeping reasonable quality.
    Thank you for any tip or advise.

    One thing I forgot to mention: the Apple TV setting H.264 file won't play on an iPod. If you did need an iPod/iPhone compatible version, then the export setting to use would be Movie to iPod. This will make a 640x360 file. The full explanation of the differences between iPod and Apple TV formats is at http://www.apple.com/itunes/store/podcaststechspecs.html#formattingvideo

  • Best Practices For Household IOS's/Apple IDs

    Greetings:
    I've been searching support for best practices for sharing primarily apps, music and video among multple iOS's/Apple IDs.  If there is a specific article please point me to it.
    Here is my situation: 
    We currently have 3 iPads (2-kids, 1-dad) in the household and one iTunes account on a win computer.  I previously had all iPads on single Apple ID/credit card and controlled the kids' downloads thru the Apple ID password that I kept secret.  As the kids have grown older, I found myself constantly entering my password as the kids increased there interest in music/apps/video.  I like this approach because all content was shared...I dislike because I was constantly asked to input password for all downloads.
    So, I recently set up an individual account for them with the allowance feature at iTunes that allows them to download content on their own (I set restrictions on their iPads).  Now I have 3 Apple IDs under one household.
    My questions:
    With the 3 Apple IDs, what is the best way to share apps,music, videos among myself and the kids?  Is it multiple accounts on the computer and some sort of sharing? 
    Thanks in advance...

    Hi Bonesaw1962,
    We've had our staff and students run iOS updates OTA via Settings -> Software Update. In the past, we put a DNS block on Apple's update servers to prevent users from updating iOS (like last fall when iOS 7 was first released). By blocking mesu.apple com, the iPads weren't able to check for or install any iOS software updates. We waited until iOS 7.0.3 was released before we removed the block to mesu.apple.com at which point we told users if they wanted to update to iOS 7 they could do so OTA. We used our MDM to run reports periodically to see how many people updated to iOS 7 and how many stayed on iOS 6. As time went on, just about everyone updated on their own.
    If you go this route (depending on the number of devices you have), you may want to take a look at Caching Server 2 to help with the network load https://www.apple.com/osx/server/features/#caching-server . From Apple's website, "When a user on your network downloads new software from Apple, a copy is automatically stored on your server. So the next time other users on your network update or download that same software, they actually access it from inside the network."
    I wish there was a way for MDMs to manage iOS updates, but unfortunately Apple hasn't made this feature available to MDM providers. I've given this feedback to our Apple SE, but haven't heard if it is being considered or not. Keeping fingers crossed.
    Hope this helps. Let us know what you decide on and keep us posted on the progress. Good luck!!
    ~Joe

  • Best practices for posting video to my iWeb site?

    What's the best way to upload movies to my site so that visitors can watch them while sacrificing the least amount of quality, size and speed?
    As an example, the iPhone commercials on the Apple webpage start playing instantly, look great and when Large is selected are the perfect size.
    But I made a 1.5 minute iSight video on iMovie and saved it as a streaming quicktime file and it takes about 10 minutes to fully load once it's on my site. And I have a 10 mpbs internet connection.
    I also just pulled up a large movie trailer on iTunes and it looks great and started playing instantly.
    Is there a better way for posting video? Perhaps in flash or another codec that would make more sense? Videos on youTube play instantly, although the quality isn't always great.
    thanks!
    MacBook Pro   Mac OS X (10.4.9)  

    There is no absolute correct way. One way is shown in this demo page. It lets the page load without having the movie load thus speeding up the page load a fair amount. The movie only has to load when the Play button is clicked on and then it opens in a separate window sized just for the movie. The code used is also shown on the page. This way can allow you to use a larger QT file and not affect the loading of the original page it's linked to.
    OT

  • Best Codec for HD video content

    Hello,
    I have an MPEG2 Streaming Video file that I would like to convert into a QuickTime-compatible format. The video itself is in 1080i format (1920 x 1080 interlaced) and I would like to keep it that way. I have MPEG Streamclip, and I also have the QT MPEG2 Playback Component, so I will be able to export into any format I want to with MPEG Streamclip. However, upon looking at all the formats available, I'm not sure which one will be the best quality.
    Unfortunately, there was no option in the list named "No Compression" and that was sort of dissapointing, but I did notice a few other codecs. First there was one called "Apple Video". Then I noticed two others called "Apple DVCPRO 50 - NTSC", and finally "Apple Intermediate Codec". I haven't had the time to actually export the video file in all three of these codecs, and I assume it will take at least a couple of hours each time I export on my iMac G5.
    I should mention that I don't care about the resulting size of the file after the conversion is complete because I have over 100GB free on my hard drive, so I would like to create the highest quality video that I can.
    Thanks for any help in advance,
    Trevor

    Apple Video was the first codec from Apple, about 15 years ago. It's a 15 bit color codec that uses high data rates to get ok quality. Any of the DV ones are 720x480 for NTSC, so you'd lose your resolution. Apple Intermediate Codec is frequently used for HD editing, and will exceed the quality of your M2T file (though obviously it won't improve it). It may be a little demanding for some machines to play.
    You might look at Motion Jpeg (A or B). Those are in the 2-4 MB/sec range, similar to DV (about 13 GB/hour), and at the highest quality should be as good as the MPEG-2 stream.
    There are a few uncompressed options. The one you looked for is actually called None, but there's also Animation when set to millions of colors and highest quality, and there are video based uncompressed codec, such as Blackmagic (you would have to track down the components for that). Even Apple Component is a good codec, it makes the files half the size of the really uncompressed video codecs, but still looking good.
    For what you want, I would try the Apple Intermediate one or the Motion JPEG ones. If you want to have as good quality but save some disk space, try H264 set to around 10 megabits/sec. That will far exceed the quality of the MPEG-2 stream, but wil take half the disk space. It will take a long time to compress.

  • What is the best Path for a J2EE developer with oracle?

    Hi,
    I am a J2EE developer, for the time being I work at a Commercial Bank as an enterprise application developer. I have learnt java when I was following a local IT diploma and with the help of books, works at my working place and the internet , today I am developing J2EE applications with JSP,Servlets,JSF2.0,EJB3.0 and third party JSF libraries etc. (I am also developing softwares using other programing languages such as Asp.net, C#.net, WPF etc, but I prefer to be in the java path). Other than that, I'm also working as the UI designer of most of our applications.
    I have those skills and practice after working for 4 years as a web/enterprise application developer & a UI designer, but now I have to focus on some paper qualifications and hence I am doing BCS.
    Now I want to be a java professional in Oracle's path, and I need to know what is the best path I can select to move with Oracle. I finished my classes of SCJP , but didn't do the exams as there were some rumors that Oracle will dump those exams in the future. I am interested in Oracle university, but I am unable to even think about it as I live in Sri Lanka and don't have that much of financial wealth to go USA and join.
    So I really appreciate if any Oracle professional could suggest me the best educational path according to what I mentioned about my technical and career background. Because I have a dream to join Oracle one day as an employee and being a good contributer to the same forum, which I am getting helps today!
    Thanks!!!

    As you can see on our website, Oracle did not retire the Java certifications. You can browse through the available certifications and hopefully help to determine your path.
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=140
    SCJP has now become Oracle Certified Professional Java Programmer. You can find more info on those exams on our website here: http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=320.
    Regarding training, perhaps live virtual training would be an option for you. You can find more information at http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=233.
    Regards,
    Brandye Barrington
    Certification Forum Moderator

  • Best camera for Cisco Video Advantage

    Hi,
    I am looking for a camera which is having the best specifications for Video advantage. It looks like the Microsoft LifeCam NX-6000 is the one. (1600 x 1190 with 30 fps) Does anyone have experience with this camera or who has good experience with a camera which is not listed in the "tested" camera list:
    Cisco VT Camera II
    • Cisco VT Camera
    • Logitech QuickCam Fusion
    • Logitech QuickCam for Notebooks Pro
    • Logitech QuickCam Pro 5000
    • Logitech QuickCam Ultra Vision
    • Microsoft LifeCam VX-6000
    • Microsoft LifeCam NX-6000 Webcam
    • Creative Webcam Live Pro USB 2.0 Webcam
    Thanks in advance,
    Jeroen

    Hi Mark,
    Thanks a lot for your reply. We tried several models which are not in the list. They all worked. The only problem is that the Video Advantage narrows down the format. I tried the Logitech Quickcam Sphere AF. In the Logitech application it's a great Webcam in with HD quality but these are the Specifications of Video advantage:
    • H.263 and H.264 video codecs: Bit rates from 50 kbps to 1.5 Mbps
    • Video formats (up to 30 frames per second): 352 x 288, 320 x 240, 176 x 144, and 160 x 120
    • Interoperable with most third-party H.323 video terminals from verified IP video telephony partners
    So it's only working at 352 x 288. I hope the next version of Video advantage is able to increase the resolution.
    I would also like to know if there is a way to enable the camera automatically when a phone call is established.
    I don't have a MCU to do video conferencing but is there a way to conference a none-video phone into an video conversation?
    Thanks!
    Regards,
    Jeroen

Maybe you are looking for