Shudder on playback

Hi everyone, i am at my wits end, Ive bought the I mac to do some domestic video editing and spent the last month learning the package, ive imported a HD video from my camcorder and split it up added transistions and audio, im now ready to export it to show other people
My first try was to export it to I tunes so i could view it in I-pad at 720P, the movie (7.2 gb) starts and after 5 mins or so the playback judders really badly its not on the playback when running the video from the I movie so its to do with compression i guess but i dont know what to do to fix it
help!
ian

David thanks for the answer. I had not looked at the timeline view because I am just capturing hour upon hour of travel experiences. I did try and it seems to be lot better in the canvas than when I capture. Do you perhaps know why? I have some issues at the top and bottom of both capture viewer and the canvas. I forgot what the frame rate was as I've never captured the tapes. Do you know? That might be the problem resolution for the last question. Thanks again.

Similar Messages

  • ITunes and playback through an Airport Express.

    Here's the scoop: Had this problem big time last year. Then, it went away...
    OK. Play music using iTunes through an Airport Express, through either wireless AND wired technology.
    Here's what happens: 1) Play music. 2) Music stops playing. 3a) Sometimes the music starts where it left off. 3b) Sometimes the music starts a few seconds later as if it played during the outage.
    OK, The bizarre bit: I've watched it do this. The clock just stops out of the clear blue. Then starts up again. Oh, the really bizarre part, and what happens more often than the earlier problem is that the clock will speed up to what would have been the correct time if it would have kept playing. Like 1---2---3____________________456789---10---11---12...
    OK, this is a MAJOR stability issue in my opinion. Nearly every time this happens, the iMac is the only thing on the network. I thought in the beginning (I've got another 'question' from earlier about this same issue) that it might be overhead over the wireless network. Since the wireless network is probably (I thought) the weakest link in the system, I thought that switching to wired on a switched 100base-T network would take care of any issues with potential congestion but NO(!) the problem continues...
    I can't tell you how embarassing this is when it happens infront of friends that use Windows machines exclusively. I could switch my library to a windows system that I have here but I have enough music that it almost fills my 80G ipod so it will take a L--O--N--G time to copy it over... Well, and I shudder to think what it could mean IF it works under Windoze, and not OSX.
    Is this a gimme to the RIAA? Boff the playback for some reason?
    I'm ticked.
    One 'genius' at the local (2 hours away) Apple Store genius bar told me to bring EVERYTHING in to the store for a week and they would play the music through iTunes and try to figure out what's going on. When I protested, they said to flash the Airport Express which I attempted but there were no updates. I ran Software Update and I had all updates. What about disk fragmentation?
    The system has max memory and a 250G drive so it shouldn't be an issue, right?
    It does it on every track so far. Give enough time and it happens. Well, sometimes it happens within minutes, and sometimes within hours.
    Oh, after it happens, sometimes (MOST of the time) I can't play the stopped song, OR any other track no matter HOW MANY TIMES I CLICK!
    This is driving me NUTS!!! HELP!!!
    I have a snapshot of it actually happening and Apple doesn't seem to be at all interested... HELLO APPLE! iTunes BLOWS on my system!

    I've been careful about that. We had a cordless phone that would totally blot out our 11-b network. All our cordless are now the newer type phones on the new frequency.
    I also thought that by going through the fast ethernet network here that I could avoid all the issues with interference.
    I'm using the ethernet port on the Airport which should bypass anything on the wireless. We have other AP's here but they are on other channels and even 11-a.
    I'm running out of ideas short of putting a dedicated Mac next to the music system which would be ridiculous...
    Is this a copout to the RIAA? Is it part of a DMCA thing? I guess my next question is: Is it supposed to be worthless? Is it supposed to work this way?
    The reason I ask is because I've heard from many people over the years that have the same thing happen over and over again... It's hard to believe but so is so much that happens in this world... I found out that a bill supported by the MPAA and the RIAA would have obsoleted ALL CD and DVD players and drives to make a 'required' copy protection scheme work! Anything is possible... Sadly...
    But this seems like an issue that Apple would want to fix for the sake of their customers?

  • How do you [playback voice memos on iphone 5s

    I cannot playback voice memos.When I hit done it just continues recording

    Tapping "Done" should stop the recording.
    Have you tried resetting your iPhone?
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10-15 seconds).
    No data will be lost.

  • OATS - Playback is not working in OpenScript for Load Testing with Web/Http

    Hi,
    I am able to record the script in Open Script successfully, but when I try to playback the same without making any changes....its fails with error : Failed to solve variable web.input.Submit using path .//input[@name='Submit']/@value
    I have already commented the part where password will be matched in the code....thus, login/bad credentials related issues is ruled out as well.
    Please help with me some solution.
    Following is the recorded script:
    import oracle.oats.scripting.modules.basic.api.internal.*;
    import oracle.oats.scripting.modules.basic.api.*;
    import oracle.oats.scripting.modules.http.api.*;
    import oracle.oats.scripting.modules.http.api.HTTPService.*;
    import oracle.oats.scripting.modules.utilities.api.*;
    import oracle.oats.scripting.modules.utilities.api.sql.*;
    import oracle.oats.scripting.modules.utilities.api.xml.*;
    import oracle.oats.scripting.modules.utilities.api.file.*;
    public class script extends IteratingVUserScript {
        @ScriptService oracle.oats.scripting.modules.utilities.api.UtilitiesService utilities;
        @ScriptService oracle.oats.scripting.modules.http.api.HTTPService http;
        public void initialize() throws Exception {
            http.setUserAgent("Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.2)");
            http.setAcceptLanguage("en-US");
         * Add code to be executed each iteration for this virtual user.
        public void run() throws Exception {
            beginStep("[1] FLEXCUBE - PRIVATE BANKING", 0);
                http.window(2, "window[@index='0']").get(
                        "http://10.180.59.185:9500/wm", null, null, true, "UTF8",
                        "UTF8");
                    http.solveXPath("web.input.Submit", "/window[@index='0']",
                            ".//input[@name='Submit']/@value", "Sign In", 0,
                            EncodeOptions.None);
                    http.solveXPath("web.input.strutstokenname",
                            "/window[@index='0']",
                            ".//input[@name='struts.token.name']/@value",
                            "struts.token", 0, EncodeOptions.None);
                    http.solveXPath("web.input.strutstoken", "/window[@index='0']",
                            ".//input[@name='struts.token']/@value",
                            "CFSZKA9Z6RSWJTW8TT35GXCNIOIGMJGA", 0,
                            EncodeOptions.None);
            endStep();
            beginStep("[2] FLEXCUBE - PRIVATE BANKING - Home", 8538);
                http.form(
                        14,
                        "window[@index='0']//form[((@id='formLogin' and @name='formLogin') or @action='http://10.180.59.185:9500/wm/j_spring_security_check;jsessionid=B8396BEC73D829538F5E55FEE125330D') and @index='0']")
                        .submit(null,
                                http.postdata(
                                        http.param("j_username", "HOHEAD1"),
                                        http.param("j_password",
                                                "a99fad1866af01d9375627d5d08d7f1c11ed4d3f6d5d2372d40908884a15b8e6"),
                                        http.param("Submit",
                                                "{{web.input.Submit,Sign In}}"),
                                        http.param("struts.token.name",
                                                "{{web.input.strutstokenname,struts.token}}"),
                                        http.param("struts.token",
                                                "{{web.input.strutstoken,CFSZKA9Z6RSWJTW8TT35GXCNIOIGMJGA}}")),
                                null, true, null, null, null, null, null);
            endStep();
            beginStep("[3] FLEXCUBE - PRIVATE BANKING", 9875);
                http.link(
                        28,
                        "window[@index='0']//a[@text='Logout' and (@href='http://10.180.59.185:9500/wm/logout.jsp?logoutToken=0.1189281079747162' or @index='159')]")
                        .click();
            endStep();
        public void finish() throws Exception {

    Hi,
    I think your password is encrypted. Try replace password "a99fad1866af01d9375627d5d08d7f1c11ed4d3f6d5d2372d40908884a15b8e6" with your password.
    Or Get output of obfuscate("your password") and replace "a99fad1866af01d9375627d5d08d7f1c11ed4d3f6d5d2372d40908884a15b8e6" with {{@deobfuscate( output of obfuscate("your password") )}}
    Regards,
    Deepu M

  • My safari keeps crashing and my youtube keeps getting playback errors. Help!

    I am currently usin an iPod 4th generation with IOS 6.1.5. Whenever I open up the safari app, it will stay blank and crash after about a minute or so. Following, I cannot watch videos on my YouTube app beecause it keeps receiving a playback error. I have already shutdown my iPod as well as reseting all settings. I have tried nearly everything but nothing has changed. Please help!

    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Go to Settings>Safari and Clear Cookiers, Histoiry and Data
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                                
    iOS: How to back up                                                                
    - Restore to factory settings/new iOS device.             
    For YouTube:
    See:
    iOS: Troubleshooting applications purchased from the App Store
    Contact the developer/go to their support site if only one app.
    Restore from backup. See:
    iOS: How to back up              
    Restore to factory settings/new iPod

  • How can I re-show hidden iCloud playback items?

    My family shares an iTunes account accross three computers. Recently I learned the hard way that when you hide an item from iCloud playback in the new iTunes 11 it gets hidden from the other computers and the "Purchased" link in the store. I accidentally hid all of the holiday songs from iCloud playback but now that by Dad needs to reorganize the library to include holiday music, he couldn't find any of the music on the "Purchased link" which is how I found out that it works like that. Is there a way that I can re-show these songs, they still show up as purchased if you go to the main search and find that particular song? i need to put those songs back into the "Purchaced" link, and be able to play them from iCloud again.

    I believe I had the same problem as you.  To view items that are hidden from icloud.  You need to:
    1. In itunes go to "iTunes Store"
    2. Select your iTunesID, should be upper left.
    3. In drop down menu select "Account"
    4. Under "iTunes in the Cloud", select "View Hidden Purchases" (should more towards the right portion, part way down the screen).
    5. From there you should be able to see anything that you hide or deleted from the normal purchase menu.
    Hope that helps.

  • Loop Playback enabled or disabled at a glance?

    Can't find the way to understand at a glance if Loop Playback is enabled or disabled. Is it possible that FCPX lacks an option like this?

    Yes. It's only visible in View>Playback. Use feedback to request it.

  • Record and Playback performanc​e goes down at high frequency

    Hi,
    We're testing record and playback using USRP-2920( LV 2013sp1, NI-USRP 14)
    To test it, we downloaded record and playback example code.
    Signal source is a function generator outputting 6 MHz bandwidth 8 VSB modulation signal.
    USRP Rx parameters are center = variant / gain = 0 / IQ rate = 25MHz and Tx parameters are center = same as Rx center / gain = 0 / IQ rate = 25MHz
    The problem is... in low carrier frequency like 70MHz, quality of playback signal is great.
    But in high carrier freqency like 2.2GHz, SNR and signal power dropped significantly i.e. they tend to drop as carrier frequency goes high.
    And  the strange thing is as carrier frequency is increased, a small peak on the center is increased as well.
    Please check the attatched file to see the tendancy.
    So.. my question is why is this tendancy occures?(we tested another USRP and the result was same as before)
    and what should we do to reduce this effect?
    Regards,
    Youngmin
    Attachments:
    record and playback results.xls ‏469 KB

    Hi,
    I suggest a couple of things:
    NI USRP 2920 is a non-calibrated device. So setting a gain value of 0 at different frequencies could mean a different actual gain. So try increasing the Rx recording gain (on the USRP) in cases where you observe low SNR. Similarly Tx is not calibrated.
    Is the signal recording done with cables or over wireless medium ? You can try to eliminate any spurious signals if you use SMA cables while recording.
    I think the power at the center of the spectrum is the DC offset. You may refer to the DC Offset/LO leakage section in the best practices section here http://www.ni.com/white-paper/13881/en/
    Thanks.

  • Looking for Video playback app, like a DDR

    Hello, I'm looking for a program to cue up and playback quicktime files for live broadcast off of the computers hard drive. Kind of like a DDR but all running on the computer. It needs to have the ability to cue up files based on keystrokes, like 123 enter = playack of 123, and be pretty quick about it.
    I found Playbackpro.... at WWW.DTVideolabs.com but I'm looking for some other options.
    Thank you.

    Unfortuately I cant load the clips into quicktime since it's crashing when I load them..
    Just hoping for a light weight app that's sole function is video file inspection

  • Rented a movie from iTunes, playback has stopped and no longer works.

    Today I rented and downloaded a movie from the iTunes store. Got about 5 minutes into it and the playback froze.... I tried to fast forward... Nothing. Tried to rewind. Nothing. So I closed iTunes completely and reopened. Now when I try to play the rental, I just get a black screen. I don't want to waste $4.

    How to report an issue with Your iTunes Store purchase - http://support.apple.com/kb/HT1933 - working through iTunes application and iTunes Store interface.
    iTunes Customer Service Contact - http://www.apple.com/support/itunes/contact.html

  • No thumbnails or playback of MOV files in Adobe Bridge CC

    Hi
    I recently downloaded and installed the latest version of Bridge from the Creative Cloud and I am unable to view thumbnails of .MOV files taken with an Apple iPhone5. I am able to open the file but there is no audio or video in the playback. Anyone else have similar issues? I am able to view these same files in Lightroom CC fine. I am using Windows 7 64-bit. Thanks in advance for any help or advice.

    Only thing I can think of is there must have been some kind of mixup in
    the transfer process. Here's what I did: I plugged her phone into our
    Macbook Air at home and transferred her stills and movies off from her
    camera (using iPhoto) to a connected portable hard drive. From there I
    copied and pasted the files onto a removable thumb drive. From there I
    brought them to work on my PC and copied them off to a portable hard drive
    there. Seems to me the MOV files got lost in translation somehow. It's
    possible I didn't do this correctly? I know with MY iPhone images and
    movies I copied them directly from my phone onto my computer (PC) when it
    showed up as a device in my device listing. It wanted to use iTunes for
    this but I bypassed iTunes and did it the old fashioned way. These are the
    files that I am able to view correctly on my PC at work in Bridge. So I
    guess I need to recheck my workflow here.

  • PE 3.0 -- Video playback jitters -- content pulled from VOB files

    Thanks in advance for any advice!   I pulled 10 minutes of video from a DVD into Elements 3.0, edited it on the timeline and exported it to a DVD.  The original content is a dub of a finished TV show burned by a production company.... it's the only copy we can get.  My edit excerpts the part of the show that's about a non-profit I help out.
    My final output has "jitters" in shots that have motion.  The faster the motion -- like zooms or pans -- the more noticible the jitter.  You can almost ignore it when playing back on a computer, but on a TV it's really obvious.
    The only changes I made to the clips after import were:
              Interpret Footage => conform to D1/DV NTSC widescreen 16:9 (1.2)
              (so that footage matched the original 16:9 format.)
    Where do I start troubleshooting?  The initial project setttings?  Or is this an export problem?
    Thanks for any suggestions.
    Mark
    PS: On the original content, it says on screen before the show rolls that the master is "720P 59.94 16:9" -- but I don't know is if that's just the master or also the DVD

    Thanks for all the helpful replies. (Sorry I didn't understand the points system; thought I could tag you all as helpful.)    Elements 3.0 doesn't have that DVD or Hard Drive project setting, but it looks like this is where the trouble lies.
    Ridiculous thing is, I have Premiere Pro 5.03... but it will not ingest the VOB files.  Each file truncates to 30 seconds, even if the file is already pulled off the DVD and in a folder.   I could not find a solution online to that problem, so I tried Elements which did it easily, except for this jitter.
    AVAILABLE PROJECT PRESET SETTINGS:
    In PE 3.0, I can change the default project settings by creating a new default preset.  In the VIDEO section, If I start with DV - NTSC Widescreen (versus Adobe HDV or DV-Pal) I can create a new preset but it apeears my only changable video options are safe areas and display format.  The "Fields" drop down is grayed-out, defaulted to "Lower Field First" and can't be changed.  (Nothing else I change seems to make it available to change.)
    DISPLAY FORMAT dropdown:
        >30 fps drop-frame timecode
        >30 fps NON-drop-frame timecode
        > frames
    Are these settings of any use for this problem?
    In the GENERAL section, I can open a dialog called PLAYBACK SETTINGS.   Choices there are broken into "Realtime Playback" and "Export."   In Realtime Playback, I can check or uncheck "Desktop Video."   The default is checked, which let's me select an "External Device" or a setting for aspect Ratio Conversion."   External Device Choices are:
         None
         DV 29.97i (720x480)
         DV 25i (720x576)
         DV 23.976p (720x480)
    Those same external device choices are available under EXPORT.
    Maybe Elements 3.0 just can't solve this problem...  Any thoughts?

  • Problems with FCP 5.1.2 playback

    Ever since I updated to Final Cut Pro (FCP) 5.1.2 I've been having intermittent issues with "broken-record" like playback. If I reboot FCP it goes back to normal, but this is obviously a hassle. Has anyone else found a better fix for this? Thanks!
    -Francisco
    PowerMac G5 Quad 2.5GB RAM, 1.04TB HD space   Mac OS X (10.4.8)   Final Cut Studio 5.1

    does this happen if you use Ctrl-U to rearrange your windows to the standard layout first ? you can get skipping or broken playback if you have overlapping canvas and viewer windows, or if the video is not sized correctly for the window that contains it.
    do you have any anti-virus software installed? anti-virus software installs backround processes that are constantly interuppting other system and application processes in order to scan files ... they are the bane of video production systems and should never be installed n them.
    does this frame skipping happen regardless of the source format of the video?
    is there anything particular about the ocuurences that might provide a clue (eg does it only happen when you have multiple projects with multiple sequneces open or similar)?

  • Can't playback on Blackmagic Decklink HD extreme 2

    Hi all,
    I am looking to crossgrade from FCP7 to Premiere CS6 so I have the Master Collection Demo installed on my work station along with FCP. It's on a 2008 Mac Pro with 2 Quad core 3.2G Intel Xeons, 16GB ram, ATi 2600 HD 250mb graphics and a Blackmagic Decklink  HD Extreme 2. In the FCP set up this card fed a full HD JVC broadcast monitor via HD-SDI and I had no trouble with it at all and it played any type of sequence. My problem is that I can't for the life of me get a picture on the screen in Premiere. No combination of BM sequence settings or codecs, either BM or otherwise, seem to get it going. Output options seem extremely limited in the application set up with only one box to tick under the playback menu. This seems to have no effect whatsoever. The aplication can obviously see the card because the option to check it as a playback is there and the audio routes through without error. I have installed the latest Premiere updates and am running Desktop video 9.6. AE plays on the monitor fine but nothing in Premiere unless I switch the BM card to extended desktop and use the broadcast monitor as a second LCD and tick that option under the playback menu but then my GFX card seems to struggle and drops frames all over the place. I admit the ATI card is a bit of a slouch but options were limited for Mac unless you want the high end cards, which I am considering, could the fact the card is under powered have anything to do with video not getting to the BM card. I don't know much about the MPBE apart from the fact my card doesn't qualify.
    Any ideas on how to proceed would be greatly appreciated.
    Apart from no client monitor I'm loving Premiere, I'm finding th realtime stuff quite refreshing after FCP, which was a bit of a joke really in that area...but if I can't monitor, I can't make the switch.
    Thanks in advance.

    Hello,
    You don't need to use the blackmagic presets to play back through your card. What are your settings under preferences>general?playback?  You might want to try uninstallig the blackmagic presets and installing the latest Deskstop from BM. The uninstall option will be available when you download BM Desktop from their support site.  Having the latest version isn't what is important but uninstalling is.
    Cheers,
    Gerry

  • Playback with Blackmagic Ultrastudio Express Thunderbolt

    Hello,
    I'm using a MacBook Pro, a Blackmagic Ultrastudio Express Thunderbolt, and Premiere Pro CC 2014.  Under preferences I've set playback to BlackMagic playback.  When I connect a monitor to the ultra studio express I can get playback from the sources but not from the program.  I'm trying to output a green screen composite.  I've got the composite completed in the program viewer within Premiere, I've rendered the effect, but it won't play out to the external monitor.  But if I double click on either tracks on the timeline, they will play out to the external monitor.
    Any assistance would be greatly appreciated.
    Thanks,
    Herb Forsberg

    To my knowledge, if CC is up to date, it's up to date.  I checked and there are no updates.  Thanks.

Maybe you are looking for

  • How to enforce save/open dialog on fileDownload

    Dear All, in my adf bc app., an item is set to be displayed as fileDownload of OrdDocDomain to show a download link to the file stored in a orddoc column in a table. for doc file type, browser will prompt the dialog to ask to save or open, while for

  • MacBook - stop going to sleep mode When lid closed

    Hi , I am using handbrake to convert video files on macbook . I want to close the laptop lid and still want the process to run in background . Some one mentioned that if the laptop lid is closed and the system is running it gets heated rapidly . I wa

  • Distribution rule creation is not possible in CJIC after upgradation of ecc

    We are using  settlements for PS in ECC 6.0. Trying to partial settlement for WBS from CJ70 tcode, unable to find Final Settlement button/ icon where we give amount for settlement after some service patch upgrade .Can any one pls suggest any alternat

  • Bank Directory and house bank?

    Hello, i am a bit confused on Bank master data and house bank and also what is bank directory? according to my understanding bank directory is a list of all the bank's across the global no matter our company uses them or no. bank master data is the b

  • Installing Itunes 6 for Windows

    Hi, I just upgraded to Itunes 6, and now, even though it shows on my desktop Itunes-it won't open...The Icon is there, but now nothing happens when I open it. Then, after uninstalling and reinstalling about 8 times, I now get an "Error Report" when I