Trying to send large video file...

I am trying to send a quicktime video file via my mac mail. When I try to send I get error that says my server only allows files 29.6mb and smaller. How do I send larger files (the one I want to send is 58.6mb)

I did some digging, and if you aren't scared of Terminal.app, and the recipient on the other end is a Mac guy (or gal) and is not afraid of Terminal.app, there is a built-in unix utility that will do what you want.
To learn all about it, type man split 
As an example of how to use it, suppose you have a big file called "Movie.mov" that is in your Movies folder. cd ~/Movies to change directories to your Movies folder. Then type split -b 4m Movie.mov movseg 
This will purportedly take the file "Movie.mov" that is in your home directory's Movies folder, and split it into multiple files movsegaa, movsegab, movsegac, ...., not one file segment exceeding 4 MB (the "-b" option is segment size in bytes and can be a plain number or append a k for kilobytes or m for megabytes, the latter as in this example).
Now you can email each segment as an attachment in its own unique email message.
The recipient should download all the attachments to the same place (to make it easy) and cd to that directory. Then type
cat movsegaa movsegab movsegac {list of remaining movseg-- filenames separated by spaces} > Movie.mov and it rebuilds the original "Movie.mov" file.
I didn't try this with a movie file, but I did try it with a 140MB ".tgz" file and with a small text file. The MD5 checksum of the original and the reconstructed files were identical and I was able to uncompress and unarchive the .tgz file with no problem, and could open and read the reconstructed text file with no problem. You'd probably want to "trial" the reassembly yourself before emailing all of the file segment attachments, though.
The only problem -- if your recipient isn't a Mac user, I don't think Windoze command line supports these two commands.
Also, if your file is really really big and the automatically generated file segment name suffixes aa-zz (26 x 26 possible files segments) isn't enough to handle the total number of file segments that you'll need to fit through the email servers, include a " -a 3 " option either just before or just after the "-b {segSize}" option to make filename suffixes aaa-zzz (26 x 26 x 26 possible file segments -- your recipient will love you!) One could put together a unix script pretty quickly to rebuild a gazillion file segments into a reconstructed copy of the original, though.
PS - your .mac account may allow you to send a file attachment as large as 29.6MB, but many email providers only allow their customers to receive files up to 10MB in size, and some are even more draconian than that, imposing a 5MB limit (two local universities immediately come to mind). They will reject the attempted inbound delivery and you, the sender, may or may not get notification of that event from the recipient's server. So be sure to follow up with another email asking if the recipient received the "N" email attachments and did (s)he get the file reassembled okay.

