How do you know what frame size to make your movie?

Hello everyone,
I know this is probably an easy question, but I just need someone to sum it up for me
If I'm going to compress my movie (Shot in 4:3, 720x480) and I want to put it on someone else website... which I don't know there frame size... like youtube, can I just submit any size and their website will fit it for me?
Does that make sense?
Like I know youtube says you can submit a file size of up to 1 gb, but what frame size should it be? Or do I just make the best looking movie I can from compressor and then just submit?
Thanks...

Most sites such as YouTube will resize it for you, yes. For specific YouTube encoding, this may be of assistance:
http://www.kenstone.net/fcphomepage/you_tube_reduxgary.html

Similar Messages

  • How do you know what view is available to a form?

    A customer requirement that we set the a firstlogin attribute on the on one of the resources the first time a user logs into the IDM end user interface, changes their password, and provides answers for their authentication questions. The way I know that a person has done this, it that they are displayed the "End User Menu"
    The problem is the accounts portion of the User view is not accessible from the End User Menu. I put the same code in the End User Form and it works.
    Is there a way for me to access resource attributes from this form?
    Is this the incorrect approach to solving this problem?
    How do you know what view is available to a form?

    Thanks, that was my problem originally. When using a fieldref I had to set the base context to variables.user i.e.
    baseContext=':variables.user'
    And in workflow I had to preface variable names with the name of the object I checked the view out into.
    What I really wanted to know how to have multiple views open in a form if possible. I'd like to be able to manipulate user and role objects in the same form when editing users in a specific org.

  • How do you know what version Mac OSX is on ANOTHER drive?

    How do you know what version Mac OSX is on ANOTHER drive without starting that drive
    and seeing the system profiler? In fact, because the drive wont start up, Now I am wondering if it is pre-intel. ? CMD-I doesn't do it. Thanks

    Why mess with this? Well, I got the HDDs and the enclosure from my previous PPC, so I'd like to make use of it all without $pending again.
    I don't see any problems with using the card and drives on your new Mac. Hardware is too pricey to just leave behind if you can't help it. With the new drivers I suspect you'll be able to use your drives, I just don't think you'll be able to boot from them if the interface card requires drivers. They should still be very fast storage devices, and probably reliable due to the ongoing support the vendor has provided.
    I went through the same type of issue when I bought my Dual G4 1.42 Tower (upgraded from a Quadra 840AV ). Several of my devices were SCSI (I was into SCSI Wide/Fast drive arrays at the time for video capture), and I was able to use an Adaptec card for scanning for several years with Jaguar and Panther. I'd spent quite a bit of cash to ensure high quality and performance and didn't want to loose all of the investment. Eventually the SATA hard drives and other USB and Firewire replacements became so cheap and performance improved enough that loosing SCSI with Tiger was not a big deal. I do think I should get about 5 years of hardware compatibility with most products and I keep older Mac's around for dedicated services as long as they aren't a costly maintenance issue.

  • When setting up a new ipad how do you know what your user name is?

    When setting up a new ipad how do you know what your user name is?

    How to set up Apple ID
    http://support.apple.com/kb/ht2731

  • How do you know what generation your iPod touch is?

    I have just bought an iPod Touch - my first iPod of any type.  How do you know what generation it is? There is nothing on the packaging and the only clue in the 'About' screen appeared to be the version 4.3.3.  I am trying to purchase a universal dock adapter and need to know the generation in order to get the right one.

    meredithlr wrote:
    Why do apple refer to the products by generation and then not actually include that information on the product?
    beats me.
    you can inform Apple of your displeasure by leaving a comment via iPod Touch Feedback.

  • Dumb question but How do you know what generation iPad you have?

    Dumb question but how do you know what generation iPad you have?  I got mine as a gift on Xmas day 2012 but don't know how to find out what version/generation it is.  Can someone help me find that info?  I have looked within settings & elsewhere and I cannot find it.  Thanks in advance!

    Append the last three characters of its serial number to http://www.everymac.com/ultimate-mac-lookup/?search_keywords= and load the page.
    (83797)

  • HT1338 How do you know what is installed on your MacBook Air?  Which system?

    How do you know what operating system you have?

    Go to System Profiler > SERIAL-ATA > Then you will have the Model numbers - Just google them & you should get your drive!

  • How do you know what version of OS X you have on your Mac Mini?

    How do you know what version of OS X you have on your Mac Mini?

    Apple Menu (upper left on meu bar) > About This Mac
    "Verion: " 10.8.x is Mountain Lion, 10.7.x is Lion, 10.9.x is Mavericks, 10.6 x is Snow Leopard.

  • HT4859 how do you know what is backed up/restored from iCloud

    How do you know what items are backed up to iCloud and also if the restore is correctly restored from iCloud.Are applications also backed up to iCloud

    What is backed up
    You get unlimited free storage for:
    Purchased music, movies, TV shows, apps, and books
    Notes: Backup of purchased music is not available in all countries. Backups of purchased movies and TV shows are U.S. only. Previous purchases may not be restored if they are no longer in the iTunes Store, App Store, or iBookstore.Some previously purchased movies may not be available in iTunes in the Cloud. These movies will indicate that they are not available in iTunes in the Cloud on their product details page in the iTunes Store. Previous purchases may be unavailable if they have been refunded or are no longer available in the iTunes Store, App Store, or iBookstore.
    You get 5GB of free iCloud storage for:
    Photos and videos in the Camera Roll
    Device settings (for example: Phone Favorites, Wallpaper, and Mail, Contacts, Calendar accounts)
    App data
    Home screen and app organization
    Messages (iMessage, SMS, and MMS)
    Ringtones
    The following items are not backed up to iCloud. You can sync these items with a computer using iTunes:
    Music, movies and TV shows not purchased from the iTunes Store
    Podcasts and audio books
    Photos that were originally synced from your computer

  • How do you know what classes to use ?

    Hello,
    This may sound daft - but how do you know what classes to use to do a particular task ? For example to do password-related stuff - how would I know which classes are all relevant to that ? Am I supposed to buy a book on the classes as the API documentation doesn't really tell you WHEN to use which classes.

    If you're using JSP, then your password field is likely going to be implemented in HTML. So that's nothing to do with Java. (And you can't use a JPassword field in a JSP page.) But when that field comes back to your server, you may be using Java to authenticate it. Even there, the question is not yet what Java method you are going to use, but what methodology. You could have a database to authenticate against, or an LDAP directory. Or you could have the web server use its built-in authentication, which means you don't have to do any Java coding at all. And there are other ways.
    So the question before yours is, how do you know what methodology to use? Again, that comes down to experience.

  • How do you know what exception to throw?

    I want to make sure that I'm using exceptions properly, and I understand the whole try/catch block, but how do you know what type of exception to throw? Is there a list somewhere of all the different types of exceptions?

    I want to make sure that I'm using exceptions
    properly, and I understand the whole try/catch block,
    but how do you know what type of exception to throw?
    Is there a list somewhere of all the different types
    s of exceptions?Kind of. There is a list called "Java API". You can search that for "Exception". But apart from that you can alwas create your own exception.

  • HT1918 how do you know what computers are authorized to use home share before i delete a computer

    how do you know what computers are authorzed to use an I tune account?

    Welcome to the Apple Community.
    There is no way to view a list of authorised computers. You can only tell a computer is authorised from that computer itself, from the store menu in iTunes.

  • How do you know what programs to uninstall?

    Cannot get rid of GeekBuddy pop up. Tried several times to uninstall and then restart computer.I need to free up space on HP Tools (E)How do you know what programs to uninstall?I have no idea what board to choose.

     Hi  ,
    I would be happy to assist if needed as there are many models of HP Notebooks, I would need the model number.
    How Do I Find My Model Number or Product Number?
    Please respond with which Operating System you are running:
    Which Windows Operating System am I running?
    Please let me know.
    Thanks.

  • Can you have multiple Apple TV's in the same house and network? If so how do you know which one to pick from your Idevice?

    can you have multiple Apple TV's in the same house and network? If so how do you know which one to pick from your Idevice?

    Yes, there are even defaults for naming them, such as LivingRoom, Bedroom, etc, or you can even enter your own name with the remote for each AppleTV.

  • HT1420 How do you see what computers are authorized for your account?

    How do you see what computers are authorized for your itunes account?

    There's no list available from your end; you need to go to each you think might be and check.
    (74236)

Maybe you are looking for

  • DVI to VGA or DVI to Component?

    I just purchased a new 26" LCD tv. I've notice whenever I connect anything to it via VGA (e.g: Macbook Pro, iMac, or my Xbox360) the colors are somewhat washed out, there's a great deal of pixilation, as well as poor black levels. Yet when I watch th

  • Tsv_tnew_blocks_no_roll_memory error while running a program in background

    Hi All,             I have a report which if i run in background is giving me dump.I am getting  tsv_tnew_blocks_no_roll_memory error.I checked in debugging and am pasting the code where it is failing     Fetching delivery history         SELECT ebel

  • Resolution change when waking from Sleep

    I will at times hook up my MBP to a plasma display to show photos. Now-sometimes when waking from sleep (and not attached to an external monitor), it reverts back to 800x600. I have to go to SP to displays and re-detect the MacBook display. Unpredict

  • Sending error msgs through email and sms

    Hi, does anyone done on sending error msg file through email and sms. if so share some knowledge with me. thanks in advance

  • Printing A9 envelope (5 3/4" X 8 3/4") with Photosmart C6380

    Unable to print subject envelope without downloading 990C driver.  Is there an easier way or does anyone know of a printer that will support this size envelope.  Use with Hallmark and Greeting Card Factory Deluxe software