Movie from image files jerky playback

I'm making movies which have to be rendered out as an image sequence but when I play back the footage in Quicktime it is totally jerky and is skipping massively only using about 8 frames in a 250 frame sequence as far as I can see. It is totally unusable which is heartbreaking after so much work.
Quicktime movies other than image sequence ones play fine.
All the frames are there and numbered correctly.
This is a problem that started a few weeks ago and gradually got worse and worse.
It was suggested elsewhere that there wasn't enough hard drive space so I freed up a load and if anything it's now much worse.
Can anyone suggest what might be going wrong and how to fix it? Is there yet another obscure setting somewhere no one tells you about?
Thanks.
ti book 1 gig mhrz, 1 gig RAM, 60 gig HD   Mac OS X (10.4.8)   rendering image sequences from Artlantis and Poser. Both have same playback issue in Quicktime.

"Small files and big ones" is not really enough to go on. What codec are you using? A small 10 second clip in H264 at 640X480 and 10 mb/sec might choke all but the mightiest macs.

Similar Messages

  • Move a image file from one drive to another drive in Presentaion Server

    Hi,
    My business requirement is to move a image file which is in C:\ drive to another Drive ( Common Drive ).
    So I  need to that through programming.
    Kindly help me in this regard.
    Thanks
    Arbind

    Hi Arbind,
    <li>The logic is here.
    <li>Change the folder names and execute the program accordingly.
    REPORT ztest_program.
    DATA: wa_pfile  TYPE file_table.
    DATA: it_pfiles TYPE STANDARD TABLE OF file_table.
    DATA: count     TYPE i,
           dir       TYPE string VALUE 'C:\Venkat1\',
           source    TYPE string,
           dest      TYPE string.
    START-OF-SELECTION.
       CALL METHOD cl_gui_frontend_services=>directory_list_files
         EXPORTING
           directory                   = dir
           files_only                  = 'X'
         CHANGING
           file_table                  = it_pfiles
           count                       = count
         EXCEPTIONS
           cntl_error                  = 1
           directory_list_files_failed = 2
           wrong_parameter             = 3
           error_no_gui                = 4
           not_supported_by_gui        = 5
           OTHERS                      = 6.
       LOOP AT it_pfiles INTO wa_pfile.
         IF wa_pfile-filename CP '*.JPEG' OR
            wa_pfile-filename CP '*.BMP'  OR
            wa_pfile-filename CP '*.JPG'.
           CONCATENATE 'C:\Venkat1\' wa_pfile-filename INTO source.
           CONCATENATE 'C:\Venkat2\' wa_pfile-filename INTO dest.
           CALL METHOD cl_gui_frontend_services=>file_copy
             EXPORTING
               SOURCE      = SOURCE
               destination = dest
               overwrite   = 'X'.
         ENDIF.
       ENDLOOP.
    Thanks
    Venkat.O

  • Is there a way to keep the Brush HUD up as I move from image to image?

    I did a large set of portraits and would like to keep the Brush HUD up as I move from image to image making edits.
    Being able to do this would save a little time and make the edits a little faster.
    Thanks

    Not that I've found.  Some brush HUDs stay "up" when a different image is selected (crop, retouch), but most do not.
    I suggest assigning easy shortcuts to any of the Quick Brushes you use regularly, and launching them from the keyboard.
    This is also an instance where a multi-button programable mouse could pay for itself.  Assign those shortcuts to some of the mouse buttons.  (I use and recommend the Razer Naga; surely there are others, and newer ones.  The increased resolution alone is worth the price -- but all that is off topic.)

  • When I select files to archive, they move from my file folder, but then I go to the archive folder and it says Empty? Where are those files?

    When I select files to archive, they move from my file folder, but then I go to the archive folder and it says Empty? Where are those files?

    Your account names are probably different on the two Macs. If you know the UNIX command line, open a terminal window and run:
    $ id 
    You should see a line that starts with something like this:
    uid=501(your_user_id_here)
    now check the owner of the folder you copied over:
    $ ls -ld Music
    drwx------+ 8 some_user_id_here  staff  272 May 14 16:08 Music
    Do the IDs match? If not, you could change the ownership. Say your id is "johnsmith"
    $ chown -R johnsmith Music
    Now try and access it with iTunes.

  • LR5 "move" corrupting image files

    I recently used LR5 to move image files from an old hard drive to a new hard drive. I formatted the new hard drive prior to moving the images onto it.
    Instead of the “copy” or “add” function, I used the “move” function, only to find that a fraction of my images were moved to the new hard drive.
    When I opened the image folders on the new hard drive (they do not exist anymore on the old hard drive since LR physically “moved” the files), it appeared all of the images were there. But when I used PhotoMechanic and Bridge to view the images that weren’t appearing in LR, I was horrified to see both RAW and JPEG files were corrupted (banding, discoloration).
    The files come from a really important project I have been working on since May, and now I am terrified to use LR at all in the event the program corrupts my files again.
    Interestingly, when I open the images on Adobe Bridge and click "purge cache for selection", the thumbnail briefly appears normal, then returns to the corrupted preview. 
    Has anyone experienced anything like this, and is there any way to save my files? I fear I have totally lost faith in LR.

    As Jim and Rikk said, the corruption and maybe the lost files is probably a hardware failure.   As far as the lost files, there are reports on the forum every couple of months where people lose files doing a MOVE on import or MOVE in LR of imported files from ONE PHYSICAL DRIVE TO A DIFFERENT PHYSICAL DRIVE.  Moving files on the same drive seems to be OK.  I don't know if this is an obscure bug that shows up because of permissions or something but it has been reported.

  • Unusual Bug when creating pdf from image files

    Hi I have a very mindboggling problem which I cant seem to get my head around.
    basically I am trying to create a pdf using a large amount of image files, these images are scans of pages of a book. so I have been trying to create a pdf file from these images, and everytime i try, it all looks ok except for one page which comes up smaller in size than the rest which is a big problem and very unusual. If I change the view of acrobat so that it shows two pages at a time then this is clearly visable where one page is normal and the page next to it is like a third of the size. Ive checked the image file properties for that page and they are more or less the same as the rest, the dimensions of the image file too, but when I add it into a PDF it seems to shrink in size, any ideas as to why? any help would be much appreciated! (and I hope what I said made sense lol )
    Thanks
    Nav

    Hi Davew000
    Can you please tell the steps you are doing to create the PDF ?
    Thanks,
    Tanvi

  • Pdftotext extracting from image files mystery

    hello all, just had a bit of a shock when I ran pdftotext (accidentally) on an unocr'd pdf file, and it extracted all the text. Running pdftohtml (as I'd intended) produced the expected output - i.e. png dumps. Curious, I then tried running it on a bunch of other downloaded files, and with the exception of one, pdftotext extracted the text from ALL of them. The mystery then is that it isnt using any ocr (no tesseract dependency, plus it's way too quick), so clearly it must be pulling it directly from the files. But if the text really is there in the original, then presumably the people who scanned them didn't know, else they'd have left it there. The only thing I can think is that some common piece of pdf software (probably acrobat) has ocr built in, so it's scanning them automatically and then encoding the hidden text in the pdf.
    take for example (legal):
    http://www.cd3wd.com/cd3wd_40/JF/JF_VE/SMALL/27-714.pdf
    open up in a normal pdfreader - very clearly a (poorly) scanned document. Now run 'pdftotext -layout'  on it and you get a pretty impressive text file, considering the source. Sure, some of the formatting is messed up, but I'm sure anyone with sed knowledge could quickly sort most of that out. Besides, that's one of the worst documents -  on most others it was perfect, maintaining columns (even tesseract can't do that) and everything.
    It makes for a fantastic command line pdf reader that works on almost all the files I've thrown at it, and since pdf's are almost the only reason I ever have to load up X, consider me tickled pink.
    Just thought I'd mention it here, as a google search brings up nothing on the issue. hope someone finds it useful

    Yes, Adobe Acrobat has a feature that allows you OCR the text and insert the text as a separate layer behind the image. Such PDFs are called "Searchable image PDFs". There are no doubt some other commercial software options that can do this too. The copier/scanner/multifunction device in my office actually does this automatically when you scan in a text PDF.
    Theoretically, it is even possible to create PDFs like this using free software on linux (a combination of ExactImage and Cuneiform; or WatchOCR).
    See, e.g., this blog post:
    Searchable PDFs with linux
    and this slashdot story:
    Open Source OCR that makes Searchable PDFs
    My own experiments with trying to get something like this to work have not been very successful--at least the quality of the result is nowhere near what I'm getting with our work printer.
    If you like pdftohtml, you should also know about pdfreflow, which takes the XML output of pdftohtml with the -xml flag and creates an html file that can be reflowed (I.e., is smart about paragraph breaks, removes page numbers and recombines words broken through hyphenation and so on).
    pdfreflow
    Last edited by frabjous (2010-10-15 13:03:00)

  • Reading metadata to - from image files

    I am using Creative Suite CS4.  In CS3 I created two custom XMP metadata pages that I used to add information to RAW, TIF, PSD files.  The resulting custom panel could be seen and used in Bridge and Extensis Portfolio.  In CS4 that all changed.  I can create the GUI part of the panel using Flex Builder 3.
    My questions are 1) How do you get the controls to work (combo boxes with fixed lists, fields for text data and a note field), 2) how do I get the data from the image file, have it update when a field changes, read it back to the image file when closed, and 3) how do I get it to work in Bridge CS4 properly and also be readable to Extensis Portfolio.
    I have attached the CS3 files that were used to create the panels in CS3.
    Fred

    I am using Creative Suite CS4.  In CS3 I created two custom XMP metadata pages that I used to add information to RAW, TIF, PSD files.  The resulting custom panel could be seen and used in Bridge and Extensis Portfolio.  In CS4 that all changed.  I can create the GUI part of the panel using Flex Builder 3.
    My questions are 1) How do you get the controls to work (combo boxes with fixed lists, fields for text data and a note field), 2) how do I get the data from the image file, have it update when a field changes, read it back to the image file when closed, and 3) how do I get it to work in Bridge CS4 properly and also be readable to Extensis Portfolio.
    I have attached the CS3 files that were used to create the panels in CS3.
    Fred

  • Reconstruct .mov from AV files

    Hello experts.
    I had a problem with compressor recently and lost a .mov file somehow. I have three-part AV files. I would like to save my self the time of re exporting. is it possible to use these to work with in compressor?
    Thanks

    this is the error i'm getting
    start processing...
    - reading image file: file:/d:/IICS/MovieClear/samples/1.jpg
    - reading image file: file:/d:/IICS/MovieClear/samples/2.jpg
    Done reading all images.
    java.lang.NullPointerException
         at com.sun.media.multiplexer.video.QuicktimeMux.writeVideoSampleDescription(QuicktimeMux.java:936)
         at com.sun.media.multiplexer.video.QuicktimeMux.writeSTSD(QuicktimeMux.java:925)
         at com.sun.media.multiplexer.video.QuicktimeMux.writeSTBL(QuicktimeMux.java:905)
         at com.sun.media.multiplexer.video.QuicktimeMux.writeMINF(QuicktimeMux.java:806)
         at com.sun.media.multiplexer.video.QuicktimeMux.writeMDIA(QuicktimeMux.java:727)
         at com.sun.media.multiplexer.video.QuicktimeMux.writeTRAK(QuicktimeMux.java:644)
         at com.sun.media.multiplexer.video.QuicktimeMux.writeMOOV(QuicktimeMux.java:582)
         at com.sun.media.multiplexer.video.QuicktimeMux.writeFooter(QuicktimeMux.java:519)
         at com.sun.media.multiplexer.BasicMux.close(BasicMux.java:142)
         at com.sun.media.BasicMuxModule.doClose(BasicMuxModule.java:172)
         at com.sun.media.PlaybackEngine.doClose(PlaybackEngine.java:872)
         at com.sun.media.BasicController.close(BasicController.java:261)
         at com.sun.media.BasicPlayer.doClose(BasicPlayer.java:229)
         at com.sun.media.BasicController.close(BasicController.java:261)
         at movieclear.MovieManager.JpegImagesToMovie.controllerUpdate(JpegImagesToMovie.java:178)
         at com.sun.media.BasicController.dispatchEvent(BasicController.java:1254)
         at com.sun.media.SendEventQueue.processEvent(BasicController.java:1286)
         at com.sun.media.util.ThreadedEventQueue.dispatchEvents(ThreadedEventQueue.java:65)
         at com.sun.media.util.ThreadedEventQueue.run(ThreadedEventQueue.java:92)

  • Setting background from image file in NetBeans

    Hello,
    recently I started to use NetBeans to create my applications and I found a little problem - I don't know how to set background in JPanel from a image file (*.bmp, *.jpg, etc.) without writing my own code. I found how to use ImageIcon, but cannot deal with setting background. Anyone know a solution?

    The code that you have to write is a custom JPanel (extend it) and in the paintComponent() method you draw the image you want as a background.
    public void paintComponent(Graphics g)
    super.paintComponent(g);
    g.drawImage(img, 0, 0, null);
    }Where 'img' is an object of type Image (such as a BufferedImage).

  • Unable to create cd from Image file

    I downloaded the Solaris 8 for Intel, unzipped the files. I have been unsuccessful creating an image file for the file sol-8-1_01-fcs-bin-ia-v1. I have tried various CD writing applications.
    I was able to create images from the other files.
    Thanks

    You are not supposed to create an image file from the unzipped data. These unzipped files are image
    files! You just have to rename them using the proper file extension so that your CD-R burning software
    recognizes them as cd image files. (common extension are .ISO or .RAW; check with your CD recording
    software)

  • Video from image files

    How can I make a short video for watching in my iPod 30GB from some image files?
    Thank you

    ckaker_kid says:
    1. take a screen shot of every slide.
    2. either put the image files into the ipod separtely or make a short video with them
    I think from .png files
    Thank you

  • How can I move an image/file around inside a document with text already in it?

    I'm learning In Design on the job, and it's a real challenge.  One big problem I'm having is, after I've placed an image inside a document with text in it, how do I place it precisely where I want it?  Sometimes I need the image flush to the left, and sometimes I need to center it.  When I place it, it doesn't land where I need it to be.  Things I've tried work sometimes but not other times.  I've tried going to Paragraph and reducing the setting to zero to move an image flush to the left of the text frame/column (I'm working with a three-column page).  Sometimes that works, and sometimes it does not.  When it doesn't, I've tried using the Selection tool to drag the image, but it doesn't respond.  Could someone give me an idea of what I'm overlooking?  I'm finding that InDesign has many settings, and all it takes is for one setting to be what it shouldn't be for things to go badly wrong.  I'm having other issues too, but in this discussion I'll stick to this.

    Sounds like you are anchoring the images in the text flow. That's fine if you need them to move along with text during editing, but is usually not required and often counter productive. If you place your images as separate objects in their own independent frames they can be positioned anywhere and moved at will. If they need to be anchored, consider using Custom Positioned instead of inline.

  • Problem in constructing URL from Image file

    Hi,
    i have a requirement , have to construct a URL object with an absolute image file..
    like URL url = new URL("/resources/image1.gif")
    url.getpath()
    But url is returning null, as it couln't found rela path..
    but previously i have using
    String realPath = servletContext.getRealPath("/images/stateseal_green.jpg");
    it was working, but now i dont have servletContext object..
    any suggestions around this problem?

    Hi,
    Is the root directory /resources relative or abs directory?
    It seems you have java application and the resources is on the class path right? so it is relative to the file system.
    try the below it may help
    ClassLoader cl = null;
              cl = Thread.currentThread().getContextClassLoader();
              if (cl == null) {
                    * No thread context class loader -> use class loader of this class
                   cl = GetImageFileOnResourceDirectory.class.getClassLoader();
              InputStream inputStream = (cl
                        .getResourceAsStream("resources/images/image1.gif"));Regards,
    Alan Mehio
    London,UK

  • Panning and scaling image stills - jerky playback

    when I render out a movie of my project that has still images that are
    panning and zooming the playback of those stills is a bit jerky
    How can get the motion so its smooth and does'nt stutter
    any help would be very helpfull

    Rick Gerard wrote:
    If your computer is up to the data rate required by the codec and frame size, and the image is still juddering then you're in the world of wrong panning...
    Unfortunately that is not always the case...
    Below a scenario that has been driving my nuts, nuts :
    On ANY Mac when viewing in quicktime the following applies:
    (Before anyone is tempted to say 'But my Mac will play back 1080p' - mine TOO.... But NOT when moving 1080x1920 pixels
    over an extended amount of time!!!)
    1) Boot up you Mac
    2) Prior to launching ANY others apps, launch the quicktime player with the 1080p pan
    3) Use the Plus-Minus keys to set the QT window to half size.
    4) Hit play. Shot play wonderfully.
    5) Open Premiere Pro or After Effects and do an hour's worth of intensive work.
    7) Close all the adobe apps.
    8) Open the QT player and try step 3 and 4 again.
    On my Mac which is about as fast as they come... THAT movies which used to playback VERY smooth now looks as if
    someone is having an epileptic seizure !
    Do a restart and it all looks smooth again. Work an hour in the two a.m. apps or other apps for that matter and your are back
    epileptic seizures....
    No matter how much one would like his movies to playback on a computer..... As of today, I have yet to come accross
    a CPU capable of moving 1080x1920 pixels SMOOTHLY over an extended period of time.
    Hopefully, the future holds more for CPU-viewing of Video !!!

