Looking for a preset to "jiggle" and object...

Hey all,
Does someone have a preset to "jiggle" a video frame?  Basically what I want to do is produce some thought/speech bubbles as JPG images, put the in a video track and then apply the preset to make the "jiggle".  I can obviously build something like this myself, but I had rather not as it will be a nightmare in keyframing, and I might have two or three of these things going and I would not want them all making the same pattern if I can keep from it.  If you know of another piece of software to do this, that is an acceptable solution also.
Thanks in advance,
Rob Hix

Paul_LS,
Thanks for that. I usually go to AfterEffects for the "Wiggler," but for de-stabilization, this would be a lot easier. Never looked at Earthquake Effect before. Do not know if PrPro2 has similar. While AE does a great job, if one can do it more easily in their NLE, it will save a bunch of work.
Appeciated - guess I need to explore my PE Effects more closely!
Hunt

Similar Messages

  • Help: looking for Serialization suggestions (on strategies and products)

    Hello,
    I'm looking for suggestions on how to tackle a Serialization issue. Suggestions on tools to use, and approaches for "do it yourself" coding are both needed.
    I need to serialize a large evolving codebase with a minimum of rewriting (overriding readObject... for each class is out of the question, likewise embeding metadata comments for all classes is also out of the question). Currently the codebase is using Java's default Object Serialization (to a binary array). This is completely unacceptable for the long term (object versioning and migrations are a nightmare).
    As such I've determined that JSX/JSX2 looks like a feasable solution (the pricing is nice; the mechanism wrappers readObject, writeObject (so a minimum of recoding); they automatically map objects back and forth and don't require Objects to be constrained (with meta data, being a given format (such as beans...))). I was leaning towards Object -> XML because:
    1) it is easy to read and therefore parse / upgrade / version
    2) it would fit into many different types of databases without need of specalized decompositions (just put the whole object in a data cell)
    however, management really wants to go Object -> tables. I am a bit leery about this but I keep hearing "we have no plans to move to any data technology other than RDB". Given those assumptions, it kind of pulls me in another direction. Namely a table serialization would have greatly enhanced performance (one could scan for objects with the highest value of some instance var quite quickly; with the other scheme it would be rather expensive...). So now I'm looking for suggestions on products that serialize Object -> table. The product at www.objectmatter.com looks like it might work well, but the licencing seems expensive. JSX/JSX2 might have Object -> table capability in the future but not now.
    Likewise, loathe as I am to reinvent a complex wheel, I am looking for strategies on rolling my own object -> table mapping code.
    On the one hand I think I might implement the serialization in a way similar to JSX (wrapper readObject...) as this would seem to give a direct route to the relevant instance variables.... On the other hand this would be even more slow than Java's current serialization, and I think I might go a bit blind parsing the binary stream. I could write some "stand-alone" that scans .java or .class files and auto generates a mapping file, then I could use some tool like Castor (however, given the complexities of some of my classes I think they might break Castor). The big problem is that my classes are complex and ugly (inner classes, anon classes...) so I get the feeling developing an algorithm for serializing them will be difficult and error prone. I was thinking of using Reflection and some guesses on getter/setters but now I'm thinking of using Java's security model (basically to turn all instance variables into "public" ones for my serialization routine).

    An update:
    Actually Castor didn't look as "full featured" as I originally thought...
    So for now I'm trying to write my own persistance manager. Its along the same lines as the article "Using Reflection to Automatically Map Objects to a Database" (which can be found at URL http://www.ajug.org/meetings/2001/DBMap.html ).
    The cool thing is that I have permission to make my work open source (I think that will help my company and others). My project goals are:
    1) create the persistance manager
    -the manager can be easily extended for any backing DB (within reason); so not just RDB but LDAP.... This will enable the user to easily "plug & play" DB technologies.
    -the manager will have a very simple (and limited) API similar to
    serialization. Basically one will be able to save, delete, and
    retrieve objects without needing predefined DB-Object mapping
    files.
    Likewise the user will be insulated from DB specific details.
    I am going to add a "context" which is basically a level of
    transactionalism (either the backing db supports it or you code it
    into your db wrapper layer).
    There will NOT be much in the way of query support.
    2) hook into existing "bridge" technologies
    -when I get done I want to see if I can get my auto-mapping & my
    persistence manager... to "cooperate" with stuff like Castor,
    Hibernate, OJB, TJDO.... This is a much lower priority but I see
    it as strategic for the long term growth of the project (it will
    enable users to transition from "dumb" auto-maps to "smart" custom
    ones seemlessly
    I'm going to open another thread about this on the forum.

  • Looking for devignette presets

    I'm looking for devignette presets for Canon APS-C cameras (Rebel XTi/400D and 50D) and some Canon lenses (EF-S 10-22, EF-S 17-85, EF 17-40). I do have some presets but the results are disappointing (http://www.fotocommunity.de/pc/pc/mypics/1075411/display/13685167).
    These presets should be as exact as possible, because I use them for some panorama shots.
    Here's how I made my presets:
    1) Shoot in Av-Mode with different apertures
    2) Set the black control point and the white control point for the luminance in the level inspector to the left and right respectively
    3) devignette until the image seems to have one grey tone only
    Has someone such presets?
    Boris

    Forgot to mention to shoot with some white glass in front of the lens.

  • TS4212 can anyone help please..  since iCloud  came on the scene  My all in one printer  keeps saying  it is not USB connected.  I have been  looking for over a week now   and even chatted  with the USA  but cannot get it to work

    can anyone help please..  since iCloud  came on the scene  My all in one printer  keeps saying  it is not USB connected.   what do I do
    I have been  looking for over a week now   and even chatted  with the USA  but cannot get it to work.
    I am really struggling

    Thanks
    someone named  Eloisa   she gave me   a phone no.   or visit hp.com/uk
    cannot make head nor tale of it all.  I am old.  and find everything hard to undertstand

  • Was just loading indesign and cannot start it. seem to have no rights for some presets. i deinstalled and installed new, same problem. help!

    was just loading indesign and cannot start it. seem to have no rights for some presets. i deinstalled and installed new, same problem. who can help?

    Not easy if vital information is missing. Sometimes it seems like people are using the internet the first time...
    What version of Indesign?
    What OS? "Rights" sounds like Windows
    What is happening when starting it?
    If Windows, where was it installed?
    If Windows, do you have admin permissions?

  • Looking for sample code using "first_tab" and "next_tab"

    Looking for sample code using "first_tab" and "next_tab". How is it used with ItemID within a dialog box? I've read the reference books - don't understand it.

    Hi Ray,
    There are several ways to do this, and in the example I created, I actually did not end up using shift registers. I've attached some example code that basically multiplies the period by the duty cycle percentage to achieve the number of milliseconds to be high and low.
    You would just need to insert your DIO code in each frame of the sequence structure.
    Hope that helps. Kind regards,
    -Sam F, DAQ Marketing Manager
    Learn about measuring temperature
    Learn how to take voltage measurements
    Learn how to measure current
    Attachments:
    70_PWM_Example.vi ‏23 KB

  • I am looking for some hotels on mozilla and encountered a strange issue, the hotel ad for first slot is not aligned in knowledge panel.

    I was looking for a hotel on mozilla and the first hotel exhibiting in the ad is not aligned with knowledge panel. However it is showing correct result on other browsers. This error is not just contained for one hotel ad but to other as well. I am just curious if it's an issue from their end or some technical syntax error in mozilla
    Please find an attachment.
    Thanks.

    You may have zoomed web page(s) by accident.
    Reset the page zoom on pages that cause problems.
    *<b>View > Zoom > Reset</b> (Ctrl/Command+0 (zero))
    *http://kb.mozillazine.org/Zoom_text_of_web_pages
    If you have made changes to Advanced font settings like increasing the minimum/default font size then try the default minimum setting "none" and the default font size 16 in case the current setting is causing problems.
    *Tools > Options > Content : Fonts & Colors > Advanced > Minimum Font Size (none)
    Make sure that you allow pages to choose their own fonts.
    *Tools > Options > Content : Fonts & Colors > Advanced: [X] "Allow pages to choose their own fonts, instead of my selections above"
    It is better not to increase the minimum font size, but to use an extension to set the default page zoom to prevent issues with text not being displayed properly.

  • I am looking for a small Dell black and white, laser printer like the Energy Star 1133 that is compatible with my macbook, 10.6.8.  I would like to buy a new computer in the near future so would need it to be work on my next computer also.  Any suggestion

    I am looking for a small Dell black and white, laser printer like the Energy Star 1133 that is compatible with my macbook, 10.6.8.  I would like to buy a new computer in the near future so would need it to be work on my next computer also.  Any suggestions?
    MacBook, Mac OS X (10.6.8)

    I am looking for a small Dell black and white, laser printer like the Energy Star 1133 that is compatible with my macbook, 10.6.8.  I would like to buy a new computer in the near future so would need it to be work on my next computer also.  Any suggestions?
    MacBook, Mac OS X (10.6.8)

  • I just bought the revolution after having a blackberry and i'm looking for a notepad type software and a place to store passwords.

    i just bought the revolution after having a blackberry and i'm looking for a notepad type software and a place to store passwords.

    I use SafeWallet after trying most of the apps in the market place. It's a bit expensive compared to most and you have to pay for the desktop application which sucks but the other apps were some cumbersome I knew I would never use them after the initial setup.
    I'll add the normal caution of storing passwords in a non-protected text file but you probably know that
    Bob

  • Good afternoon, my name is mike Perreault, on 9-28-13 I was looking for a free music app and I must have touch an ad about iTunes Radio because I was charged 20.20 on my acc", could please tell why and credit back on my acc.

    Good afternoon,  my name is mike Perreault , on 9-28-13 I looked for a free music app., I don't know what happen but my credit card was charged $20.20, please tell me why and credit my acc. Because I didn't purchase anything from iTunes .
    Sincerely ,
    Mike

    Please be aware that you are not communicating with Apple when you post in these forums. Most of the people who will reply to your posts are, like me, your fellow users.
    As to your issue, first, make sure that you did not inadvertently make an in-app purchase. Many apps, particularly games, are free for the base game but charge for additional features such as levels, "coins" and other such add-ons. Check your Purchase History to see if that reminds you as to what you might have purchased:
    http://support.apple.com/kb/HT2727
    If you find that this was an in-app purchase, to prevent this from happening again, turn off "In App purchases" in the Restrictions settings on your device. For more information, see:
    http://support.apple.com/kb/HT4213
    As to a refund, that's not automatic since the terms of sale for the iTunes Store state that all sales are final. You can contact the iTunes Store, explain the reason for your request, and ask, though:
    http://www.apple.com/support/itunes/contact.html
    They're usually pretty lenient in the case of inadvertent purchases, but there are no guarantees.
    If the charge was not an in-app purchase that you made and forgot but the charges do appear in your Purchase History, contact the iTunes Store and let them know. You should also immediately change your password for your Apple ID. If the charges don't appear in your Purchase History, they were probably fake charges made directly to your credit card, and your card issuer will need to handle those.
    Regards.

  • Looking for App - Track roster, attendance, and availaility

    I am looking for an iOS app that will allow me to put in my Teams Roster, put each players class schedule in, and then have the app automatically track who is available or not depending on practice time. This way when I go to take attendace for practice I will know who won't be coming.
    So basically if practice was at 4pm and several players were in class at this time, I would want the app to reflect this when I went to take attedance for the practice.
    It would be a plus if I could import contacts already on my phone, as well as use a calendar already synced with my phone.
    Has anyone come accross anything like this? I did a prettry extensive google search and couldn't find anything that did all of this together.

    There is one. It's called iOweYou, it's in the App Store, and it's free.

  • Apple TV won't download movies anymore.  it says to go to store and check Purchase history, but everything seems to be in order.  Any idea what I am looking for to fix the problem and download movies again?

    My apple TV will no longer download movies.  It says to go to the Apple Store and check purchase history.  Everything seems to be in order.  Any idea what I am looking for?

    Okay - let's cut to the chase...
    If the Menu Bar (File, Edit... Help) shown in my screenshot below is not visible, use CTRL+B to display it. Then click on Help/Check for Updates. If one is available, you will be able to select it at this time.
    Note the item at the bottom of the list; About iTunes. Selecting that will show you which version of iTunes you are using.
    An alternative method to display the Menu Bar is click on the box in the top left of your iTunes window...

  • Looking for DELL Webcam Central software and the webcam software updates

    My laptop is DELL XPSM1530. I read that the webcam was made by Creative Technology.
    Recently, I read in DELL.com that there is a software named DELL Webcam Central.
    It was said that it can improve the camera performance.
    I have looked for it in DELL.com but I did not found it and I also have looked it here but I got nothing.
    Where can I get it? Is it the same as Webcam Manager / Webcam Central that has been installed in my laptop here?
    And if it the same, where can I have the software updates?
    Thank you.

    Hi,
    You will stand a better chance getting in touch with Dell, the download site here does not offer the mentioned webcam software.

  • Looking for revovery media including OS and added software for SR5010NX

    No recovery partitions on hard drive, so I am  NOT  looking for free solution, but I would like to obtain the OS,  Productivity sofware,  and components drivers. Thank you for time.
    Sincerely
    Gary Poe

    Here are the specs for your Compaq Presario SR5010NX Desktop Computer. Here is the HP Software and Driver Downloads page for your your computer. HP no longer maintains Recovery Discs for your computer. HP Recovery Discs can be ordered from third party vendor ComputerSurgeons.com . These discs will return your computer to a factory like state, including restoring the OS and recovery partitions, all factory installed software, and drivers.
    Please send KUDOS
    Frank
    {------------ Please click the "White Kudos" Thumbs Up to say THANKS for helping.
    Please click the "Accept As Solution" on my post, if my assistance has solved your issue. ------------V
    This is a user supported forum. I am a volunteer and I don't work for HP.
    HP 15t-j100 (on loan from HP)
    HP 13 Split x2 (on loan from HP)
    HP Slate8 Pro (on loan from HP)
    HP a1632x - Windows 7, 4GB RAM, AMD Radeon HD 6450
    HP p6130y - Windows 7, 8GB RAM, AMD Radeon HD 6450
    HP p6320y - Windows 7, 8GB RAM, NVIDIA GT 240
    HP p7-1026 - Windows 7, 6GB RAM, AMD Radeon HD 6450
    HP p6787c - Windows 7, 8GB RAM, NVIDIA GT 240

  • Looking for software that mirrors Streets and Trips

    Hi Everyone,
    For years I've used Microsoft Streets & Trips to plan hiking trips and travel across the world.  I recenty made the switch to Apple and, of course, do not regret one aspect.  Except, that is, that I cannot seem to find any software packages or applications that mirror Microsoft's Streets & Trips.  Does anyone know of a program that may be similar and worth a try.  It's difficult to explain all of the capabilities of S&T so here is a link to the software for comparison. 
    I truly appreciate any help!
    -msm

    If you're looking for some options other than Streets and Trips now that is has been discontinued, I suggest visiting http://mappoint-alternative.com/ - I found some great replacements for Streets and Trips there!

Maybe you are looking for

  • Ipod shows in Windows Vista but not in iTunes. I'm freaking out!!!

    I've tried many things... It must be something with my computer, cause i've tried it on another computer with vista and it works fine. When i run a diagnostic test all seems fine but ipodservice - com interface not properly installed. Has anyone the

  • Adobe DPS and Encryption

    Hi There, Just asking this question in advance. I know when you submit your app, you have to tick a box indicating if you app is encrypted or not. Having created my app entirely in indesign and Viewer Builder, is there any way that it could be encryp

  • Live cache DBM access

    Hi Experts If I stop Livecache in LC10, only SQL access is coming down but DBM access is not totally. Though I can see the message "Live cache is successfully stopped". How to bring down the DBM access along with SQL access for LC 7.9 I would appreci

  • After sleeping - Macbook Pro won't connect to Internet unless I restart it

    Ever since from the update I got for the airport, I had to restart mbp after its sleep mode if I want to go surfing online... how do I ensure that I don't need to do this each time? Any assistance would be greatly appreciated!

  • Embedding an applet in an AWT frame

    Hi there, just a quick question. Is there a way that I can embed an Applet inside a AWT Frame? I know you have to use AppletStub somewhere. Thanks.