Similar Messages

  • Nokia N8 - Sending large video files via email pro...

    Hello, When I try to send a pretty large video file via email on my N8 I get the following error "Memory low. Delete or move some data from C: Phone memory." However my videos are stored on my memory card which has plenty of space so I am confused and not sure what to do
    I hope someone can help me on this, any help is greatly appreciated.
    Thank You.

     My best guess would be that the N8 temporarily caches the video to C: memory when sending via Email and therefore the file size exceeds the available free memory on C:.
     I'm not sure the email server will allow the sending of files larger than a certain limit anyway, so you may be out of luck if you want to send any videos via email.
    Ray

  • Sending large video files from a Mac to a PC

    I have a Mac computer. My son has a PC. I want to send him some video files - some individual files are 12GB in size. I understand that 16GB flash drives will not help me because they have a limit of 4GB per file.
    I thought I would put the video files on a hard drive with my Mac computer and send the hard drive to my son so that the video can be seen or downloaded on his PC computer. The video files are in HD high definition. But I'm sure there are compatibility problems I can't begin to conceive.
    I know I could use TOAST to make a dvd-r of the video files that can be played on a dvd player- but they would no longer be HD. I have Toast 9.
    Also - about these media drives - could I just put my HD video files on these new 'media' drives which can be connected to a TV ( that's the only other option I can think of ).
    I've also heard of software called MacDrive8 which supposedly makes a hard drive accessible to both PC and Mac computers. Has anyone used MacDrive8?
    How do Mac PC people share mega HD files these days?
    More info - This video file of the recent Little League Championships is in mpeg-4 format. Would Real Player or QuickTime on a PC play them ?
    As a last resort I could break up the video file into segments of 4GB or less and put them on a Flash drive - I think Mac/PC compatible Flash drives exist right ?
    thank you
    Pete

    Hi Pete,
    blurij wrote:
    I have a Mac computer. My son has a PC. I want to send him some video files - some individual files are 12GB in size. I understand that 16GB flash drives will not help me because they have a limit of 4GB per file.
    The 4GB single-file size limitation is because of the FAT32 file system usually used on these flash drives.
    An alternative would be to use the NTFS file system on these flash drives since it does not have the file size limitation and is also native for Windows PCs.
    But, while MAc OSX can read and write from/to the FAT32 file system, it can only read from NTFS file system.
    To enable write access to NTFS drives, you have to install a third-party file system driver like the free NTFS-3G http://macntfs-3g.blogspot.com/ or the commercial Paragon NTFS for Mac or Tuxera NTFS for Mac.
    I thought I would put the video files on a hard drive with my Mac computer and send the hard drive to my son so that the video can be seen or downloaded on his PC computer. The video files are in HD high definition. But I'm sure there are compatibility problems I can't begin to conceive.
    See my answer above. You run into the same compatibility issues as with a flash drive.
    I know I could use TOAST to make a dvd-r of the video files that can be played on a dvd player- but they would no longer be HD. I have Toast 9.
    Personally I wouldn't do this: too pricey (the discs) and not very praticable.
    Also - about these media drives - could I just put my HD video files on these new 'media' drives which can be connected to a TV ( that's the only other option I can think of ).
    Sorry, I don't know. Haven't looked into these devices that much.
    I've also heard of software called MacDrive8 which supposedly makes a hard drive accessible to both PC and Mac computers. Has anyone used MacDrive8?
    MacDrive is the "counterpart" so to speak to the above mentioned NTFS file system drivers for Mac OSX.
    It enables Windows to read and write from/to drives (harddisk, flash drives, etc.) that use the Mac OSX file system (MacOS Extended).
    How do Mac PC people share mega HD files these days?
    Either NTFS drivers for Mac OSX or MacDrive for Windows.
    More info - This video file of the recent Little League Championships is in mpeg-4 format. Would Real Player or QuickTime on a PC play them ?
    Don't know. Don't use video files that much. Sorry
    As a last resort I could break up the video file into segments of 4GB or less and put them on a Flash drive - I think Mac/PC compatible Flash drives exist right ?
    When using FAt32 file system every disk is compatible to Macs and Windows PCs.
    thank you
    Pete
    Hope it helps
    Stefan

  • Playing large video files in the flash player

    Hi,
    At the moment I'm trying to play large video files (1GB+) in the JW Player, but after a certain amount of time, around 67 to 70 minutes, the video just stops playing. Does the Flash Player have a limit on the size of video files?

    I'd need to debug it to figure out what's going on.
    The best way to get traction on this is to file a bug.  If you can provide a link that demonstrates the problem, that would be ideal.
    http://bugbase.adobe.com/
    Post the bug number here, and I'll forward it over to the video team.
    Thanks!

  • Copying large video files

    I am trying to copy large video files <150gig from one external 8TB G-raid to another 4TB external drive.  Some files have no problems whereas others stop copying halfway through and provide an error message that says it can't continue because the file is in use.  I've rebooted several times with no success.  File size isn't the issue.  A 150Gb file copied with no problem but a 60TB file keeps stopping mid stream.  I can copy to our server with no problem but I have to put them on this drive because of lack of room on the server. Please help.  Frustrated.
    I'm using a MacPro, 64G ram, Lion, 2TB boot drive, 6TG internal raid.

    Your G-RAID is using what interface?
    And your 4TB drive is on what interface / controller? What type 4TB drive? 2 x 2TB with built in RAID function?
    (60TB???)
    What model? I assume it would have to be 4,1 or 5,1.
    An SAS/SATA controller with mini-SAS could handle large volume array and copy operations.
    Sounds like USB or Firewire and choking.

  • My ipad locked up when trying to send a large video file. I tried to turn it off and it's stuck. What so I do?, My ipad locked up when trying to send a large video file. I tried to turn it off and it's stuck. What so I do?

    My ipad 2 has locked up when trying to send a large video file. What do I do? Is there a reset button.
    Thank you

    Assuming that it's not still trying to send the video, then you could do a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • E-mail locked-up after trying to send a large video file.

    I've restarted several times and e-mail is still locked. It still wants to send the file. There are three e-mail addresses aol, gmail and me.  I sent from aol first and got a message to try another due to file size.  I thought it would let me know if the file was too big tp send but it locked up and wouldn't let me do anything even after a forced quit.

    Assuming that it's not still trying to send the video, then you could do a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • How can I send a large video file from my iPhone 4?

    How can I send (by text) a (fairly) large video file from my iPhone 4 without it getting compressed first?
    If that's not possible is there a way to uncompress the video file one it is received onto the receiving iPhone?
    Or is there a way to sync or transfer a video file from iPhone to iPhone?

    ExFAT would be the best file system format, as it will handle files greater than 4GB.
    If exFAT is not available, go for FAT32.
    Just FAT is too limiting, so avoid that

  • TS4002 I tried to send a video / obviously too large) as an email, now mail is stuck, not receiving or sending any mails & I am unable to delete the draft!!!

    I tried to send a video  (obviously too large) as an email, now mail is stuck, not receiving or sending any mails & I am unable to delete the draft!!!

  • Is there a way to send a large video file through email, not using websites?

    Hey guys,
    Just wondering if there is an easy way to send a large video file through email, not using websites such as yousendit.com.
    If anyone knows please respond, would be greatly appreciated! Thank you

    No there isn't. Most all Email providers, whether your ISP or some other provider like Google, Yahoo, Microsoft with their Outlook.com or Office365 and Apple's own iCloud system, have a linit on the max size a email can be. Most are around 10MBs some slightly larger but if the vieo you want to send to someone it larger than that you will have to upload it to a website and then have the people you want to view it download it from that website.

  • I have a big mail problem. I foolishly tried to send a video photo by email.  Not surprisingly, it was taking a very great deal of time so I eventually deleted the 'send'. But, now the system keeps copying the deleted email and attachment

    My email program has got itself gummed up due t my foolishly trying to send a video attachment. I eventually 'stopped' the 'send' but the system has brought in a 'Recovered files' heading and has retained the email complete with video attachment and keeps copying the darned thing. I keep deleting but it still comtinues copying. Once there were 45 copies. Please can someone tell me how to get rid of the files.

    The idea to jumpstart by change was not the smartest one, but gives you an opportunity to use that "temporary" account as permanent. You do not have a choice cause obviously despite you thinking that old account is no more -it does exist on Apple servers. And if you are unwilling to share your [email protected] with friend, just create one extra [email protected] for your friend. One suggestion - do not use gmail.

  • Hey All, what is the best file compression app to compress large video file on my Mac Book Pro?

    Hey All, do you recommend compressor 4 or what is the best file compression app to compress large video file on my Mac Book Pro?

    X,
    Thanks for checking in.  The anwser to your questions are below.
    Where is the material coming from?
    These are MP4 files from my Canon vixia HFR40
    What software are you using to edit the material?
    I am using iMOVIE 9.0.9
    What do you want to do with the files after compression? I want to email I need to have the file be smaller than 100MB to send.
    I am an actor and I video tape my auditions and send them to my agent so I need Highest Quality HD files that have small file sizes, no more than 100MB.  The scenes are like 1-5 Mins long in most cases. Thanks for your help.

  • Problem adding large video files to library

    When I try to add large video files to my library. It doesn't work. No error message or anything. It just doesn't happen. The file I'm trying right now is 2.65 GB. I've had no problem with video files around 400 MB.

    What format is the video in? iTunes is unfortunately silent when you try to add a video or song that Quicktime can't decode.

  • I just recently upgraded my itouch from 4.1 to ios5, and updated to itunes 10.5. when isynced my music files,ebooks and other apps, all is working except when im trying to sync my video files. it says, canot be synced as cannot be played on this ipod.help

    i just recently upgraded my itouch from 4.1 to ios 5, and updated to itunes 10.5. but when i synced my music files,ebooks and other apps, all is working except when im trying to sync my video files. it says, canot be synced as cannot be played on this ipod. but those are the same files that i have when i was using the old 4.1 version and its syncing just fine.. the itunes advanced tab "create iphone or ipod version" is not working either so i cant convert it to be xferred and synced. what can i do to have my video files synced?

    i had the same problem but i just got a new video converter and made it convert videos to ipod/iphone format and then put them into itunes. i would suggest GOM encoder as the encoder can convert them and then once they're finished converting, put them automatically into your itunes for you. from there you can just sync them to your ipod.

  • I tried to download picture/video files from iPhone 5S to MacBook Pro but it won't stop importing and I don't have phone connected.  I need to shut down the computer and I can't stop the import from spinning

    I tried to import picture/video files from iPhone 5S to MacBook Pro Aperature.  It appeared to be trying to download every picture I have ever taken even tho I checked do not import duplicates.  The phone is not connected to lap top.  It has been spinning for 1/2 day.  I can't stop it. I can't shut down the computer. How do I stop the import and shut computer down.

    Hey L. DENISE,
    I recommend that you use the following article to help you address this issue:
    OS X: How to quit an unresponsive application using Force Quit
    http://support.apple.com/kb/ht3411
    Thanks for being a part of the Apple Support Communities!
    Regards,
    Braden

Maybe you are looking for

  • MSI Ti 4200 random lockups

    Ive been trying to get a GeForce 4 to work in my computer for over 3 months now and I am getting very frustrated.  First I had a Visiontek Ti 4200 64Mb with a Soyo Dragon+ mobo and that would lockup any time I tried to play a video game.  The screen

  • Compact Flash Cards Won't Eject

    I'm using Lexar UDMA and non-UDMA compact flash cards. I have the combination Lexar CF/SD pop-up USB card reader. It works on my MacPro. On the new unibody Macbook I bought last fall, there is a consistent problem mounting and ejecting cards of eithe

  • Movie purchase isn't on iCloud

    Hi, I bought a movie and got a purchase confirmation and I go into purchased items in iTunes and can see the movie with the iCloud icon next to it. I clicked on this to start downloading and when it finished I went to videos but no movie? I tried thi

  • Validation for Cost center for Goods issue against the cost centers

    Dear Friends In my client place we have 6 plants are defined and profit centers are defined for each plant. Hence here each plant is one profit center. Cost centers are defined plant wise. The requirement is when the goods issued to cost center syste

  • Is there a way to move Bridge ratings to a different machine?

    I'm working from home next week and I need to sort through hundreds of photos for a project. I wanted to use Bridge's ratings system. But then I need to move all of this back to work the following week. Is there some kind of Bridge file I can copy an