How to change export video size settings?

I just upgraded from iMovie to Final Cut Pro X.
I am trying to export my 1080P content as a 720P file, something that was very easy on the basic iMovie setup.
I noticed when I tried to export to Vimeo I was given options for file quality and video size.
Where do I find those options if I am doing an export to a file as opposed a direct Vimeo upload (i.e. Quicktime)?
Please don't tell me I have to buy Compressor for this...
Thank you!

Share>Export Using Compressor Settings>Apple>Apple Devices>HD for Apple Devices (10mbps)
This will give 1280x720 HD
I don't think you need Compressor as the Compressor Settings are included in FCP X  .  .  .  I hope!

Similar Messages

  • The fonts on my facebook page is set to approximately 200%. This problem is only on my facebook page. Does anyone know how to change the font size on this page?

    I do not know how I changed the font size on my face book page I have tried everything to change the font size to 100% but have failed. Any suggestions?

    Hi,
    From your description, you want to know how to edit a page in SharePoint 2013.
    Go to the page->click Settings->Edit page,refer to the following screenshot:
    If a user want to edit a page, he at least have edit permissions.
    If you have any problems, please don't hesitate to let me know.
    Best Regards,
    Lisa Chen
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How to change quality and size for a Nokia 920 cam...

    My Nokia 920 is now 2 weeks old and I'm totally bummed that I cant get a strait answer to this simple question.... How to change the quality-size setting to the camera... The camera is advertised as a 8.7... It's default size is NO way that.... Nor do I want to take default size photos ALL the time.. Any help would be appreciated.
    Solved!
    Go to Solution.

    It takes photos in this modeif your looking at them from skydrive you can change the size by going to Settings, backup, photos.
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • How to change the stage size in premiere pro cs3?

    Can anyone tell me, how to change the stage size of video in premiere pro cs3?
    Actually my video is cutting(dimensional preview) while rendering...it is not showing full view...so I want full preview of that video after rendering.
    Regards,
    Abhishek Thakur

    Hi,
    First of all thanks for your quick reply...I tried what you said, but the size is not changing because the area is inactive...
    Please see the attached file for more clarification.
    Regards,
    Abhishek Thakur

  • I cannot figure out how to change the photo size on my iPhone 5s.  I was given the choice of small, medium or large the first time I took a picture.  Now I have no idea how to change it to medium.  Can anyone help?

    I cannot figure out how to change the photo size on my iPhone 5s.  The first time I took a pic it asked if I wanted smalll,  medium or large and listed the pixels.  I chose small but am now finding that is too small.  Can anyone help me set it to medium now?  I can't find any setting for that.  I'm a newby to iPhones and have no idea what I'm doing.  Thanks for any help you can offer.

    By "sending" do you mean sending email?
    If so, what app are you using to take the photos on your iPhone 5? Or are the photos from a different source (saved to your Camera Roll from somewhere else, like a web page or Messages)?
    My guess is that Mail gives you the option to send different file sizes when it detects you are trying to Mail a really large photo file. The size of photos on the iPhone 5 is really big and some email providers may stop your mail from being delivered if attachments are too large. Thus, Mail tries to help you by offering to resize the photo.
    I suspect that if you are sending smaller files, Mail does not bother giving you options to save a smaller version. In fact, I have seen this behavior. So, if the photo is already "small enough", it gets sent as-is.
    To my  knowledge, there is no global iOS setting for this. Some apps may have different rules, of course.

  • How can I export video to a tv?

    how can I export video from macbook pro to a tv?  I have gone from mini-dvi port to hdmi into hdmi switch for home theater, but get no response. is there a switch internal to the macbook??

    This is from Mac Help:
    Ciao.

  • Using a function to change Netstream video size.

    Hi folks,
    forgive me I am new to script in Flex.  I got an Application that has two scripted functions.  The first is called at creationComplete and sets up a netconnect/netstream video playback.  And a second that is fired when a button is clicked, which sets the application to Full Screen.  What I want to do is resize the video at the same time.  For testing purpose I am using hard coded values that match my monitor size.
    The problem I am having is that the code I wrote to change the video size spits out an error "1120: Access of undefined property vid."  - Is it possible to have one function access the vairibles of another function?
    My code:
    <mx:Script>
            <![CDATA[
                private function initApp():void
                    var nc:NetConnection = new NetConnection();
                    nc.connect(null);
                    var ns:NetStream = new NetStream(nc);
                    ns.addEventListener(AsyncErrorEvent.ASYNC_ERROR, asyncErrorHandler); 
                    ns.addEventListener(DRMAuthenticateEvent.DRM_AUTHENTICATE, DRMAuthHandler);
                    ns.play("gm.f4v");
                    function asyncErrorHandler(event:AsyncErrorEvent):void
                        // ignore error
                    var vid:Video = new Video();
                    vid.attachNetStream(ns);
                    vidUI.addChild(vid);
                    vid.width=851;
                    vid.height=480;
                    function DRMAuthHandler(event:DRMAuthenticateEvent):void
                        ns.setDRMAuthenticationCredentials("test","test","drm");
                public function goFull():void
                    stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;
                    vid.width=1920;
                    vid.height=1080;
            ]]>
        </mx:Script>
    I want the function goFull to change the video size that is loaded from the initApp function.... possible?
    Cheers!
    Chris

    altering size of text already in a textfield:
    var fmt:TextFormat = new TextFormat();
    fmt.size = newvalue;
    textfield.setTextFormat(fmt)
    textfield.defaultTextFormat = fmt; // ensure that text typed after the change is same size

  • How to change the font size of text and case in smartforms

    hi,
       could any one explain how to change the font size of text in smartforms. ex. previously i had taken P4 left aligned and C6 but now i want to decrease the font without making it bold. pl......... guide me
       secondly the value which are coming from tables are upper case but i need lower case. pl. guide
    thanking u

    check out the smart styles...create a font of ur size n use.
    Define the paragraphs & character formats using SMARTSTYLES & use them in your smartform.
    You have to give the smartstyle name in the Form attributes-->Output options for the formats to be used in your smartform.
    You can define font size in Smartform Style.
    Smartform Styles > Charcterformat> Font --> size.
    to load the font to SAP server chk this
    Re: Adding a new font for SAPscript/SMARTFORM output
    Regards
    Vasu

  • How to change the font size of text element in smartform

    Hi
    i want to know how to change the font size of text element in smartform
    regards
    Gincy

    Hi
    You can create Smartstyles, in which you can define paragraph formats for texts and character formats for character level changes.
    Paragraph format ---> alignment, font size etc
    character format for ---> superscript, subscript.
    After creating, in your smartform, there will be a option in the text element to enter a style.
    You give the created style and you can use the paragraph and character formats i that style.
    Hope this is clear..
    Regards
    Sekar

  • How to change the font size of the text that is revolving ?

    Hi there,
    I am using the Revolution theme.
    How to change the font size of the text that is revolving (on the first menu page) ?
    Thanks

    You can't.  That's hard coded into the theme.
    OT

  • How to change the font size of Text Box  Properties Appearance tab into 2 decimal digit.

    How to change the font size of Text Box  Properties Appearance tab into 2 decimal digit. I am uanble to modify it to 5.38 pt for example. Its only allowing to 1 decimal place.

    Click on each field and the choose Properties from either File menu (or if on Mac hold dow mouse button until context menu appears choose properties)
    go to Font
    choose desired size and type font,you can choose to make this the default.
    Do this with each field.
    Or if you have a lot of fields:
    while one is selected select all of them
    then go to fonts in properties
    change Font and size and make default.

  • How to change the font size of Text box tool ?

    How to change the font size of Text box tool ?
    I am using Acrobat PDF 6.0
    Tools > Advanced Commenting > Text Box Tool
    I need to know how to change the font size. The default font size is too big.
    let me know
    Thanks

    I do not have AA6 available right now (I can check at home this evening). I am also using AA Pro, not Std. In AA7, there is a text box tool that is a commenting tool. When I started typing, a properties toolbar came up that had the font size and such. I haven't figured out how to get the toolbar after the fact. In AA8, I selected the text box tool and then went to view and selected the properties bar (the font size and all showed then), or use Ctrl-E when editing the text. I have not been able to figure out how to edit the text in a text box after you have created it - think it is a mental block right now. Bill

  • How to change the font size in sap scripts?

    hi friends,
        i had a query regarding to SAPSCRIPT.
      how to change the font size of a text in sap script form in which it should change it  dynamically.
    is it possible to change the font size dynamically in scripts.
    one more query regarding to this only.
    i need to get the hard copy of a script .
    what is the transaction code to get the hard copy?

    Hi venkata,
    You can specify the font size either in the Character format or pharagraph format.
    You better decide it according to your requirement.  If you want to apply the same font size for the entire form create the Paragraph format and give the paragraph format in the default paragraph format.
    If you want to apply that to limited text, then create character format.
    The process of creating it is just after going inside paragraph format click EDIT-> Create Element and give the font size.
    This applies for character format also.
    Reward points if useful.
    Thanks,
    karthik

  • I like the mail feature with one exception; I cannot figure out how to change the font size of incoming mail permanently.  And, when answering an email I have to highlight the first few words and zoom it so I can see what I am writing.  what am I missing?

    I like the mail feature with one exception; I cannot figure out how to change the font size of incoming mail permanently.  And, when answering an email I have to highlight the first few words and zoom it so I can see what I am writing.  what am I missing?

    You can type the email using what you set in preferences and then highlight the text and use command - minus sign (or command - + for larger) to reduce the size of the text.
    You can also type command - T and a window will appear allowing you to select fonts/sizes/color/ background highlight.
    The above works in Notes also. I haven't tried to do this in any other Apple application.
    For incoming emails, you can use the above to reduce font size, but I don't know of a way to permanently set the incoming font size to a default.

  • How do I export video files from iPhoto to a backup external hard drive for safekeeping?

    How do I export video files from iPhoto to a backup external hard drive for safekeeping?  Each time I try, the video will not play from the external hard drive.

    Use the File ➙ Export ➙ File Export menu option with Kind = Original.  That should get the original video file exported.  Try to export one to the Desktop first and open it with Quicktime Player.  If all goes well export the rest to a folder on the EHD. How is the EHD formatted?  It should be OS X Extended (journaled).

Maybe you are looking for

  • Message zclass not found in Programs  (possibly dynamic calls!)

    Hi Experts, When we are running MIRO transaction, Zmessage error is triggering. when i double-click on error message it is showing "Message ZFI 002(Class) not found in Programs  (possibly dynamic calls!)" Please provide your solutions to resolve the

  • Protected Attachment problem

    I am having an issue with a content filter not firing. The content filter is configured with the condition "attachment-protected" and the action to "Change Recipient to" (a test email address). A similiar content filter successfully scans unprotected

  • Lenovo G550 Graphic Card

    Hello, I've bought a Lenovo G550 notebook, here's the specifications: Dual-Core CPU T4200 2GHz . Mobile Intel(R) Chipset Family 4 Series RAM: 4GB And my computer can't run the game Call of Duty: Black Ops with the graphics and resolution on minnimun,

  • Why won't my apps launch?

    why won't my apps launch?

  • HT1277 why dose my mail crash when opening?

    why when i open my mail it crashes?