How do I see the size (MB / kB) of a video?

Is there a way to see the video size (MB / kB)? (not all videos, just one specific)
Using just the iOS or some app (inside Whatsapp maybe).
Thanks in Advance.

Open the file using QuickTime Player and then open the Movie Inspector window.

Similar Messages

  • How do you see the size of your hard drive

    I am new the the MAC world and I am trying to figure out some things.  How do you see the size remaining on your hardrive?

    If you have a folder open or dubble click on your hard drive you, can turn on the status bar which will show you available disc space:

  • How do you see the size of your library now in iTunes 11?

    On iTunes 10 when you were looking at your song list, at the bottom everyone has seen the small informative text that tells you how many days it would take to listen to the songs that you currently have on the screen. Where is that information now??
    How do you see the size of your library, or is there an option in iTunes 11 that will allow you to enable a way to see that text again at the bottom of your screen?

    In the menu bar, open "view", and click "show status bar"
    (Or the shortcut to toggle it is CTRL + / )

  • How can I see the size and colour of text in DW Cs5?

    Hi forum, how do you see the size and colour of a piece of text in Dreamweaver Cs5, I have some text in a dreamweaver file which is a size I like and a colour I like and I want to make a CSS rule with these characteristics. How can you see what size and colour a piece of text is?
    Many thanks for any help
    Gareth

    <td height="89" colspan="5" valign="top"><p><font color="#FF0066" size="-1" face="Arial, Helvetica, sans-serif">what is the text size, colour and boldness of this piece of text.</font></p></td>
    Above code is deprecated.  CS5 will not pick up these styles in the CSS styles panel.  Legacy sites are not simple to work with.  They need to be converted to  modern standards.  You do this by stripping the HTML styles from markup  and re-writing styles to CSS.
    <p>This is a normal paragraph</p>
    Put your CSS styles between your document's <head> and </head> tags:
    <style type="text/css">
    p {
    color: #FF0066;
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    </style>
    Or, create an external stylesheet to which your HTML documents are linked like this:
    http://alt-web.com/DEMOS/DW-Link-Stylesheet.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • How can I see the size of my music library in iTunes?

    How can I tell the size of my music library in iTunes?

    Select Music in iTunes (top left), select Songs (top right)
    then at the bottom status bar will show how many you songs you have and how long it will play (in days if it a big collections) and the size (in GB) taken.

  • How can i see the size of the songs listed in iTunes?

    Is there any option to see the size of the songs and albums I have imported to iTunes? I think thats really basic information, but I'm not able to find it...

    Great, thanks a lot, Klaus. That's exactly what I was looking for.
    Not easy to find though (as usual...). I had spent half an hour looking for that before posting.

  • With iTunes 11 how do you see the size of music or other albums? ie number of tracks and disc space

    When attempting to sync my iPhone 4s with the new iTunes 11 i get an error message " cannot sync as need more disc space" however the usage bar on the iphone shows space enough; how can you see the total volume of libraries such as music and films in the new iTunes?

    It may be the disc space on your computer, not the phone.  In itunes if you click on music, movies, apps, etc it shows the total usage at the bottom of the screen. Good luck.

  • IOS6... How do I see the full screen when watching youtube videos and second the map quality is very poor, foggy most of the time and images overlap to each other... Can I restore to IOS6 if these problems can not be solved?

    I just upgraded to IOS6 and I have some difficulties that I never had on IOS5:
    How can a see the full screen when watching youtube. Address bar is always in view.
    Maps are foggy and some images overlap to eachother.
    If these problems can not be solved, how do I downgrade back to IOS5?
    Regards,
    Luis

    Luis757 wrote:
    If these problems can not be solved, how do I downgrade back to IOS5?
    Regards,
    Luis
    No, there is no legitimate way to downgrade iOS to an earlier version.
    Be patient, Apple will eventually get around to fixing the "bugs" in iOS 6.
    You can leave feedback here: Apple Feedback.

  • How can i see the *size* of an article in the folio?

    Hi;
    i have a problem where my folio, due to go live in a few days is massive. Over 700mb, which is unacceptable.
    its a v20 folio. automatic , jpeg max quality images.
    i'm being good with sizing images down, especially on image sequences etc.
    it appears that the mb size of an Indesign file bears no relation to the size of a folio.....for example i've done a test where a 45mb InD file is only 5mb to download.
    can anyone advise?
    thanks

    Hey Bob
    funnily enough i read about this on Colin Flemings article about multi rendition articles at the weekend, and that was one of the first things i tried on one particular article this morning.
    However i found the "feel" in scrolling up and down pages in the article was ruined. they just didnt 'snap' and swipe as well as they had, and the page seemed to 'judder' in the viewer.
    so i reverted back. was i doing something wrong?
    a shame as that was my great white hope this morning, and i'd contemplated rebuilding the whole folio as PDF yes.
    Scott

  • How do i see the time code on my imported video

    I am trying to see the time code on the video i imported as i do editing

    You can see date and time the frame was shot by clicking VIEW/PLAYHEAD INFO and skimming over the clip.
    If your camcorder shoots professional timecode, you would need Final Cut Pro to see that.

  • How can I see the size of my emails?

    I am accustomed to see my email size as a column within mail applications on the desktop. Is there a way to expose that column in the iphone mail app?

    Nope. You can send feedback to Apple and request the feature.
    [Apple Feedback Link|http://www.apple.com/feedback/iphone.html]

  • ITunes 12.0.1.26 - How can I see the size of my library?

    Previous versions would display the number of songs and the amount of space used at the bottom of iTunes. I cant seem to find this in the new version,

    You're welcome.
    tt2

  • How do I reduce the size of a you tube video for a cell phone?

    I have a 640X360 youtube video on my site, https://www.oldeworldelace.com/Custmers-lace-panels.html, which works just fine on a PC and Tablet but does not reduce in size for use on a cell phone like jpgs and fonts do.  Is there any way to work this out so that the video fits the cell phone screen?  Thanks in advance

    CSS
    .video-container {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px; height: 0; overflow: hidden;
    .video-container iframe,
    .video-container object,
    .video-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    HTML:
    <div class="video-container">
         INSERT YOUR YOUTUBE IFRAME HERE
    </div>
    Nancy O.

  • How do I reduce the size of photos to use on website?

    Thanks to the helpful person who recommended I use Rapidweaver to build a website, I am slowly getting somewhere. It is so simple and just like Apple applications that I think I can do this.
    My problem now is that when I tried to transfer a photo from iPhoto to the draft website page it comes across so large it fills the page.
    How do I reduce the size of photos so that I can bring them across? I need to show about 20 photos on the web pages. Do they need to be in a different format and if so how do I change it to the appropriate one?
    Many thanks.
    ibook   Mac OS X (10.3.9)  

    Hi Casuarina,
    Go to this site and click on the Desktop Version Quicktime movie for a small tutorial. It will explain everything to you and you can see how you resize right within Rapid Weaver. It's really quite nifty.
    http://donmc.libsyn.com/index.php?post_id=37133
    Lori

  • How can i see the "manage devices" in my itunes account? because i want to remove a device from using my apple id. tnx so much

    how can i see the "manage devices" in my itunes account? because i want to remove a device from using my apple id. tnx so much

    Thanks pvonk, I will try downloanding the book from the Iphone right now.......
    Just tried to download and it wants me to buy it again?  Is there some way around this?  I guess I thought that was the whole point of the cloud, buy it once and access from any of your devices right?
    Also, I have logged into the icloud.com as suggested and will plink around there for a bit and try to understand.  It is just all so dang different that what I am used to; Apple's way, that is.
    Thanks again for the Icloud tip and if you know of a way to download without making a 2nd purchase I would sure love to hear it!
    Geez. one other thing (I guess I am complaining) but I bought more space in the cloud, they took my cash fast enough but have not yet increase the size of my storage space yet?  Is Apple sometimes slow to get internal stuff done?

Maybe you are looking for