Video to vector flash

I will be getting a series of 10 second video's for a
website.
They would like me to recreate the video as animated
silhouettes of the people in the video.
To show basic fight moves.
Is it possible to take the supplied video into Flash, remove
the background, and trace the people so it is just the silhouettes
of them moving?
Or would it be better to take the vector silhouettes I
created for static images and animate them myself?
I am not a pro with animation, but I have never used video in
Flash either.

I will be getting a series of 10 second video's for a
website.
They would like me to recreate the video as animated
silhouettes of the people in the video.
To show basic fight moves.
Is it possible to take the supplied video into Flash, remove
the background, and trace the people so it is just the silhouettes
of them moving?
Or would it be better to take the vector silhouettes I
created for static images and animate them myself?
I am not a pro with animation, but I have never used video in
Flash either.

Similar Messages

  • Der aufgerufene Media Encoder stürzt beim Video-Export aus flash immer ab. Weiß Jemand warum?

    Der aufgerufene Media Encoder stürzt beim Video-Export aus flash immer ab. Weiß Jemand warum?

    Hallo Mylenium,
    Du hast absolut Recht! Meine Anfrage war derart allgemein, dass Niemand damit etwas anfangen konnte. Ich habe das Problem mit dem Adobe-Chat lösen können, es hatte mit meiner AMD-Grafikkarte und einem anderen AMD-Gerät zu tun, deren Treiber aktualisiert werden mussten! Das nächste mal werde ich mich deutlicher zu verstehen geben;-)
    beste grüsse von
    Günter Merlau

  • How to watch flash based videos without adobe flash installed using Safari

    How do I watch flash based videos without adobe flash installed using Safari?

    Once you have Chrome installed, activate the Develop menu in Safari (go to Safari Preferences > Advanced > Show Develop Menu). You then will see under the Develop menu the Open Page With option and Chrome will be listed there.
    So each time you open a page with Safari requiring Flash, you use that menu option to open the same page in Chrome.

  • How do I embed a youtube video in a flash web page?

    I am attempting to embed a youtube video in a flash web page I created. I have been able to do this in html on static sites and thought I might be able to do the same in flash. Can anyone walk me thru the steps to do this?

    Thank you Rob,
    I am VERY new to actionscript and have an additional question:
    I saw this in the beginning notes of the document link you sent me:
    Use the following URL to load the chromeless player into your 
    application and build your own custom controls in Flash:
    http://www.youtube.com/apiplayer?version=3
    how do I do this? Do I do this in actionscript (how) or the import 
    feature?
    Any additional assistance you give me will be greatly appreciated
    Seta Majkia
    Kemitemultimedia
    www.kemitesound.com
    [email protected]

  • Is it possible to import YouTube videos into a flash FLVPlayback component...?

    Hi all,
    I'm now working on a flash website, i need to play a youtube video inside my flash movie.
    In this Flash file i have a FLVPlayback component and i tried to link the youtube video into this but did'nt work.
    Please help me...

    You should find what you need here: http://code.google.com/apis/youtube/flash_api_reference.html

  • Help! Can't play online videos in Adobe Flash CS3/ CS4.

    Hi everyone,
    I am not able to play online videos in Adobe Flash CS3/ CS4. Reinstalled, changed computer, the same. But I could play just a month ago. Any idea what could have happened to my Adobe Flash CS3/ computer  or any other source please?
    Many thanks

    Thanks for the help guys.
    Clearing the cache didn't work, but removing the Youtube cookie and restarting firefox did. I can now switch to Hi-def again
    Cheers :)

  • Playing video from a flash media server

    Can anyone point me to code to play streaming video from a Flash Media Server in Flex?

    Can you tell me how are you concluding that you are skipping few seconds when you set higher bufferTime - is it on visual inspection or say based on status messages.

  • Playing video from a flash streaming server

    Hi I've been trying to insert a video in a flash project that is hosted on a flash media server. I put the address wich by the way is rtmp://p8bezucu.rtmphost.com/testevideo/portfolio.flv and it doesn't work, I'm pretty sure that the address is right, am I misssing something? Thanks a lot

    Have you tried dropping the .flv from the source url string? I think if the FLVPlayback component sees .flv it thinks it is a progressive download instead of a stream.

  • Video masking in Flash

    Hi gang,
    This is my first post here, and your help is most
    appreciated.
    I attended an Adobe webinar last week entitled "Thinking
    Outside the Box", which focused on video functionality within
    Flash. Towards the end of the broadcast, the instructor used a very
    cool technique to mask out a portion of the screen (in this case a
    hole in the wall), and insert the video behind it. You can see the
    exact method at
    http://www.paultrani.com/video/.
    I jotted down what I thought to be simple instructions as I
    watched the video, but when I tried to do it later that evening it
    would not work correctly. Does anyone know or can anyone point me
    to a resource to accomplish this? I know I am missing something
    very simple, which is quite embarrassing, but I have reached my
    frustration point and need guidance.
    Thank you in advance for any help you can provide, and I look
    forward to looking through some other posts for inspiration and
    tips.
    Regards,
    Bryan

    You just need to apply a mask in the layer above the video.
    Here's an example that allows you to turn the mask off and on:
    http://www.ddg-designs.com/downloads/maskedVideo.zip

  • Video Tracking in Flash

    Does anyone know how to do video tracking in flash? I want a
    camera to record movements and transfer them in real time as
    commands to an object in Flash. Is this even possible?

    Doable. Yes.
    Easy. No.
    http://incomplet.gskinner.com/index2.html#camwriter2
    http://nuigroup.com/forums/viewforum/33/
    http://www.adobe.com/devnet/flash/articles/webcam_motion.html
    http://www.nastypixel.com/prototype/project/flash-motion-tracking

  • Change Video Parameters with flash button

    Hi can anyone tell me what code I would need to attch to my
    button to change the adress of the video being played in my flash
    video player.
    Or can you tell me how i can create a playlist of videos and
    use flash forward/ back buttons to skip between them.
    So far i have a working player, i have found a way to change
    videos by tweening, but that would take me forever to tween every
    video in my playlist.
    Thanks
    Jey

    Sure. Specically what I changed from what DW automatically
    did is- delete the !DOCTYPE W3C line #1, Condensed the html tag to
    simply <html>, moved title up under head, the "Content-Type"
    bit under title, got rid of the "/" befor the ">" in that line,
    eliminated the entire style section and replaced it with the body
    tag, indented the "}" under the if line. Which one, or combination
    of which did the trick, I don't know. Several of those things I
    don't really comprehend. I was just trying to match what I knew
    worked. And then on top of that, I had to publish in Flash7. There
    is some kind of new way to do it in 8, called ExternalInterface
    which made me dizzy when I read it. Here's the final working code:
    <html>
    <head>
    <title>Melanie Harrison</title>
    <meta http-equiv="Content-Type" content="text/html;
    charset=ISO-8859-1">
    <script language="JavaScript">
    <!--
    function changeBgColor(newBgColor) {
    if (window.document && window.document.bgColor) {
    document.bgColor = newBgColor;
    -->
    </script>
    <script src="Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    </head>
    <body bgcolor="#d7e8eb" text="#000000">
    <div align="center">
    <p>  </p>
    <p>
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','wid th','800','height','600','src','melaniehome','quality','high','pluginspage','http://www.ma cromedia.com/go/getflashplayer','movie','melaniehome'
    ); //end AC code
    </script><noscript><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
    width="800" height="600">
    <param name="movie" value="melaniehome.swf" />
    <param name="quality" value="high" />
    <embed src="melaniehome.swf" quality="high" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" width="800"
    height="600"></embed>
    </object></noscript>
    </p>
    </div>
    </body>
    </html>

  • Lauching videos from a flash animation built with Catalyst

    Hi all,
    I'm using Flash Catalyst with the idea of building a table of contents for the movies of my external hard disk.
    But I don't know how to lauch various videos from a flash animation built with Catalyst (button).
    Is it possible ?
    Thanks you.

    Are you looking to:
    Click a button in Fc
    Open a relative file location that is on your local disks
    If so, this FAQ should help you.  (the pdf would be replaced with your movie file)
    FAQ: How do I creative a relative link to a PDF without http:// for an interaction?
    Best,
    Tanya

  • Using a video stream (NOT streaming a video clip) in Flash?

    Hello,
    I need to get a RTSP video stream into Flash but I can't
    figure out if it is possible to do. Also, the stream is encoded
    using H.264 for video and AAC for audio. Any suggestions on how to
    make this fly is more than welcome.
    Best regards from a sunny Stockholm - spring is finally here!
    /Cristian

    Just check it with the .flv files. If it works fine for them
    then your code is fine and you have to search for your format or convert it in flv my any means.
    with Regards,
    Shardul Singh Bartwal

  • Overlay live video feed with flash animation

    I am using a webcam to allow people see themselves on a screen.  I would like to overlay the video with some flash animation (simple graphics of planes, cars etc.) going across the screen.
    How do I achieve this?

    Hi IEC,
    Having just finished an app that has two ROI overlay layers ontop of a
    static image, I might be able to give you some ideas. All of the below
    assumes that you know basic Labview programming.
    - I have not used IMAQ yet, and so am not sure what front panel control
    type will render the live video images. But, I'm not sure that matters.
    - If you can place an XY Graph over your video display on the front panel then we have it made
    - stretch the size of the XY Graph so that the plot area matches the size and placement of your video image panel
    - make the plot area of the XY graph transparent.
    - you can also make the border of the XY graph transparent
    - if you want a scale for your video then use the scale of the XY Graph to show the scale of your video images
    - then it's just a matter of defining the XY points of the ROIs that you want to plot on the XY Graph
    - if you want multiple ROIs then each can be a different color by making them different channels to the XY Graph
    - if you just want a few straight lines, and want to be able to move
    the lines around in realtime then you can get a little fancier:
           - turn on the cursor legend for the XY Graph
           - create two cursors for each line that
    you need (a start point cursor, and an end point cursor)
           - set the color and cursor style as desired
           - in your main loop:
                     - use the XY Graph "crsr list" property to get the XY positions of the various cursors
          - those cursor XY positions become
    points of line segments fed to the XY Graph to plot (draws a line
    between the cursors)
           - In realtime, as you move the cursors, the line segments move accordingly
    In my particular app I had to provide a mechanism for the user to
    create ovals, rectangles, polygons and freehand ROIs. Then I also
    needed mechanisms to rotate, pan or expand/compress the ROIs. This is a
    bit more challenging, but very do-able.
    Hope that helps,
    RMP

  • How can I put video stream on flash media server on to website running on IIS7?

    We are encoding live video feed using Flash Live Media Encoder and publishing it using Flash Media Server. Is there any documentation on how I can put this publishing point on a website running on IIS7?

    Sorry - but not very clear what you are trying to achieve here - can you please elaborate what you want to do?

Maybe you are looking for

  • ITS mobile - Enter / Return key function in windows mobile

    Hi, I am using ITSMOBILE with a RF gun. I have developed screens but when using ENTER key on the RF device, it does not work. I have checked in IE6 and it works. It seems it is an issue with the RF device. Does anyone have an idea to resolve this iss

  • HELP! Unable to run root.sh

    I have just started to install the Oracle 8.0.5 for Linux and have run into a little problem (I am using RedHat 5.1). I setup the proper oracle user and group and set up the proper env variables in the .profile of the oralce user I setup like so: LD_

  • On Demand picture is scrambled on some stations

    When I attempt to watch a program on demand on NBC, CBS or ABC the picture is scrambled. I was watching a show and it was fine, had to get out and when I went back to finish it, the whole picture was scrambled. I tried changing to SD from HD but that

  • Web Enterprise Error

    (436.3 7-23-1997)) id 852565D0.0057B237 ; Mon, 23 Mar 1998 10:57:52 -0500 X-Lotus-FromDomain: WORLDBANK Forte returned the following error to my browser during template processeing: qqsp_Exception caught while executing EXECUTE tag named CISScanner.L

  • Help with PS script that gets run when an event ID is triggered.

    Hello, I've had some great help from Mike Laughlin on this forum on creating a simple PS script that can email me when a particular event id is seen on a server. Here it is: $serverName = $env:COMPUTERNAME Send-MailMessage -to [email protected] -Subj