Maybe you are looking for

  • Query produces duplicate values in successive rows. Can I null them out?

    I've had very good success (Thanks Andy) in getting detailed responses to my posted questions, and I'm wondering whether there is a way in a report region join query that produces successive rows with duplicate values that I can suppress(replace) the

  • CRASH with WIndows XP - arrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrgggh

    My Windows crashes and all I do can't stop it. Any thoughts? # An unexpected error has been detected by HotSpot Virtual Machine: # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x02609558, pid=3472, tid=2924 # Java VM: Java HotSpot(TM) Client VM (1.5

  • Photo compressing on iPhoto

    hi, just wanted to as if iPhoto will compress my pics on my mac that i will transfer from my desktop? i noticed that this happens in iPad when syncing from iTunes and wanted to check f it wll happen wit hiPhotos or not. Thanks

  • Active data framework

    Hi I am in the process of trying to prototype a screen that reflects committed changes made to the database. For example I have some rows that have theirs status's changed. I understand the "push" technology is called "active data framework"/ What I

  • IS THERE NOONE OUT THERE WHO CAN HELP ME?!?!?

    NAME:Christopher Benson DATE: import java.awt.*; public class Coordinate extends Point// implements Comparable<Coordinate>      public Coordinate()           super();      public Coordinate(int diffX, int diffY)           super(diffX, diffY);      pu