ISight and iMovies Editing Problems (File Size)

I recently used my MacBook Pro to record a live business related training. The trainer was using PowerPoint. After recording, I began to edit by separating some of the audio from the video (which I've done numerous times after recording with DV camera), then deleting some video and inserting some .jpg files of the PowerPoint slides to sync with the audio. But everytime I separated a piece of video from the audio, the file size grew tremendously even after I trashed the unwanted video. Note: my .jpgs were extremely small files. After a while, my file was more that 100 gigs. although it began at about 4 gigs. It got to the point where I couldn't even open the file. Does anyone know why this happens when recording with iSight? Also, I couldn't import even the original file into Final Cut Pro for editing. How do you get the file from iMovies to Final Cut?
MacBook Pro   Mac OS X (10.4.9)  

Hi Bill
You might be better off posting in the iMovie forum http://discussions.apple.com/category.jspa?categoryID=141
Tony

Similar Messages

  • Why the files my program create are created twice each file double ? And why sometimes the files size are too small ?

    My program is using Queue of type Uri to create Queue of urls and then i'm using webbrowser to navigate each Uri from the Queue in it's turn and get the url(html) source content and save it to the hard disk.
    The problem is sometimes the text files on the hard disk are small like 90KB or 60KB and sometimes they are as they are suppose to be 300KB or 200KB.
    This is a button click event where i'm calling two methods:
    private void toolStripButton3_Click(object sender, EventArgs e)
    GetHtmls();
    CheckQueue();
    This is the GetHtmls method code:
    private Queue<Uri> myUrls = new Queue<Uri>();
    private bool isBusy = false;
    private void GetHtmls()
    for (int i = 1; i < 49; i++)
    adrBarTextBox.Text = sourceUrl + i;
    targetHtmls = (combinedHtmlsDir + "\\Html" + i + ".txt");
    Uri targetUri = new Uri(sourceUrl + i);
    myUrls.Enqueue(targetUri);
    sourceUrl contain website address: http://www.tapuz.co.il/forums2008/forumpage.aspx?forumid=393&pagenumber=
    And i'm adding to it the numbers and create the pages.
    And add them to the Queue.
    THen the CheckQueue method:
    Uri uri;
    private void CheckQueue()
    if (isBusy)
    return; // We're downloading some page right now, don't disturb
    isBusy = true; // OK, let's get started
    if (myUrls.Count == 0) // No more pages to download, we're done
    isBusy = false;
    return;
    uri = myUrls.Dequeue(); // Get one URL from queue
    getCurrentBrowser().Navigate(uri);
    It suppose to Navigate to each Uri(html address) in the Queue.
    And the browser document completed event:
    private void Form1_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e)
    // If page loaded completly then do something
    int urlnumber = uri.ToString().IndexOf("pagenumber=");
    string number = uri.ToString().Substring(urlnumber + 11);
    int num = Int32.Parse(number);
    targetHtmls = (combinedHtmlsDir + "\\Html" + num + ".txt");
    StreamWriter writer = File.CreateText(targetHtmls);
    writer.Write(getCurrentBrowser().DocumentText);
    writer.Close();
    isBusy = false; // We're done
    CheckQueue(); // Check next page in queue
    In the completed event i'm getting the page number and build the string for the text file then write the html source content to the text file.
    In the end i have on my hard disk 48 text files.
    The problems are:
    1. Sometimes it seems like it's not finishing navigating to the current uri or maybe some other reason maybe server side problem and creating small size files with source content inside but not all the source content. Sometimes the text files size are each
    file 99KB or 70KB and sometimes the size of them are about 300KB and 200KB and this is the right sizes 300KB 200KB.
    2. The text files on my hard disk suppose to be 48 different files each file should contain the source if the html page of the 48 pages. But on my hard disk the 48 text files are duplicated for some reason.
    This is the file on my hard disk:
    Some of the files are 205KB 350KB 175KB and some of the files sizes are 85KB 94KB 35KB 
    Why some of the files it didn't navigated to the end or maybe didn't got all the source ?
    And why it's making each second file the same like the one before ? It suppose to create 48 different files but i'm getting two identical files each navigation.

    I solved it now.
    This is what i did:
    It's a bit slow process since i'm waiting for each page to be loaded into the webbrowser but it does the work.
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using System.Windows.Forms;
    using System.Collections;
    using System.IO;
    using System.Net;
    namespace WindowsFormsApplication1
    public partial class Form1 : Form
    private string sourceUrl = "http://test.test";
    private string htmlsTargetDirectory = "Test Htmls";
    private string appDir = Path.GetDirectoryName(@"C:\Users\chocolade1972\AppData\Local\Test_Images\Test Images\Test Htmls");
    private string combinedHtmlsDir;
    private String targetHtmls;
    private int counter = 1;
    private StreamWriter w;
    private string uri;
    private bool htmlloaded = false;
    public Form1()
    InitializeComponent();
    webBrowser1.ScriptErrorsSuppressed = true;
    combinedHtmlsDir = Path.Combine(appDir, htmlsTargetDirectory);
    if (!Directory.Exists(combinedHtmlsDir))
    Directory.CreateDirectory(combinedHtmlsDir);
    private void Form1_Load(object sender, EventArgs e)
    GetHtmls();
    timer1.Enabled = true;
    private void GetHtmls()
    uri = sourceUrl + counter;
    targetHtmls = (combinedHtmlsDir + "\\Html" + counter + ".txt");
    webBrowser1.Navigate(uri);
    private void webBrowser1_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e)
    if (e.Url.ToString() == uri)
    targetHtmls = (combinedHtmlsDir + "\\Html" + counter + ".txt");
    htmlloaded = true;
    StreamWriter writer = File.CreateText(targetHtmls);
    writer.Write(webBrowser1.DocumentText);
    writer.Close();
    FileInfo fi = new FileInfo(targetHtmls);
    var size = fi.Length;
    w = new StreamWriter(combinedHtmlsDir + "\\test.txt", true);
    w.WriteLine("File Size " + size);
    w.Close();
    private void timer1_Tick(object sender, EventArgs e)
    if (htmlloaded == true)
    uri = sourceUrl + counter;
    myurls.Add(uri);
    webBrowser1.Navigate(uri);
    htmlloaded = false;
    counter += 1;

  • What is the cisco ironport C680 and M680 configuration backup file size?

    what is the cisco ironport C680 and M680 configuration backup file size?

    Size of the XML itself?  That is going to vary based on what you have configured, total lines of code, and # of appliances you may/may not have in cluster.
    M680, based on SMA as stand-alone, should be similar --- you are probably looking @ < 1 MB... 
    Looking @ my test environment, in which I have a nightly cron job set to grab a backup of...
    -rw-rw----  1 robert robert 161115 Sep 26 02:00 C000V-564D1A718795ACFEXXXX-YYYYBAD60A5A-20140926T020002.xml
    So, 161115 bytes = .15 MB
    -Robert

  • Exporting video and keeping a reasonable file size

    Hi there,
    I think I am posting in the correct section (Leopard Upgrade from Dec 07 - not upgraded iLife since so does that make it iMovie HD 6? (am away from the Mac right now)).
    I enjoy using iMovie but one thing that bugs me is the Expert settings when exporting to a file.
    For example I have a 30 minute video which I downloaded from a Mini DV camcorder. Now I have done the editing etc but when I go to export it I find that the defaults settings do not give me what I want (640x480 resolution and basic sound quality). So I use the expert settings and play around with them. So far I have placed the settings I want and exported as an .avi and a .mov, I forget which way around it was but one was about 4.5GB! and the other was 700Mb - it is a very simple video - not a lot of movement, its a video of an interview.
    Now on a Windows machine I expect I could export to a .wmv and it would be great quality at under 100MB.
    So, I ask the experts, where am I going wrong in not achieving a good video quality at a manageable file size? I know I could pay up and install the Flip4Mac Studio software but I am sure Apple have provided an equivalent solution that I have not found.
    Thanks in advance for any help.
    Jack

    640x480 is a bit 'exotic' if your source is PAL ...
    the smaller the res, the dramatic smaller is file size ..
    try in the expert dialog h264 as codec, if you have low action, try 15 or 12fps, make audio mono..
    you can downsize resulting file by playing around with the quality settings of h264 ..

  • Making a 60 min vid for a 60" HDTV and want to keep file size 8 gig

    hello!  i'm so new at PP, so please bear with me.  i'm using an assortment of swf's, mp4's and youtube vid's to make a 60 minute promotional show that will play on a 60" HDTV.  my problem is, when i export it, it will be way too large to efficiently move around (thumb drives, etc.).  what are the best export settings to make it still look good on this monitor, yet keep the size smaller without losing quality...thanks for this help!!

    Resolution is irrelevant for filesize and the screen size on which it is displayed is equally irrelevant. However, having said that, the minimum resolution for a 60" screen is at least 1920 x 1080.
    The only thing that matters for file size is number of frames in the time line and bitrate per frame.
    ffff x bbbb = filesize. (number of frames x bitrate) determines filesize.

  • Exporting an flv that doesn't stutter and is a small file size

    i know you can make an h264 and change the extension to flv but that doesn't help me with this particular issue: I am working in fcp 5.0.4. I have a two minute sequence. When I use the On2 plug-in and export an flv out of fcp I get a 30 MB file and I need to get it down to more like 2 MB! Plus, it stutters. I've tried 15fps and 30 fps. 15 looked better. How shall i get this file to 1. not stutter and 2. be a lot smaller in file size? thanks so much!

    You can report a problem from this link..
    iOS: Troubleshooting applications purchased from the App Store
    You can write a review on the page you purchased the app from at the Mac App Store.

  • Edited Photo File Size Too Large

    Hello
    I don't really know the best forum to ask this question.
    In simple terms, I have tried similar edits on the same photo (not much more than levels or curves, saturation and sharpening).
    It is a jpg image.
    The original file size is 3.4MB.
    In the different photo editors, the file size changes after enhancement are as follows -
    PhotoStudio 6 - 1.9 MB
    Aperture 3 - 2.9 MB
    Pixelmator 2.1.2 - 7 MB
    Adobe Photoshop Elements 11 - 7.3 MB
    I would like to know why the Pixelmator and Photoshop files are so much larger than the original.
    I am slightly puzzled as to why the PhotoStudio and Aperture files are smaller than the original.
    What I would like is an image which is close in size to the original, not something twice the size.
    Could anybody help, please?

    You can do somthing like this to get a preview image of those files:
    http://forums.adobe.com/message/4195025#4195025

  • Converting .WMV files to iTunes and iMovie 08 compatible files -- Possible?

    I have QuickTime Pro for Windows (XP Home, SP3). I also have a MacBook Pro 17" notebook (OS X 10.5 Leopard) with iLife 08, an iPod Touch, and an iPhone 3G. I want to be able to view (and sometimes edit) -- on my MacBook Pro -- videos (with audio) that exist as .WMV files which I have downloaded from a friend's website to a Shared Folder on my PC (which is connected to my MacBook on a LAN). I'll probably break down and spend the $30 to upgrade QuickTime on my Mac to QuickTime Pro so that I won't have to work through a Shared Folder, but that's neither here nor there for the moment. What I wanted to do was to use QT Pro to convert the .WMV files to an Apple-compatible format, but it doesn't seem to be able to do that. It will go ahead and APPEAR to convert the file during Export, changing the file extension from .wmv to .mp4, for example, but the exported (converted?) file won't play in the QuickTime Player. I can press the Play button, and the marker moves as if the file were playing, but no movie appears on the screen and no audio is heard. Will I have to get third-party software to effect the conversion?

    http://flip4mac.com
    Purchase one of the upgrades and use QuickTime Pro (iMovie '08 is still not supported).

  • AVCHD/HDV iMovie Apple TV file sizes

    When you export a 1hr HD iMovie at the highest quality ATV setting what is the file size approximately? Trying to decide between the 40 and 160g AppleTV.
    Is there any trick to this or is it pretty basic? Thanks.

    I just checked a couple of movies on my TV.
    An approximately 5 minute movie in AVCHD stores on the TV as Large (960x540) in h.264 format, and is about 145.5 MB in size. Multiplying by 12 would give you the size for an hour movie, which would be about 1.75GB.
    As for 40GB or 160GB TV, I prefer the 160GB because I can have my iTunes and Movies local on the TV. If you have the 40GB, you would probably stream the tunes and movies from your Mac rather than keeping everything local. Streaming works fine as far as playing the movies. However, on my Mac, I have several copies of each movie. I have one copy optimizes for the TV, another copy optimized for the Mobile Me Web Gallery, and another copy optimized for my iPhone. If I stream my TV, I have to navigate through all these copies in the menus to find the movie I want. If I sync to TV, I can choose to sync only the TV size movies, and I make navigating the menus simpler. And I can still stream if I need to.

  • Burning to dvd and the loss of file size

    I am new to aperture and in trying to burn my photos to dvd (with toast 6 or idvd), I have a couple of questions. First, can I just drag and drop the images or do I need to export them? Secondly, when I have dragged and dropped photos into the Toast screen the file size is considerably smaller (about one fifth the size). Am I just dragging the preview? It seems when I export a photo to my desktop it is also then a smaller file size. (one third or so) How to I burn to dvd select full size versions of my photos?
    Thank you for any help.

    hello, lupita
    Welcome to the Aperture forum!
    I am new to aperture and in trying to burn my photos
    to dvd (with toast 6 or idvd), I have a couple of
    questions. First, can I just drag and drop the
    images or do I need to export them?
    if you have made Aperture Previews (if not Update the Version Previews first that you want to drag & drop) you can drag & drop them into the drop zone of iDVD from the Browser (it takes a while for iDVD Media option to see the Previews while they Update)
    or you can access your photos through the Media/Photos/Aperture Library option in iDVD
    or you can export Versions to a folder on a hard drive and iDVD/File/Import/Image
    Secondly, when I
    have dragged and dropped photos into the Toast screen
    the file size is considerably smaller (about one
    fifth the size). Am I just dragging the preview?
    yes.
    It
    seems when I export a photo to my desktop it is also
    then a smaller file size.
    Exporting a photograph (Version) from Aperture can have several size and quality options, since you want your photos to be the same size then make sure the Versions are not being resized which it sounds like they have been. Select & edit the Presets/Image Presets... for Export
    or, Export the Version and at the window prompt select the Export Preset: Edit to modify the presets to your liking.
    How to
    I burn to dvd select full size versions of my
    photos?
    Export Version/Edit/Export Preset/ now select file type TIFF or JPEG or PSD you want "Original Size" etc.
    At the Export window select the DVD/CD so the files go into it
    REF:
    http://docs.info.apple.com/article.html?artnum=304499
    victor

  • Downloaded pics and videos have a file size of zero.

    I use to be able to download my pics and videos to my pc, but now I can't. Once newer pics are tranfered the files size is zero, same goes for videos. Eveything looks and plays fine on my phone but transfer is not possible. I'm running ver 4.3.5 (8L1). Any tips?

    I suppose you are downloading a built-in single edition app? If so, make sure you are downloading the developer-viewer.ipa or the distibution-viewer.zip from the same machine from where the app was built. Because, when you download the file, it looks for the assets and .zip folio on your machine and bundle it for you on your desktop. When this assets are missing because you are downloading from another machine, the downloaded.ipa/zip will return incorrect file size.

  • PSE 8 and CS4 Editing Raw Files & Version Sets

    I currently have PSE7 and CS4.  While I use Bridge for the initial download and review I like the organizer in PSE better.  PSE7 has problems interfacing with CS4.  Raw files open directly instead of opening in camera raw in CS4.  Version sets don't work either; the updated files is deleted by PSE.  My question is whether anyone knows if these issues have been addressed in PSE8.  I tried to ask Adobe but all I got is that they tried to work on these issues.

    It appears that the PSE 8 displays the same characteristics when editing RAW files. The link between CS4 and PSE Organizer shows the same problem, for editing JPEG images also. The edited version does not get saved and yet is added to the Catalog.
    Don S.

  • Best file for importing images from Illustrator and Photoshop for small file sizes

    Hello Adode consults!
    I'm in the process of preparing an inDesign file for a school project -- I've already had a few harrowing experiences sending large files to the printer that are too large to process (and a very grumpy computer, etc). The end result will be a poster around 36 inches by 4 or 5 feet.
    I'm wondering if there are any best practices for making sure that the files imported into InDesign are a manageable size to begin with. Should I, for instance, be saving each file as a jpeg before placing in Indesign?
    Thanks!
    -Katherine

    No, you should not save every file as JPG before placing it in INDesign. JPG is only usefull for raster images (like photos) without any transparency in high quality.
    When you place images use:
    For raster images from Photoshop psd (rgb with color profile)
    For raster images from Photoshop with form layers, texts or any vector element use PDF (or PDP) with layers.
    For vector graphics from Illustrator use AI files or PDF.
    For layouts from other InDesign projects use either the INDD itsself or export a PDF/X4.
    But to the printer deliver a PDF according to their standards. E.g. when they need CMYK files export as PDF/X1a with the required output color space and the resolution they want. Produce the pdf via Export (Print).
    Don't deliver open INDD. File size should for printing projects not be an issue.

  • I have both a G9 and a G1 X. File size?

    I have both a G9 and a G1 X. I bought the G1X as an upgrade, which as we know all know is a mixed bag as the pitiful Macro is now clear. However, what truly puzzles me in the file size. What am I missing here? The G9 normally has file sizes just under 10, the G1X normally fewer than 3. Canon's answer seems to be smoke and mirrors, “they are better pixels” really doesn't seem to make sense. Any comments will be appreciated.
    elbee314

    elbee314 wrote:
    Also, any thought on maximizing the macro abilities of the G1X.  I realize that it is not a great macro camera, but I would like to at least get the most out of it.
    Yes, you can get a close up filter. It will increase your magnification.
    http://www.kenkoglobal.com/pro1d-ac_close-up.html
    or
    http://www.bhphotovideo.com/c/product/391219-REG/Hoya_XD58CUP3_58_mm_3_Close_Up.html
    Those are quality one, and of couse you can buy the Canon one or any cheaper alternative you can find. Good luck.
    Weekend Travelers Blog | Eastern Sierra Fall Color Guide

  • Aperture and Toast titanium exported files size reduced

    I have tried to look up the answer to this but can't seem to find one. I am relativly new to aperture.
    I am dragging 150 photos from the aperture window into toast titanium 8 to put them on CD for a friend to print off. When I do this the file sizes are reduced from between 2.5 - 3.5 MB down to 400-500k. The quality still seems quite good for a slide show but not brilliant for large prints. Is ther another way to get them burnt to disc or am I being really stupid?
    I am using aperture 1.5.3
    Gary

    Thanks Ian, that cretainly gives me a way to do it but it now adds another half hour to the process while I wait for the 150 photos to be exported to a file so I can then drag them to be burnt! I dare say if I was clever I could get automator to do it for me in the background, thats for another day!!
    It also throws up an other interesting point, when exported at the original size they seem to double in MB from roughly 3.5 to 7 (without metadata). However if I export them at 95% of the original they actually export at about two thirds original which is just about right for the prints required.
    I have no idea why but now I know it happens I can dial in my settings accordingly....
    Gary
    Message was edited by: Gary.huston

Maybe you are looking for

  • In which Oracle version is that possibile?

    I've tried to create these procedure that I've found. CREATE OR REPLACE PROCEDURE genlookup (tab IN VARCHAR2, col IN VARCHAR2) IS BEGIN pl ('CREATE OR REPLACE FUNCTION ' || l_ltab || '_row_for ('); pl (' ' || l_lcol || '_in IN ' || l_ltab || '.' || l

  • Lsmw-batch input

    Hi all.. Am uploading vendor master using lsmw-batch input method..when there s one record in my flat file its working fine.. But when i give more than one record its throwing some errors and i cant create the session.. can any one help me regarding

  • InitialContext Class Loader

    Hi all, We are experiencing a strange behaviour of the Application Class Loader. Our main issue is that if we deploy 2 applications using our code, the first application is okay, and the second application fails its loading. During the loading, we in

  • Is there a way to delete custom presets? (Premiere Elements 11 Mac)

    I have been experimenting with different ouput options for AppleTV with 1080p and 720p video, and have created many custom presets.  I would like to get rid of several which didn't give good results.  I have not found an option to delete custom prese

  • Graphics layer over video Layer problem

    Hello! we are blu-ray applications developers and we have a problem with repainting graphics layer over video layer. In MHP this problem is solved using the method call repaint() to the HScene. This Method remove all graphics and paint again. But in