Best quality export from fcp to web?

Have some mini DV masters of old TV shows, 30 min. - 1hr. that I'd like to upload to my website created in iweb to mobile me. I have imported them to FCP and would like to show them in a large window player (about 3x the size when I export using QT conversion for High speed broadband). Can someone recommend a setting that would allow me to use a large size player and great quality video that will play smoothly on the web. Looking to show them about the size of the apple promo videos. Thanks!

The number of pixels in a frame is different from the size of the frame. DV is limited by the codec, it's 720x480 (roughly). ONce you have it uploaded (use any codec that will give you the same size as the original) how your visitors scale their players is out of your control. You cannot make them open a 3x window and the probably wound't want to because the image would be all blocky because al they would be doing is making your limited number of pixels bigger. You cannot add any more pixels to your DV images without going through a complex, time intensive, and expensive process known as uprezing.
You can, however, do the scaling and encoding on your end before you encode but that's not really fair to your viewers. You give them an awful image they can't improve. Although they can scale their players down to remove the blockiness but then you've defeated the original reason of forcing them to download a file that is three times larger than they need.
Use any of the H.264 variations that you think you can afford to mount online and that yoru visitors will wait to watch.
bogiesan

Similar Messages

  • Best Quality Export From Final Cut Pro Into After Effects?

    So I converted all my footage into Apple Pro Res 422 (24 p, 1280 x 720) for use in FCP and want to export edited parts into After Effects. What is the best quality export to bring into After Effects and also export from After Effects back into FCP?

    zikade wrote:
    Depending on your storage and what you're up to with your footage I'd recommend uncompressed. Large files but you won't loose any quality. Animation is also lossless if you want to compress your footage. If your drives are not fast enough, go for ProRes HQ from FCP to AE, and Animation the way back...
    Since you've converted to 422, stick with that. You cannot gain anything by exporting from FCP to a codec that has a higher bandwidth such as PRHQ or Animation. You just don't want to go down.
    Rendering out of After Effects going back to FCP jsut use the same base codec. Again, you will gain nothing by using a higher quality codec. However, you may want to use PR4444 or even Animation if you must have an alpha channel. PR4444 uses trillions of colors and you will get an interesting warning when you try to render to it. You can dismiss the warning.
    PR4444 has the distinct advantage of being realtime in FCP7 and X. Animation requires rendering back in teh FCP timeline.
    bogiesan

  • Making the best quality DVD from FCP

    Can anyone suggest how to make the highest quality DVD from an HDV FCP project?

    It's a fun website that I've seen people use recently : http://lmgtfy.com/
    It basically generates a url that you can post onto forums etc, and when you click on it, it takes you to the 'mock' google page, followed by the results. It's a polite but fun way of saying "Don't be so lazy, and do a search!". No offense intended to the OP.
    The Bruce image is one i had uploaded to Tinypic.com ages ago.
    Glad you like it!

  • Best Quality Exporting From HDV to DVD

    I've searched on the web & gotten a few answers, but nothing seems to solve the situation.
    What I've tried.
    1920x1080p MPEG2, Quality 5, Min, Target, Max All Set To 60.  Came out looking like crap when it was put on a dvd.  Noisy, over contrasted (could be the tv), over colored (could be the tv).
    720x480 MPEG2-DVD, Quality 5, Min, Target, Max All Set To 9.  Came out looking worse then my previous attempt.
    Anyone have a secret formula for HDV to DVD conversion?

    Hello,
    Couple of questions on the below:
    1) Does this work for converting .MTS files?
    2) If so, I download the Encoder presets, but where do I place them? (I didn't see any .epr files in the root of /encoder
    On the Premiere CS4 end of things:
    Download these Adobe Media Encoder CS4 presets for 100Mbps MPEG-2 I-frame 4:2:2
    Export your 1440x1080 60i timeline using the corresponding preset from the ones above; this will create a (very large) .m2v file and .wav file
    Now some freeware tools to get the conversion done properly:
    Download and install the Lagarith lossless codec
    Download and install VirtualDub
    Download and install AviSynth
    Download and install my hd2sd() conversion package for AviSynth (instructions for installation are in the .zip file)
    Create a new blank text document in notepad, like such, and save this file as premiere.avs, and save it to the same folder as your .m2v and .wav file (edit the video and audio parameters to match your filenames). This is your "script" file for AviSynth:
    video = "myfile.m2v"
    audio = "myfile.wav"
    FFMpegSource(video)
    (audio == "") ? last : AudioDub(WavSource(audio))
    hd2sd(OutputColorSpace="YUY2", OutputBFF=true)
    Run VirtualDub
    Open your premiere.avs file in VirtualDub
    In VirtualDub, go to Video : Compression and select the Lagarith lossless codec
    Also set VirtualDub to use Video : Fast recompress mode
    Save your output to lagarith.avi
    Import lagarith.avi into Encore for transcoding and authoring

  • Best quality export solution for FCE4 web viewing

    I want to export my video to be put on our web page. Have tried all sorts of combinations but nothing look clear and crisp. It is a bit fuzzy when the subject moves and some pixiliation happening. Video shot in HD

    Hi - I did a test to see what kind of quality I could preserve by uploading HD to You Tube. This particular test video is not a good test for video with a lot of motion, but it does appear to preserve a fair amount of detail:
    http://www.youtube.com/watch?v=KwUp7G1hIHk

  • Best Quality Exporting From HDV to DVD with Dan's method

    Hi
    I have few questions on Dan's method.
    here is my workflow according to Dan's method:
    On the Premiere CS4 end of things:
    Download these Adobe Media Encoder CS4 presets for 100Mbps MPEG-2 I-frame 4:2:2
    Export your 19220x1080 60i timeline using the corresponding preset from the ones above; this will create a (very large) .m2v file and .wav file
    Now some freeware tools to get the conversion done properly:
    Download and install the Lagarith lossless codec
    Download and install VirtualDub
    Download and install AviSynth
    Download and install my hd2sd() conversion package for AviSynth (instructions for installation are in the .zip file)
    Create a new blank text document in notepad, like such, and save this file as premiere.avs, and save it to the same folder as your .m2v and .wav file (edit the video and audio parameters to match your filenames). This is your "script" file for AviSynth:
    video = "myfile.m2v"
    audio = "myfile.wav"
    FFMpegSource(video)
    (audio == "") ? last : AudioDub(WavSource(audio))
    hd2sd(OutputColorSpace="YUY2", OutputBFF=true)
    Run VirtualDub
    Open your premiere.avs file in VirtualDub
    In VirtualDub, go to Video : Compression and select the Lagarith lossless codec
    Also set VirtualDub to use Video : Fast recompress mode
    Save your output to lagarith.avi
    Import lagarith.avi into Encore for transcoding and authoring
    Actually, I am trying to edit my mts files(1920x1080 60i) but it is running too slow on my computer if I edit those mts files directly in premiere. Therefore, I converted those mts files to m2v and wav. Should I try edit those m2v files in premiere and export the whole DVD version to m2v again. Then, use the DVD m2v file to convert that to avi file by using the VirtualDub ?
    However, I tried to edit the m2v and wav files in premiere and send it to encore with the mpeg2 blu-ray with 1920x1080i 29.97 High Quality. It then burned it on the DVD. It turned out the same as the VirtualDub version. I think it is less time spending compare to VirtualDub. Let me know if I am wrong.
    Another thing that I tried was using the lagarith.avi file but it is 720 x 480 then I imported to the premiere and edited it. My project's setting was  AVCHD 1080i30 which my video camcorder setting is. After I edited my project in premiere, I sent it to the encore to burn on the dvd by setting to the mpeg2DVD option. However, I played it on my hd dvd player and the output was pretty small.
    My goal is to use premiere to edit the files and use encore to add some features such as title pages or buttons. Then, burn it on the DVD with the HD quality.
    Please help ! thank you very much guys !

    Hello,
    Couple of questions on the below:
    1) Does this work for converting .MTS files?
    2) If so, I download the Encoder presets, but where do I place them? (I didn't see any .epr files in the root of /encoder
    On the Premiere CS4 end of things:
    Download these Adobe Media Encoder CS4 presets for 100Mbps MPEG-2 I-frame 4:2:2
    Export your 1440x1080 60i timeline using the corresponding preset from the ones above; this will create a (very large) .m2v file and .wav file
    Now some freeware tools to get the conversion done properly:
    Download and install the Lagarith lossless codec
    Download and install VirtualDub
    Download and install AviSynth
    Download and install my hd2sd() conversion package for AviSynth (instructions for installation are in the .zip file)
    Create a new blank text document in notepad, like such, and save this file as premiere.avs, and save it to the same folder as your .m2v and .wav file (edit the video and audio parameters to match your filenames). This is your "script" file for AviSynth:
    video = "myfile.m2v"
    audio = "myfile.wav"
    FFMpegSource(video)
    (audio == "") ? last : AudioDub(WavSource(audio))
    hd2sd(OutputColorSpace="YUY2", OutputBFF=true)
    Run VirtualDub
    Open your premiere.avs file in VirtualDub
    In VirtualDub, go to Video : Compression and select the Lagarith lossless codec
    Also set VirtualDub to use Video : Fast recompress mode
    Save your output to lagarith.avi
    Import lagarith.avi into Encore for transcoding and authoring

  • Canon 7D + Full Quality Export from FCP

    Hi, I'm kind of new to the video scene, and especially FCP, and have finally took the plunge and bought a Canon 7D. I have just finished editing my footage, and now I want to export.
    Despite all the tweaking that I've tried, the biggest file size I can get out of this is a 30MB file. The sound and video quality are both depressing. I've recorded in 1080p, all I want is a lossless export. I know this isn't FCP's fault, it's my own lack of knowledge, and that's why I'm here.
    I've tried File/Export/Quicktime Movie...
    I've un-ticked 'Make Movie Self-Contained'
    I've changed my sequence preset to 'Apple ProRes 422 (HQ) 1920x1080 30p 48kHz'
    I've done all of this AFTER finishing editing, so would this become a problem?
    Here is what my sequence settings looks like. If it helps?
    [IMG]http://img121.imageshack.us/img121/9261/screenshot20110320at142.png[/IMG]
    p.s. I have looked at the numerous threads that are actually identical to my problem, unfortunately, I've either got myself in a muddle or the fixes haven't been successful.
    Message was edited by: GCWB6

    HA!! Feel your pain! We've all been there.
    Ok...
    1) take 10 minutes and read this... http://lfhd.net/2010/04/04/log-and-transfer-for-canon-dslrs/ if it helps it will help A LOT. If it doesn't - just ignore it.
    2) If that didn't help... open Compressor (should be in your applications folder where FCP is. Part of the FCStudio suite studio thing).
    2a) drag ALL the .mov files into the upper left (untitled) window and select them all (turn blue - they might already be selected...
    http://homepage.mac.com/captmench/Compressor01.png
    2b) in SETTINGS window click SETTINGS tab and open APPLE - FORMATS - QUICKTIME... there you will see the ProRes options...
    http://homepage.mac.com/captmench/Compressor02.png
    2c) Drag one of those (I like LT) onto the highlighted .movs above.
    You'll need to set a destination... select all again and then go to Destinations tab I'd go ahead and send them to the Desktop for cleanup later -- but it WILL change the title of the movs so you can leave it at SOURCE (default) if you want.
    Then hit SUBMIT on the Untitled window where you dropped your clips and Submit again (don't worry about that dialog box!!) -- then go to the park for a few hours.
    Good luck,
    CaptM

  • Best way to export from FCP for website

    I've been reading around about this and am not getting a clear idea of what to do...
    I have some short sequences in FCP (longest is 2 minutes) that I want to post individually on my new website (that I'm just learning about).
    I want to export them in a way that is a small file but that looks and sounds good, and also that can be played by most or all computers.
    So I guess that is two questions: settings for export from FCP, and how to control how it will be viewed.
    Thanks so much, anyone with ideas or experience!

    We don't know what format you are dealing with, ratio etc.
    However, some short answers for you.
    For best quality at a considerable small file size the choice is, yet again, H.264 (Require QT7 or higher. For universal compatibility you may need flash conversion).
    FCP main menu>File>Export>QT Conversion>Options> the higher the bit rate the better the quality but the bigger becomes the file size. Size : i.e 320x240 if 4:3; 480x270 if 16x9). Choose AAC (Not PCM) as sound format (192 target bit rate).

  • Best way/settings to export from FCP to DVDSP

    Hey - I have a program I need to export from FCP to DVDSP.
    It is approx. 1hr 15min long.
    What would be the best settings to use to maximize quality?
    I also want to include chapter markers for importing into DVDSP - is it better to create these in FCP or Compressor???
    This is a very important showreel and quality is a major factor...
    I am using: FCP 5.1.4 DVDSP 4.1.2 Compressor 2.3
    Thanks for all your help in advance!
    PowerPC G5   Mac OS X (10.4.9)  

    Hi:
    << What would be the best settings to use to maximize quality?>>
    You didn't mention your movie codec. Assuming you are using DV, if your FCP projects has graphic elements and heavy filters like Color Corrections, etc. you must get the best quality exporting directly from FCP through Compressor.
    If your movie is basiclally DV video with no graphics, you probably will get same quality and shorter encoding times exporting as QuickTime movie, self settings (self contained is my favorite flavor!) and using this file in Compressor.
    In Compressor use the DVD: Best Quality 90 min preset as starting point taking the MPEG2 and the Dolby 2 (AC3) presets. You most probably will get the best audio level changing the followings parameters in the standard AC3 preset:
    - Dialog Normalization: -31
    - Compression preset: None
    Using uncompressed (AIFF/PCM) audio in DVD-Rs is a major cause of playback problems and/or building errors because the high bitrate, and takes a lot of your disc space.
    If you encode inside DVDSP (using the Quicktime movie file directly in DVDSP) you'll get AIFF audio. DVDSP doesn't encode your audio to AC3.
    <<This is a very important showreel and quality is a major factor...>>
    To save encoding testing times, take a short part/s of your movie and make some encoding test. Select some parts of your footage with fast movements in the image and/or heavy transitions to check the final result.
    <<I also want to include chapter markers for importing into DVDSP - is it better to create these in FCP or Compressor??? >>
    Allways create your chapter markers in FCP or Compressor. That way you can set the exact frame where to locate it and DVDSP will preserve that position. If you add a Chapter Marker in DVDSP it will be moved to the nearest GOP boundary, not in the exact frame you decided. Check this tutorial about Chapters and Compression Markers .
    Don't forget to post your FCP movie codec/settings.
    <<StirFry..>>
    I think that a bitrate of 7.9 Mbps with uncompressed audio (DVDSP doesn't encode audio to Dolby 2) is too high and can cause some encoding/playback errors in some DVD players. Someone else can post his mind about this ! ;D
    Hope that helps !
      Alberto

  • Quicktime export from FCP quality bad on Windows Quicktime

    Hey all,
    I believe this question has been brought up in a previous post (http://discussions.apple.com/thread.jspa?messageID=2932763&#2932763 "Quicktime export from FCP quality bad on PCs"), but it was never answered. So I captured video using final cut pro using the following capture preset:
    Sequence Preset - DV NTSC 48 kHz
    DVR-TRV900 using NTSC
    29.97 fps
    DV - NTSC at Best Quality
    24 bits per pixel
    720 by 480
    When I view the video under quicktime for mac, it looks good. However, when I view the content under quicktime for windows, the quality is noticeably degraded. For instance, when I looked at the video clip in mac, there was a text overlay that displayed the time and date. When I look at it in Windows quicktime, the quality has degraded to an extent that the numbers are no longer readable. Besides the overall quality difference in playback between mac and pc quicktime, there are no other noticeable artifacts. Also, I tried viewing the video in VLC (video lan client) on windows, and it looks perfectly fine.
    Ray

    seems like this is a PC Quicktime issue rather than an FCP issue, you may have more success in resolving the problem if you post your question on the Quicktime for Windows forum
    that said, you might want to check the Quicktime Player preferences on your PC (Edit > Preferences > Player Preferences)
    make sure you have checked the "Use high quality video setting when available" checkbox
    good luck
    Andy

  • Best settings to Export from FCP to iWeb?

    In the past I have exported from FCP to a QT that I import into iMovie and then export from iMovie to iWeb...
    is there a simpler way to get video to iWeb?
    I prefer not to edit in iMovie, so what FCP settings are best for iWeb? I'll ask this on the FCP board as well.
    Thanks

    In the past I have exported from FCP to a QT that I import into iMovie and then export from iMovie to iWeb...
    is there a simpler way to get video to iWeb?
    I prefer not to edit in iMovie, so what FCP settings are best for iWeb? I'll ask this on the FCP board as well.
    Thanks

  • Exporting from FCP to DVD

    Hey
    Just wondering if I can get some advise. I need to export my project from final cut pro to DVD but just wondering what the best way to do this would be to get the best quality DVD. (This is for a company to take out to potential clients to sell what the company does - so it needs to look good!)
    My project is no longer than 5 mins
    1920 x 1080 - 1080i (16:9)
    Field Dominance: None
    frame rate 25
    I have Final Cut Studio latest version.
    I'm trying out a few options at the moment using compressor - best quality - so we'll see what these look like, but I'm not sure what all the settings should be set at.
    Any advise on what you think will be best would be great.
    Thanks

    Wouldn't use Quicktime conversion - no need. Just export from FCP as Quicktime Movie at current settings.
    In my experience, changing the field dominance from interlaced to progressive can cause stuttering particularly in motion graphics - this might not be an issue if you're laying to tape for broadcast but when you convert back to interlaced for SD DVD it can look very ugly.
    In any case, at the very least, you need to be using a Kona card or IOHD to do this type of conversion properly - and really, if you want progressive you should shoot progressive.
    Message was edited by: Dynamicworm
    Message was edited by: Dynamicworm

  • What should I use to export from FCP to DVDSP?

    I'm sorry if this question is too basic, but I've searched past discussions and read the manual, and can't seem to find the answer. I am trying to put a nearly hour-long movie I made onto a DVD, in order to have hundreds of duplicates made. I'm using DVD SP, and I had been exporting my movie from FCP to a Quicktime movie file, then importing the Quicktime file into DVD SP. Then recently I came across something online that said you should actually be exporting from FCP to Compressor, then to DVD SP. I've never used Compressor before, so I have no idea what to do, or if I even should be doing it. The video was fine when I exported to Quicktime, but I of course want to have the best video quality possible.. so if there's a way to keep the video at the highest quality possible (higher than when using Quicktime), please let me know (and if it could be explained as simple as possible, I would appreciate that).

    Hi Ryan,
    I'm relatively new to this too but you're on the right track. I would export to Compressor.
    There are various settings i.e. mpeg2 fast encode, high quality 60min, 120min, widescreen, 4:3 etc and all dependant upon what you want your end result to be.
    You'll need to choose your format - I suggest mpeg2 - 60min High Quality Encode > your destination for both the video and audio > 'submit'.
    You should end up with a file that resembles *My Movie.m2v*
    Then import that file into DVDSP into the assets pane and you're away.
    Good luck!
    -Chuck

  • Problem exporting from FCP using compressor

    Out of the blue - I'm getting batch failures trying to export from FCP for use in a DVD. Immediately after selecting compressor for export, I get an error reading "That file already exists", and a new tab appears in the media browser with a lengthy character string. Compressor opens fine, and I select Best Quality 4:3 encoding for video and aiff48 for audio. When the batch is submitted - it promptly fails and blames FCP for generating an error.
    Did all kinds of restarts and work arounds to no avail. The promising news is that this error seems to occur only when exporting from FCP through Compressor.
    My work-around is to export a QT movie of the piece, quit FCP, launch Compressor, and then import the QT for batching.
    Hope this helps anyone else in similar situations
    Martin
    G5 PPC   Mac OS X (10.4.8)   FCP 512 post production

    Hi:
    How long is your movie?
    The best workflow is FCP > Compressor > DVDSP.
    You can encode your timeline directly to get MPEG2 video and Dolby 2 (AC3) audio files. Then import those in DVDSP and author your DVD.
    Using Compressor you control the full encoding process. You can test with small parts of your movie (those where you got problems with iDVD) and find the best encoding options fopr your footage.
    Of course the DVDSP learning curve is longer than iDVD but once you learned ir you probably never go back. Like iMovie and FCP.
    To give you detailed info about what encoding settings to use you must post some info about your FCP project.
    Hope that helps !
      Alberto

  • Exporting from FCP for use with PC

    Hey all,
    Trying to deliver a high-med quality 8 minute video from FCP for use with a PC. I've tried exporting both a .mov and .avi using DVCPro50, but neither are readable through the PC. Best I can get is sometimes audio will show up. Does anyone have a good solution for exporting from FCP for use with a PC?
    Thanks again for your help!

    I don't think DVCpro50 codec is available on a PC. I think panasonic has a special license with apple only, so you need to try a different codec for the avi.

Maybe you are looking for

  • I can no longer access my online banking account in firefox

    I can no longer access my online bank account in firefox, although I can in IE. I can get through the login ID and security question, but when I type in my password and click on login, it consistently tells me I have the wrong password. I have no tro

  • ITunes crashes when I try to access the store?

    It worked perfectly fine before I updated to 10.5, now whenever I click on the Store button, it starts to load. When the progress bar at the top of the screen reaches half way, a Windows dialogue box comes up and says "iTunes has stopped working" and

  • GI for consignment and how amount is calculated

    All, I have a material where the base UOM and GR/GI Uof Entry are both KGs yet the Order Price UOM on the info record is TNE.    When the GI is done for 4977.88 KG Info record price is 877EUR/TNE   The expected amount is 4977.88KG * .877EUR/KG  = 436

  • Best Way to gather statistics in 10g

    Hi All, What is the best way to gather optimizer statistics in 10g databases? We are currently following the default automatic statistics gathering feature of 10g. But we feel it has got some shortcomings. For many of the tables the stats are not up

  • Uninstall an OBIEE patch

    Dear All, We have migrated from the OBIEE 10.1.3.2 to 10.1.3.4 by applying a patch. Unfortunately we are encountering numerous critical bugs. I would like to know how can we unpatch/uninstall the patch and get back to the v10.1.3.2. I am not familar