Best setting for a big screen projection?

Hey,
I'm working on a project that is supposed to be screened on a big screen (I assume something like a small movie theater screen) and I was wondering - what would be the best settings when exporting for something like that? If I compressed it with h.264 but still kept it HD 1440x1080 would that be good enough for a big screen projection or would it be too compressed? I am working in Apple ProRes, the video is about 4 minutes long and when I export it with current settings - it comes out to be about 5.5GB (most of the footage I used was old archived videos though) and I'm trying to get it down to about 2GB so I can send it over the internet.
Anyone out there ever exported a movie for a movie theater before?

David Harbsmeier wrote:
a data dvd as well just to be safe
How do you know that the playback system will have the codec needed to play your file?
Anyone by any chance know of a free software that can split the 5.5GB across multiple data dvds?
Why not use a dual-layer DVD?
David's suggestion makes sense, but if you really want to know...
You can break up large files into smaller segments using the Terminal command "Split".
In the following example, we will break a short (imaginary) movie, "MyFilm.mov" into 5MB pieces, in this form it could be sent piece by piece via email, without blocking the recipients mailbox for everything else.
Place the file to be split onto the desktop (this keeps it simple, otherwise you will have to "cd" to the directory where your movie resides)
Open Terminal and...
TYPE: *cd desktop* and press return
TYPE: *split -b 5000k MyFilm.mov* and press return
This will produce a number of files on your desktop named xaa, xab, xac and so on. There is a way to retain the original name or rename the file to something else but I don't have documentation on this at hand.
The "5000k" part of the command is the size of the individual split files (in this case, the file will be broken into pieces of approx. 5MB each
Depending on the files total size you might want to break it into say, 50MB pieces - substitute "50m" for "5000k" in this case. This also saves you from having to type all those zeros!
These days, you are more likely have a movie several Gigabytes in size - as an example, the DV format uses 13GB of disk space for an hour of video. Prepare those files for burning to multiple CDs by typing "650m" after the split -b command.
This may take some time to process, depending on the size of the resulting files, how much RAM you have and the speed of your Mac.
At some point, your emailed or archived files will need to be re-assembled into a viewable movie. So....
Rejoin a set of split files:
Place all the files "xaa", "xab" etc, that are to be rejoined, onto the desktop
(keep it simple, remember...)
In Terminal;
TYPE: *cd desktop* and press return
Type *cat x* > MyFilm.mov* and press return. Again, this may take some time, depending on the size of the resulting files.

Similar Messages

  • What's the best setting for a best shades quality?

    Hi!
    I would like to know what are the best codec and the best setting for a video with 1920x1080 of resolution.
    I've tried them all but nothing because the shades...are not shades.
    I want a video that is like a uncompressed video but lighter. Same quality, same shades.
    I've tried with Canopus Lossless but the video is darker and huge (7 min for >17 gb),
    then with Canopus HQ, same quality but a little bit lighter (6 gb),
    I've tried with all of codecs and settings but I haven't found what I want.
    Who can help me for the best settings for the best shades?
    Thanks so much.
    P.S: Sorry for my english!

    I used the PNG codec but the video is too big.
    New Question:  I've tried to encode the video with Canopus HQ but to 720p and now the video is more lighter, I wanted to upload it on YouTube but is not compatible with the standards.
    If I encode this video by changeing the codec to Microsoft Avi uncompressed, can I have the same quality and the same weight?

  • Can anyone help me with getting the best setting for me system

    can anyone help me with getting the best setting for me system on cpufan it says my temp is 38c but on corecentre it says 42c can anyone help get my system overclocked any more but keeping it stable as well thanx in advance for the help  

    my corecenter temp sometimes says im at 60 cel at idle....and i have the most recent update...i would rely on speedfan for temp control...core center seems to always read 3 degrees higher than speedfan on my pc....
    i wouldnt be too concerned...those temps are pretty low to begin with.

  • What is the best setting for export movie in widescreen format?

    Please tell me what is the best setting for exporting movie in Widescreen format?

    Like in After effect we use "NTSC D1 Widescreen Square Pixel".,
    Carefully examine the codec and pixel dimensions of that output file. That's certainly easy for an experienced VFX person like yourself.
    Then carefully look over the presets in FCP to find the same attibutes. You can also use the online help system for FCP and search for "D1"
    However, your question remains unanswerable because we don't know how you're getting to the monitor. What are you playing back you AE sequences on that displays them on your LCD? You're assuming we know what you're doing and, I assure you, we do not.
    bogiesan

  • Best Setting for Best Battery Life!

    Please post for me your best setting for the best battery life on your IPhone 4.
    Thanks.
    Stan

    http://www.apple.com/batteries/iphone.html

  • What is the best setting for exporting an HD sequence as DV?

    I want to make sure that my end product is the highest quality and for some reason I don't think I am getting it. when I play it on my big screen, it doesn't look sharp.
    I am doing a project weekly that has 3 movies; one is nothing but pictures trasitioning to music. The second is a corporate TV 30 second spot that I converted to a .mov file (it came to me as a super huge .wmv file). The third is high def with photos to music.
    For some reason, when I put all three in the same time line, it freezes FCP. (I guess that is another thread....) So I am doing all three in separate timelines, then bringing them all into DVD Studio Pro.
    I do the clips 1 and 3 in HD, but have to export them as apple pro res 422 1280x480 30 because if I go "current settings", it makes it a HD .mov. The reason I don't want this is because in DVD Studio, I can't have 2 HD clips and 1 that is not. (I posted that problem in that forum and figured out that was the reason why the DVD wasn't playing)
    So my question: am I down grading this HD sequence the best way? Here are the sequence's settings:
    frame size: 1440x810
    pixel aspect ratio: hd (1440x1080)
    field dom: Upper (odd)
    editing timebase: 29.97
    Quicktime Video setting: compressor hdv 1080i60
    Also, the fact that a 7 minute movie is only taking 10 minutes to render makes me nervous.......
    Thanks in advance!

    Aubry,
    why don't you send your sequences straight to Compressor first, encode your movies as MPEG 2 and AC3 audio and import all assets in DVD studio PRO?
    G.

  • Best Practices for Defining NDS Java Projects...

    We are doing a Proof of Concept on using NDS to develop non-SAP Java applications.  We are attempting to determine if we can replace our current Java development tools with NDS/WAS.
    We are struggling with SAP's terminology and "plumbing" for setting up/defining Java projects.  For example, what is and when do you define Tracks, Software Components, Development Components, etc.  All of these terms are totally foreign to us and do not relate to our current Java environment (at least not that we can see).  We are also struggling with how the DTR and activities tie in to those components.
    If any one has defined best practices for setting up Java projects or has struggled with and overcome these same issues, please provide us with some guidance.  This is a very frustrating and time-consuming issue for us.
    Thank you!!

    Hi Peggy,
    In Component Model we divide software projects into small components.Components can use other components in well defined manner.
    A development object is a part of a component that can be changed or developed in some way; it provides the component with a certain part of its functionality. A development object may be a Java class, a Web Dynpro view, a table definition, a JSP page, and so on. Development objects are always stored as “sources” in a repository.
    A development component can be defined as a frame shared by a number of objects, which are part of the software.
    Software components combine components (DCs) to larger units for delivery and deployment.
    A track comprises configurations and runtime systems required for developing software component versions.It ensures stable states of deliverables used by subsequent tracks.
    The Design Time Repository is for versioning source code management. Distributed development of software in teams. Transport and replication of sources.
    You can also find lot of support in SDN for the above concepts with tutorials.
    Refer this Link for a overview on Java development Infrastructure(JDI)
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/java/java development infrastructure jdi overview.pdf
    To understand further
    Working with Net Weaver Development Infrastructure :
    http://help.sap.com/saphelp_nw04/helpdata/en/03/f6bc3d42f46c33e10000000a11405a/content.htm
    In the above link you can find all the concepts clearly explained.You can also find the required tutorials for development.
    Regards,
    Vijith

  • Best setting for 1080i HD

    I've been looking around on the web for a while now looking for the best solution to output my project for HD.  I create commercials for a local TV station and we just started broadcasting HD commercials.  What is the best setting to use when rendering?  We transfer spots directly into a server for airing so it doesn't need to be compressed and put to other media first.  Any help is appreciated!

    We transfer spots directly into a server for airing so it doesn't need to be compressed and put to other media first.
    But it is being compressed when sent, so ultimately there is little point in insisting doing it uncompressed in any way. Most HD broadcast's are MPEG-2 transport streams, some MPEG-4/ H.264, but which ones depends on the hardware the station uses. Anyway, most of these transcoders/ encoders will gladly swallow native MXF/ P2 files, MPEG-2 program streams or H.264 and be smart enough to merely conform/ transcode it without adding anotehr destructive compression pass. So, given you use sufficient dat rates, it should be safe to use any of those formats. Everything else is surely written somewhere in the encoder box' manual, so you may get better answers from the techs of the station.
    Mylenium

  • Best setting for slideshow

    Whats the best setting to set a slideshow of still pictures too, im not sure which compression type either, ive made a few before thru iMovie but id like to use quicktime pro and change screen size (320X240 if possible) for the web, and trying to make it the smallest file size as i can. Any help would be appreciated.
    I should say im exporting the iMovie file (saved as, for the web setting in iMovie) to change the screen size in quicktime 7.0.4 if anyone needs that info

    Actually you're in the wrong forum and should re-post here. https://discussions.apple.com/community/professional_applications/final_cut_stud io
    Nonetheless, I'll just pass on these comments about slide shows – FWIW.
    My preference is to edit then in a 720p timeline. I find they scale down better from 720 than from 1080 – fewer artifacts, especially when doing pans and zooms. And often these are going to DVD, which means considerable additional down scaling.
    Size them in PS (or the editor of your choice) the same as your sequence settings. If you do have moves (pans zooms) then double the size (ie, 2160X1440).
    Good luck.
    Russ

  • Best setting for Canon VIXIA HF R21 for YouTube

    I am looking for the best or most optimal setting for shooting video with my Canon VIXIA HF R21 camera.
    I am using a MacBook Pro laptop and Adobe Premiere Elements 10.
    My goal is to produce the best quality videos for a "YouTube" channel. The videos will be for a teenage car show shot outdoors and narrated.
    The current DEFAULT settings are:
    Recording Mode = SP, 1440x1080
    Bitrate = 7Mbps
    Codec = MPEG4-AVC/H.264
    Frame Rate = 60i
    Digital Image stabilization = standard
    Here are possible "alternative selections" - please let me know if any of these settings are better than the Default settings for YouTube.
    Change Recording Mode to
    1. MXP = 1920x1080 @ 24Mbps
    2. FXP = 1920x1080 @ 17Mbps
    3. XP+ = 1440x1080 @ 12 Mbps
    Change Frame Rate to
    1. PF30
    Digital image stabilization
    1. Dynamic
    2. Standard
    3. Off
    I will use Adobe Premiere Elemebnts 10 to upload the final edited video - what setting are the best upload compression settings if I want to upload for the ebst quality?

    BillFlorida, I'm not sure what you're not getting here. Have you tried any of the things we've suggested?
    There are two settings you need to worry about. One is your PROJECT setting. That must match your original footage, as I've indicated. If it doesn't, you're going to get poor performance and video quality.
    The second setting is your OUTPUT setting. That's the only setting YouTube is interested in. If you use the output settings I linked you to above -- working from a project that's been set up properly -- you will get excellent YouTube results.
    Try it. You'll see.
    You'll also see, if you experiment a bit, that there's virtually no difference in the quality of FXP and MXP -- especially if you're going to display your video online. The important thing is that your PROJECT settings match that 1920x1080 AVCHD footage and that you use the YouTube output settings recommended in the FAQs.
    Try it. You will see.

  • Best settings for mixed codec doco project

    Hi
    Please forgive me for asking what I am sure has been asked before, but having done a few searches I was still unsure as to what is the best approach for this project.
    I have just come over to FCP from Avid (hence knowing very little about FCP), and have a documentary project that I want to cut in FCP.
    It was mostly shot on XDcam EX 1080/25p 35mbps, but there is a fair amount of B camera footage that is DVCProHD 1080/25p 100mbps
    The general concensus seems to be to open a project in the format that is most prevalent i.e XDcam EX.
    As this project is only going to be offlined in this system, and then conformed elsewhere, and as I would like to be able to have all the media on one drive so I can cut on the workstation and on my laptop where necessary, it seems sensible to use a more compressed offline res as there is well over 100 hours of footage.
    Any guidance would be greatly appreciated as I don't want to cut in a codec/format that is just going to give me headaches when it comes to doing the conform, or during the edit got that matter.
    Cheers
    Adam
    Specs:
    Workstation - 2 x 2.4GHZ quad core Xeon, 16GB ram, 1TB system, 2TB primary scratch, 4TB external media drive (shared with laptop)
    Laptop - 2.8ghz core i7, 8GB ram, 500GB internal drive, 4TB external media drive (shared with workstation)
    FCP 7.0.3 running on systems

    >it seems sensible to use a more compressed offline res as there is well over 100 hours of footage.
    Sorry Avid-man...going to have to let go of your "offline/online" workflow ideals.  There is no offline in FCP. Well, it is best if there isn't.  You will...SHOULD...be working with XDCAM and DVCPRO HD at full resolution.  So your cut will then just be color corrected.  100 hours of XDCAM is 1.7TB.  100 hours of DVCPRO HD is well...5.4T TB...but you will have a mixture of the two.  I had 80 hours of DVCPRO HD and all that fit on 2TB...but then again, that was at 720p.  Still...unless you REALLY know what you are doing...unless you have an FCP expert on staff...do not offline/online. 
    ANYWAY...I don't know who this "General Consensus" is, but they are WRONG.  They couldn't be wronger if they wanted to be wrong about being wrong.  Well, they are wrong.  NEVER edit ANYTHING that is not XDCAM in an XDCAM sequence...not unless you like crashing a lot...and then blaming FCP for sucking and not being as good as an Avid....because you will do that if you follow this General person's advice. 
    No...Use a ProRes sequence setting, and edit both on that.  XDCAM is a GOP format...no real frames...just a group of pictures.  So if you throw a real frame format onto that...crash city.  But use ProRes...and you will be fine. 
    So use both formats natively...don't try to go offline/online.  And edit both in a ProRes sequence.

  • Help Please!!  Best Practices for building an NDS Project...

    We are doing a Proof of Concept on using NDS to develop non-SAP Java applications. We are attempting to determine if we can replace our current Java development tools with NDS/WAS.
    We are struggling with SAP's terminology and "plumbing" for setting up/defining Java projects. For example, what is and when do you define Tracks, Software Components, Development Components, etc. All of these terms are totally foreign to us and do not relate to our current Java environment (at least not that we can see). We are also struggling with how the DTR and activities tie in to those components.
    If any one has defined best practices for setting up Java projects or has struggled with and overcome these same issues, please provide us with some guidance. This is a very frustrating and time-consuming issue for us.
    Thank you!!

    Hello Peggy,
    this is my first post but I hope it helps you anyway.
    To learn the SAP "language" I additionally used the a SAP Presentation regarding the SAP JDI.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/java development infrastructure real world use webinar.pdf
    I think this one is quite useful as an addon to the other links for information you already got. Your name also indicates that your mother-tongue language is German. If so, the german version of the book (Java-Programming with the SAP WAS) is already available for purchase and really useful. Then, you can also use the information provided by the University of Potsdam. They have an introduction about how to setup a track in the SLD and then how to setup SCs.
    http://epic.hpi.uni-potsdam.de/nwlab/SC+Track.html
    Hope this helps...

  • Best setting for gif animations

    what is the optimal setting for animated gifs

    Depends on your style and your training as an animator, and
    what your project goals are: straight animation? interactivity?
    e-cards? Traditional animators used to drawing frame-by-frame with
    exposure sheets will feel more comfortable with Toon Boom Studio
    (www.toonboom.com). It has far superior drawing tools and color
    pallette management and timeline management than Flash. But if
    you're used to Illustrator, that may make no difference to you. It
    appears that the upcoming Flash CS4 will narrow the gap, as the
    interface appears to include enhancements that will be more
    familiar to traditional animators, not to mention IK, which Toon
    Boom Studio doesn't have (the highly expensive Toon Boom Solo does
    have it).
    That said, I think Flash is a great program for creating
    cartoon animation. You may not think you're interested in
    ActionScript programming at this point. I use Flash mainly for
    cartoon animation and I resisted ActionScript for a few years. But
    once you get used to Flash as an animation tool, and then decide to
    dip your little toe into ActionScript, you'll find out what an
    astounding tool it is, even for traditional animation, enabling you
    to do things impossible in more traditional-oriented programs. Plus
    now Flash and Illustrator are fairly well integrated, so you'll be
    able to import and export between the two.
    On balance, I'd go for Flash.

  • Best setting for 3D content for Flash

    Hello all. I am a Premiere noob that works in Cinema 4D.  I am exporting C4D  animations as QuickTime "animation" files. (.mov)  These videos are highly  detailed pixel-precise renders. I want to bring them into Premier with this  level of pixel precision, yet I cant seem to find the correct setting to ensure  they import and play back "ice cold." They tend to look slightly blurry in the  preview. The renders are for a specific flash size and are set to 874x480.
    Can someone help me with the correct setting for the movie? Please... The  content is so beautiful, I don't want to sacrifice any quality. I have the  latest version of PP. Thank you for any help you can give.

    Thanks for the help sir.  This is actually for a huge project. I'll post the  link here in a week or so.  Be sure to check it out.  We're all good now.  Ice  cold.  - No blurriness.  Its too bad I was able to do this years ago without any  issue.  Video codec's and technology sure have changed drastically in the past  few years.  There's a real learning curve for those who are not daily users.
    -B
    A side note I learned in this process: Cinema 4D users should not export their Quciktime (.mov) files from Premiere Pro as Uncompressed AVI.  It just screws up the pixel precision. Not sure why.  Just use the old school .avi and the advice above. The renders will be perfect.

  • What is the best setting for compressing to a Window Media Player?

    I now have the latest Compressor, just now need to figure out which is the best setting to use for compressing to a Windows Media Player. Does anyone know which is the best method?

    I'd propose you buy a licence for Telestreams FLip4MAC (flipfactory) Quicktime components to enable ENCODING for HD and SD as you need. It works ok however none of my work requires specifics for windows player. I have a licence just the same.
    If you have Flip4mac already installed, you can use the system preferneces  panel to order a an ENCODER component licence. There may be others around as well.
    You can just use compressor.app and change the inspector video to use "quicktime components/windows media encoder" in the batch job.. its pretty easy.
    hth

Maybe you are looking for

  • 27" i5 Mid 2010 iMac not showing grey screen on startup intermittently

    Hi all, I am new to Mac, but I have been around PC's for decades. I will be talking to a Genius this week, but thought I'd reach out here before I talk to them to see if this is a known issue with a known solution. If all else fails, I will return th

  • Satellite L650-19W - No Internet connectivity

    I've read through several of the posts on here and it would seem there is a basic problem with Toshiba laptops and WiFi adapters. I have a Satellite L650-19W Part Number : PSK1EE-02C00REN Last night I finally accepted the BIOS update to 2.10 and WiFi

  • Reg: Interface - SAP payroll data to payroll system

    I am downloading employee data from SAP to TAB delimited flat files. For this , i am using logical databases PNP ,Info type P0002 and tables CATSDB. In selection screen, i am getting the file name by using PARAMETRERS. 1.Then at selection-screen , I

  • Update iPhone to version 4.3.3 from 4.1 version.

    I try to update my iPhone to version 4.3.3 from the current 4.1 version. I click UPDATE, and I get an answer that says my iTunes version 9.2.1 is the current version.My iPhone is stuck at version 4.1. Thanks Eyad Khalil

  • DVT : Gauge / Dial Set -  ThresholdSet Causing Dials To Not Be Rendered

    Hi all, Im using JDeveloper 11g, and I have a dial set which is currently just bound to some tabular data containing 6 rows. The dials display find without having any thresholdSet defined. However as soon as i try and add a threshold set as shown bel