Animate video around a path

I want to animate 5 video clips moving around a path.   I have one of the videos tracing
a rounded rectangle, working fine.   Now I want to add the other 4 symetrically
around the same path. I know how to cut/paste the path but for the life of me I
can find no way to get them all equally spaced around the path following each
other.
Help?

Well when you have your first video going thru the path, time it.
If it takes 4 seconds to go from strat to finish, then you divide it by the number of videos. If you have 4 videos then, each video will be lagging 1 second behind the preivous one.
Put your first video on the first layer, the second on the second layer, the third and fourth on the third and fourth layers.
Now add an expression to the second layer position: thisComp.layer("First Video").transform.position.valueAtTime(time-(thisLayer.index+1));
You can copy this expression to all your other video position property.
Explanation of the expression:
thisComp.layer("your main layer").transform.position << This is the current position of your first video layer.
.valueAtTime(time) << this is where you specify, where in the time you want to take the position value. (time is in second)
Hope that helps

Similar Messages

  • Is it possible to animate videos and images coming from web service.

    i am calling a webservice. from that i am getting response. in that i have images and videos. i took those in an array. Now i need to animate those array values. just like animating images. So please tell me is it possible to animate videos are not. if yes how?

    Then, if it's not self-powered and you don't have a USB hub to power it, it's impossible.
    If you DO have a hub, give it a try. If the HDD is formatted in FAT32 or other, iOS-friendly formats (NOT NTFS!), you may be able to import videos / pics from it so that you can access them as imported media files.

  • I need to record two camera interview shoots and turn the video around quickly. What is the best solution using a MacBook Pro and final cut pro?

    I need to record two camera interview shoots and turn the video around quickly. What is the best solution using a MacBook Pro and final cut pro?

    Try reimporting all your media: file>>import>>reimport>>continue

  • Incomplete border around closed path with art brush

    I want to create a border around a path, essentially another path at a fixed distance from the original, but when I apply an art brush to the path the border has a break in it, as if it wasn't connected.  I have checked to make sure all of my paths are joined, am I using the wrong tool?  Here's a picture of what I'm talking about

    Why don't you try using Object>Path>Offset Path?

  • Can I trim around a path on an imported bitmap layer?

    Hi all,
    I'm working in Illustrator 9 on Windows 7.
    Can I trim around a path on an imported bitmap layer?
    I've imported a layer from Photoshop and I have a triangle path on a sub-layer of that placed bitmap layer that I'd like to select around outside of and then trim around the path on the imported bitmap layer to make that bitmap layer the shape of my triangle path.
    But when I select "Inverse" it is trying to select other paths outside my triangle path, so it selects only the bitmap layer and leaves me to delete only that entire bitmap layer.
    I want to select my path, then have it trim around the outside of the path on my placed bitmap layer.
    Thanks for any input,
    digi

    Hi Monika,
    I was just writing back because that's what I figured.  But my wavy line paths were very labor intensive when I created them in Photoshop so I was trying to copy and paste or import those in to Illustrator, but with no success.
    Years ago I was able to transfer paths created in Illustrator to Photoshop, but I don't remember ever doing the opposite.
    When I try to copy those complex, perfect sine-wave paths from Photoshop, I eventually get the message, "Could not export to clipboard because rectangle is empty."  But actually I'm trying to copy the paths from a TIFF with a background layer made of the color waves, so I'm not sure about that message's accuracy... and anyway I'm trying to copy the paths, not the background layer.  I right-click on the path and select-copy, but it doesn't copy back in to Illustrator.
    I've also tried "placing"/importing the sine-wave path, but it only places the background layer from the Photoshop TIFF.
    I've also tried simply dragging and dropping the path from Photoshop to Illustrator, but no go.
    Is there a way to import my sine-wave path from Photoshop to Illustrator?
    Thanks again,
    digi

  • Embedding edge animate video - endless Preloader no Video -- Updatet!

    Hi,
    i do a simple test with the Edge Animate Video-Tutorial on my FTP-Server. With a simple Play/Pause Button and a Video(mp4/ogv).
    I add a preloader image at the beginning and i center the whole stage.
    After i publish and upload the web folder to my FTP-Server, i get the animated preloader image in the Browser Window in the top/left corner and nothing else(endless Preloader animation).
    Only after i press 1 to 3 times the reload Button, i get the right animation and the video play if i press the play button and the Stage is centered. Everything works then fine.
    Safari, IE9, Chrome and Firefox have the same behaviour.
    What is wrong???
    You can do a test here: ultimate trail video
    Best regards
    Dirk

    Hi Darrel,
    i have deleted the preloader and updated the animation to my FTP-Server, now it works fine on Chrome, IE and Safari except of Firefox. On Firefox i have to press reload one time.
    What can i do??
    Dirk

  • Randomnly load and animate videos from xml

    This is a lot to ask for Im sure but I want recreate a video
    thumbnail playlist similar to the one exsisting at the top of
    youtube.com page.
    I have an xml file with paths to the video.flv. I would like
    the thumbnails that launch the video to animate as it appear on
    stage (simple transition).
    I would also like these seven thumnail images to rotate out a
    new seven images about every 10 seconds.
    Where do I start? How can I create this effect using
    actionscript 3.0.
    Thanks in advance for your help

    This is a lot to ask for Im sure but I want recreate a video
    thumbnail playlist similar to the one exsisting at the top of
    youtube.com page.
    I have an xml file with paths to the video.flv. I would like
    the thumbnails that launch the video to animate as it appear on
    stage (simple transition).
    I would also like these seven thumnail images to rotate out a
    new seven images about every 10 seconds.
    Where do I start? How can I create this effect using
    actionscript 3.0.
    Thanks in advance for your help

  • How to go around max path lenght in Solaris

    Hi, I have really special question. I have been searching internet for answers, but nothnig satisfy my needs.
    I found some basic info in http://forums.sun.com/thread.jspa?threadID=5357258
    I need to store realy huge amount of files and i have been searchnig for suitable FS. I have found ZFS wich is ideal for my needs. My problem is, that file path is limited to 1024 chars. Please don't say, that is long enough, i need more. This limitation is "guaranteed limit for the length of a path that system calls will deal with" so is it possible to raise this number or somehow to go around it?? I wrote test programs in Java nad C++ and both stops creating dirs when file path was about 1024.
    For example in Windows is path limit 260 chars, but it is only backward compatibility, so using Win API it is possible to have path length about 32 000. Exists something similar in solaris?
    And next question is about ZFS. It is better to have huge amount of files in dir tree or all files in one dir (if it is not limited like file path)? For human is better dirs, i know, but my files wont be human-browsable.
    dir tree:        in one dir:
    /0/0.ext         /00.ext
    /0/0/0.ext       /000.ext
    /0/0/0/0.ext     /0000.ext
    /0/0/0/1.ext     /0001.extwich type of storage has better efficiency in ZFS?
    Thanks

    I have made some tests and here are results:
    OS: OpenSolaris 2009.06 (console mode, not Gnome)
    FS: ZFS
    CPU: Intel Pentium 4
    RAM: 1 GB (free 500 MB before start)
    Test 1 - ZFS
    Files: about 220,000 (system) + 12,356,630 (generated and tested files)
    File size: 1024 B
    Generation speed: about 1200 files per second
    Deleting speed: 10 hours
    +-----+---------+--------+--------+-------------+
    |found|  files  |  time  |  avrg  | readed data |
    +-----+---------+--------+--------+-------------+
    | yes |   1,024 | 45 sec |  44 ms |       1 MiB |
    | yes |   1,024 | 37 sec |  36 ms |       1 MiB |
    | yes |   1,024 | 50 sec |  49 ms |       1 MiB |
    | yes |   1,024 | 42 sec |  41 ms |       1 MiB |
    | yes |   1,024 | 36 sec |  35 ms |       1 MiB |
    | yes |   1,024 | 48 sec |  47 ms |       1 MiB |
    | yes |   1,024 | 40 sec |  39 ms |       1 MiB |
    | yes |   1,024 | 36 sec |  35 ms |       1 MiB |
    | yes |   1,024 | 51 sec |  50 ms |       1 MiB |
    | yes |   1,024 | 43 sec |  42 ms |       1 MiB |
    | yes |   1,024 | 47 sec |  46 ms |       1 MiB |
    | yes |   1,024 | 48 sec |  46 ms |       1 MiB |
    | yes |   1,024 | 42 sec |  41 ms |       1 MiB |
    | yes |   1,024 | 47 sec |  46 ms |       1 MiB |
    | yes |   1,024 | 42 sec |  41 ms |       1 MiB |
    | yes |   1,024 | 45 sec |  44 ms |       1 MiB |
    | yes |   1,024 | 43 sec |  42 ms |       1 MiB |
    | yes |   1,024 | 37 sec |  37 ms |       1 MiB |
    | yes |   1,024 | 49 sec |  48 ms |       1 MiB |
    | yes |   1,024 | 46 sec |  44 ms |       1 MiB |
    +-----+---------+--------+--------+-------------+
    Test 2 - MySQL
    Records: 16,777,214
    Record data size: 1024 B
    Size of table: 16.6 GiB
    Generation speed: about 700 files per second
    Deleting speed: 30 seconds
    +-----+---------+--------+--------+-------------+
    |found| entries |  time  |  avrg  | readed data |
    +-----+---------+--------+--------+-------------+
    | yes |   1,024 |  1 min |  66 ms |       1 MiB |
    | yes |   1,024 | 41 sec |  40 ms |       1 MiB |
    | yes |   1,024 | 41 sec |  40 ms |       1 MiB |
    | yes |   1,024 | 43 sec |  42 ms |       1 MiB |
    | yes |   1,024 | 41 sec |  40 ms |       1 MiB |
    | yes |   1,024 | 41 sec |  40 ms |       1 MiB |
    | yes |   1,024 | 40 sec |  39 ms |       1 MiB |
    | yes |   1,024 | 41 sec |  40 ms |       1 MiB |
    | yes |   1,024 | 40 sec |  39 ms |       1 MiB |
    | yes |   1,024 | 41 sec |  40 ms |       1 MiB |
    | yes |   1,024 | 40 sec |  39 ms |       1 MiB |
    | yes |   1,024 | 40 sec |  39 ms |       1 MiB |
    | yes |   1,024 | 40 sec |  39 ms |       1 MiB |
    | yes |   1,024 | 40 sec |  39 ms |       1 MiB |
    | yes |   1,024 | 41 sec |  40 ms |       1 MiB |
    | yes |   1,024 | 40 sec |  40 ms |       1 MiB |
    | yes |   1,024 | 40 sec |  39 ms |       1 MiB |
    | yes |   1,024 | 40 sec |  39 ms |       1 MiB |
    | yes |   1,024 | 40 sec |  39 ms |       1 MiB |
    | yes |   1,024 | 39 sec |  38 ms |       1 MiB |
    +-----+---------+--------+--------+-------------+So both ways are very similar, but MySQL was little faster and has more entries. My test computer is very bad, so it is hard to say wich way will be faster on some server with more RAM, fasters discs and CPU. But you were right, because MySQL was faster than FS. So maybe i will use database insteda of FS, because there is no limit and i can save som other info wich is in file's data now. Thanks that you compel me to try it.

  • SPA 525G[2]: monitor mjpeg video RTSP , remove PATH constraint

    Having read the forum's guide on the topic ,
    https://supportforums.cisco.com/docs/DOC-9806 , and related errata
    it's clear the phone can render MJPEG via RTSP.  The defect is the expectation of a needlessly specific URI PATH
    rtsp://10.20.30.40/img/jpgvideo.sav
    The SPA 525G and 525G2 could easily display ANY RTSP stream of MJPEG; it certainly has the power.   If one constrained the video stream (or transcoded non-matching stream on the fly) to:
    320x240
    5 fps
    Constant Bit Rate
    (with low bitrate)
    ref:
    phone would play it PROVIDED one match the INANE URI PATH
    SPA video monitoring bugs
    Cannot use video monitoring with BlueTooth enabled
    setting line to disabled is not enough  (admin advanced, voice, phone, bluetooth)
    SPA video monitoring defects
    cannot assign video monitor to soft touch button?
    INANE URI PATH filter precludes direct use of compliant video via RTSP from other IP cameras
    It IS possible to use other mjpeg stream via RTSP so long as one presents inane expected PATH
    Please remove the PATH filter from the phone's firmware in the next update.
    SPA525G2 video monitor DOES work with TrendNet TV-IP312  [ethernet IP Camera]
    video encoding: mjpeg
    video quality: normal
    frame rate: 5
    ..with some creative use of nginx or apache
    I don't use wifi because I prefer quality communication with minimal or zero jitter.  Home ISPs offer [inflict] wifi as a  way to oversell (depriving you of the bandwidth you purchase)
    Question_1
    When will Cisco allow PATH variations?  I understand Cisco wanting to sell integration between products.  Cisco need NOT support third party RTSP video sources.  But Cisco OUGHT NOT prevent customer providing own additional value for one's own Cisco product.
    [ Consider customer use of free Open Source PBX with Cisco SIP phones:  not supported but NOT disallowed   http://freepbx.org  https://freeswitch.org http://sipsorcery.com ]
    Question_2
    When will Cisco SPA video monitoring support MPEG4?  Yes, I understand there are more parameters to configure for MPEG4 vs MJPEG
    Question_3
    When will Cisco SPA switch be upgraded from old timey  100BASE-TX  to  gigabit ethernet?
    An appropriate reply SHALL NOT quote the above guide or section of documentation as it would insult the customer or demonstrate gross ineptitude on behalf of Cisco.

    There is no reason I should have to delete my preferences every single time I want to use the program.
    Sure enough, but your description of the behavior and the whole shebang crashing with ntdll indicates a file I/O or permissions problem nonetheless. So check your folder permissions, user privileges and possibly any security tools. Same for 32bit services and drivers that simply may not be compatible. A quick look in the device manager can tell you that...
    Mylenium

  • Ugly Gray Borders Around My Paths

    It doesn't matter if I turn the stroke completely off of a path or not; Illustrator is still putting ugly gray borders around them.
    Here is a picture:
    http://peacepunk.net/images/uglyborder.jpg
    They appear around the curtains, around the bed (the red thing at the bottom), and the white part on top of the bed. (Actually, this has a stroke of black, but the gray stroke does this "dot dot dot" effect.)
    It looks incredibly ugly, and I don't know why it's there. Help? The zoom of this picture is at 100%.

    Wow, problem solved. I just changed the color mode from CMYK to RGB. Hope this helps out others with the same issue!

  • How can I embed a video with absolute path into a PDF

    I'm having some difficulties in embedding a video into a pdf; I followed the instructions to embed it properly, but the path points to my personal computer , so that the video will be available only on the computer I used to embed the document.
    Any suggestion? Can I modify the path directly? The PDF is supposed to be linked to another interactive PDF and to work both online and offline.
    Thanks!

    Thanks for the reply. I tested the file on other computers, though, and it doesn't open the video on any computer but mine (mine: the one I used to embed the video).
    Am I doing something wrong? I'm using Acrobat X and the procedure I'm following is: Multimedia/Add Video/Choose file
    I searched for manuals online and I saw that some of them were checking the box "embed file", but I don't have that choice..
    Maybe I'm supposed to use another version of acrobat?

  • Embedding edge animate video in muse don't work on firefox

    I do a simple animation in Edge Animate. A video and 2 buttons: 1 to play/pause and 1 to mute on/off. It's a resizable vidéo and I import it into Muse. She perfectly run on Chrome, Safari and IE9, but I have only the sound on Firefox.
    You can see my try ; http://www.paccom.fr/kfh/index.html

    Hello,
    URL seems to show video on both Chrome and Firefox.
    Please clear cookies of the browser and then try to check the URl
    Regards
    Vivek

  • Moving Videos Around With Zen Visio

    Hi all, I need some help with my videos on my new ZEN V:M. I have already put some videos on there and they are under the main Video folder, however I would like to put them into a sub-folder within the Video folder. The ony problem is?Zen M Explorer won't let me transfer them into the sub-folder. I try to drag and drop but nothing happens. I try to copy and paste but nothing happens. Any help would be greatly appreciated. Thanks in advance.

    <EM>My second Zen has been performing ok since I cleaned it up. Hopefully this will solve problem. If it continues, I will be purchasing an Ipod.</EM>
    <EM></EM>
    John that is exactly what I opted to do. I was just too nervous making this kind of investment to have the customer service response so lacking, along with the weak warranty.
    I got an iPod, though I really didn't want too. I was able to get the Hi-Fi speaker system, JVC car adapter kit so that the text information and control of my iPod is done via my JVC head unit. These two things alone made the switch worth while. I really like the ZV:M, but with the above mentioned issues and no real accessories this was a no brainer. I know folks say on the display isn't as good, but it is good enough for watching video podcast occasionally, I didn't buy the ZV:M or iPod to watch videos. But I can tell you the touch pad is better and doesn't dri've nuts.
    By the way I've not had one single issue. No clattering MP3 playback and no freezing up... not a single time and I've used the iPod for going on 4 days. Today was the first full day I used it on the road in my truck, in the office and to take a slow walk around the property to check on my animals. Flawless performance! I am happy! If only I could have had this with the Zen Vision:M. I really wanted to support Creative, but this is what happens when you don't do a better job with quality control and testing your product. I had not realize that Creative is actually in 3rd place, well behind San Disk which is in 2nd place by a country mile behind Apple. Now I understand why no one makes accessories for the Creative MP3 players.
    Message Edited by OTACORB on 08-2-2006 06:04 PM

  • Cant Find Video message Vod Path in SQLite Databas...

    Hello! Today i downloaded SQ Lite Database Browser and opened C/User/(Windows Name)/Appdata/Roaming/Skype/(Skype Name)/main.db. I found the video message I want to save but as I found the column vod path it was empty there was no link. Why? Please Help.
    ElsaFrozen
    Solved!
    Go to Solution.

    Thank You Sooo Much I played it again and i found the vod path file thank you
    ElsaFrozen

  • How to play a video from directory path

    I'm not able to play a video while clickng the play button. It was appering a black screen while chilckng the button. y this was happening please help me im new to ios..

    Hi,
    To retrieve the data from database, I suggest that you could use DAO and you could iterate the records.
    There is a link about RecordSet of DAO that can help you:
    # Database.OpenRecordset Method (DAO)
    https://msdn.microsoft.com/en-us/library/office/ff820966.aspx?f=255&MSPPError=-2147217396
    For this requirement of play video, I suggest that you could create a new form, then add the Windows Media Player ActiveX control to the form.
    You could set the value to URL property to specify the media file. To full screen the player, you could set
    fullScreen to True.
    For the issue of play one after another or play a video through VBA, they are more related to VBA, the VBA forum is the better place for VBA questions, I suggest that you could post it there for solutions.
    Regards
    Starain
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • Fontographer PS fonts issue with Yosemite

    I have created a number of PS fonts (.otf) with Fontagrapher 5. They have been working flawlessly ever since on my MacBook Air (mid 2012) 8GB RAM and 512GB SSD. Since moving yesterday from Mavericks to Mac OS X Yosemite, things are terrible. All font

  • HELP!HELP!HELP!  Microsoft error message

    Please help! When I try to edit a certain scene IN FLASH CS3, microsoft error message pops up to send an error report. i was just using that scene earlier today. WHAT THE HELL HAPPENED? i can't even test the scene or movie! please help! message: Erro

  • Negative analog trigger voltage

    Hello, I am currently working on a program in Labview 6.1 with two E-series devices acquiring data simultaneously.  I am currently using a analog channel to trigger the acquisition.  My application uses a signal that has both positive and negative vo

  • Can't disable admin account

    I have created a new account on my macbook so that I can make it an admin and disable the admin status on the account I have been using. But when I go to the 'Accounts' pane, the 'Allow user to administer this computer' flag is grayed out, so I can't

  • Cant install oracle 8i in windows 2003 server

    hi, I am a newbie in Oracle.While Im trying to install Oracle 8i in Windows 2003 server , setup is not running.It didn't show anything.When trying to run from auto run, after splash screen nothing came.I formatted hard disk,changed two more hard disk