Drawing a straight line over a video

Is it possible to draw a straight line over a video in CS6 and also to watch the video frame by frame to take exact timings?

Hi Jeff,
Back again! i have managed to put the line over the video and can have it on there as long or as short time as i wish, but it appears to be moving with the video and i need it to stay at a certain point and the video to carry on playing. Basically im trying to mark a point on a race track where the horse in the lead gets to, then i need the line to stay there for when the last horse comes to the line, with the lead horse moving on past. Currently the line doesnt stay on a specific point it on the video and go out of shot when the video moves, it appears to be moving with the video. I know the overlay is a static image but is there a way of making it look like it stays in a specific place on the video?
Hope this makes sense!
Thanks Kat

Similar Messages

  • Any way to simulate a user drawing a straight line in Captivate 6?

    I'm trying to create a software simulation. While most of the user interaction with the software involves just clicking buttons and entering values in various fields, there is one place where the user has to draw a straight line from one point to another. Basically, I would like Captivate to dynamically display the line as it is being drawn (i.e., getting longer as the mouse moves away from the starting point).
    Is there any way this can be done in Captivate? Thanks.

    Hello,
    Welccome to Adobe Forums.
    Software Simulation (Automatic Recording) create slides on event based (Keyboard button press or Click on Mouse)
    When you draw something it will not show you the drawing at the time of recording, for that you can use Video Demo
    Thanks,
    Vikram

  • How to draw only straight line instead of angled one??

    Dear friends,
    I saw a very good code posted by guru here(I think is camickr),
    But I tried to change it and I hope to draw only straight line instead of angled one, can you help how to do it??
    Thanks so much.
    import java.util.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.event.*;
    public class DrawingArea extends JPanel
         Vector angledLines;
         Point startPoint = null;
         Point endPoint = null;
         Graphics g;
         public DrawingArea()
              angledLines = new Vector();
              setPreferredSize(new Dimension(500,500));
              MyMouseListener ml = new MyMouseListener();
              addMouseListener(ml);
              addMouseMotionListener(ml);
              setBackground(Color.white);
         public void paintComponent(Graphics g)
              // automatically called when repaint
              super.paintComponent(g);
              g.setColor(Color.black);
              AngledLine line;
              if (startPoint != null && endPoint != null)
                   // draw the current dragged line
                   g.drawLine(startPoint.x, startPoint.y, endPoint.x,endPoint.y);
              for (Enumeration e = angledLines.elements(); e.hasMoreElements();)
                   // draw all the angled lines
                   line = (AngledLine)e.nextElement();
                   g.drawPolyline(line.xPoints, line.yPoints, line.n);
         class MyMouseListener extends MouseInputAdapter
              public void mousePressed(MouseEvent e)
                   if (SwingUtilities.isLeftMouseButton(e))
                        startPoint = e.getPoint();
              public void mouseReleased(MouseEvent e)
                   if (SwingUtilities.isLeftMouseButton(e))
                        if (startPoint != null)
                             AngledLine line = new AngledLine(startPoint, e.getPoint(), true);
                             angledLines.add(line);
                             startPoint = null;
                             repaint();
              public void mouseDragged(MouseEvent e)
                   if (SwingUtilities.isLeftMouseButton(e))
                        if (startPoint != null)
                             endPoint = e.getPoint();
                             repaint();
              public void mouseClicked( MouseEvent e )
                   if (g == null)
                        g = getGraphics();
                   g.drawRect(10,10,20,20);
         class AngledLine
              // inner class for angled lines
              public int[] xPoints, yPoints;
              public int n = 3;
              public AngledLine(Point startPoint, Point endPoint, boolean left)
                   xPoints = new int[n];
                   yPoints = new int[n];
                   xPoints[0] = startPoint.x;
                   xPoints[2] = endPoint.x;
                   yPoints[0] = startPoint.y;
                   yPoints[2] = endPoint.y;
                   if (left)
                        xPoints[1] = startPoint.x;
                        yPoints[1] = endPoint.y;
                   else
                        xPoints[1] = endPoint.x;
                        yPoints[1] = startPoint.y;
         public static void main(String[] args)
              JFrame frame = new JFrame("Test angled lines");
              frame.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
              DrawingArea d = new DrawingArea();
              frame.getContentPane().add( d );
              frame.pack();
              frame.setVisible(true);
    }

    Change the AngledLine class to store two points instead of 3 points (I would rename the class to be StraightLine). The code is much simpler because you just store the starting and ending points and you don't need to calculate the middle point.

  • Is there a way to draw a straight line from one point to another?

    Is there a way of drawing a straight line from one point to another please?

    Yes.  First click on this icon:
    Now select the line drawing icon:
    Now press a shift key and drag your mouse on the image to draw a straight line.
    These instructions are for Windows system so you need to adapt the method for Macs.  I can't afford to by an Apple Mac!!!!!
    Good luck.

  • Drawing a straight line

    Hello,
    I haven't been able to draw a straight line in a JPanel as a separator. I mean, I have several other componentes in the JPanel and I would like to use straight lines as separators between some of the componentes. Besides drawing the line, how could I set its length?
    Thank you,
    Alfredo

    You could use a JPanel and set its border to a LineBorder (or whatever border you desire. Then set the preferred size of the panel and all that gets painted is the border.

  • How do  put a straight line over an "o" such as in Roti Grille?

    How do I get a straight line over a letter "o" such as in Roti Grille?
    Thanks

    PeterBreis0807 wrote:
    Unless there is something else out there that I am unaware of, Roti grill is an Indian cooking method.
    Why the accent is needed I don't know, I was unaware it used one.
    One more time you read wrongly
    The OP wrote "*Roti Grille*" not "*Roti Grill*"
    In French rôti requires the accent and grillé requires its accent too !
    Yvan KOENIG (VALLAURIS, France) jeudi 28 janvier 2010 22:31:33

  • Can a Lightroom adjustment brush draw a straight line by clicking the start and stop points?

    Can a Lightroom adjustment brush draw a straight line by clicking the start and stop points?

    studioMac wrote:
    I'm trying to selectively adust areas of an image in Lighroom. eg: a window frame in an architectural photo, and so being able to make straight lines with the adjustment brush would be very useful.
    I agree it would be useful. It's something that's been asked for. The best thing is to keep requesting at the Lightroom feature request forum

  • How can i draw a straight line with a brush?

    i know the pencil tool can draw a straight line with anchor points. is there a setting for the pencil tool that can mimic a 30 point brush, low hardness (faded side to side) at about an 80 degree angle or is there a way to make a straight line with the brush tool using a mouse?
    i know this image is a bit blurry. what i want to do is replace the 2 white angled lines with the 30 point brush effect 230 pixels wide. the project on the left of the pic is a 2ft by 4ft canvas. any ideas? please help.

    Hello Mike, I wonder if you can help, no one else can. I asked this question on the forum in August Brush line fades on start with anchor points
    Only on Photoshop CC does this happen, drawing a diagonal line with shift key, instead of line starting dark & then fading out, it does the reverse, starts on nothing & then darkens towards anchor point. I am on trial versions & can't purchase until this is cleared up.

  • How to make a macron in Pages '09? (a straight line over a letter)

    Does anyone know how to do a macron (you know a letter with a straight line indicating a long vowel) over a letter in Pages? I am using Hoeffler font, and I can't figure it out. I could really use some help.
    Thanks
    Maggi

    +Menu > Edit > Special Characters > Punctuation+
    Or for as you type:
    +Apple > Menu > Systems Preferences > International > Input Menu > U.S. Extended Keyboard or Maori+
    then close the panel.
    In Finder on the upper menubar, click on the +American flag icon > select "U.S. Extended" or "Maori"+
    Then to get the macron type first the "dead keys" +option with a" then the character you want the macron over.
    The macron may or may not actually be in Hoeffler, but OSX should find it from a font that does have it, which may give you an odd character in the middle of your text depending how closely they match.
    Some links for you:
    http://tlt.its.psu.edu/suggestions/international/accents/codemac.html#osx
    http://www.tomrobinson.co.nz/work/macronsosx.html
    http://www.personal.psu.edu/staff/e/j/ejp10/psu/gotunicode/macron.html

  • CS6 - Brush bug - randomly draws straight lines when sketching

    Hey everyone,
    I noticed this bug that occurs when I use the brush tool. Whenever I'm sketching in a small region, it randomly draws a straight line, as if I never lifted my pen. It's like when you hold the shift key to make a straight line, except I'm not holding the shift key. However, this only happens if I'm drawing semi-closely and/or if I'm drawing semi-fast (not that fast though. The lines will connect even though I lifted my pen. Does anyone know how to fix this problem? I updated my video card and tablet to its latest drivers but it hasn't fixed the issue.
    Specs:
    Windows 7 64 bit
    Wacom intuos5 tablet
    Nvidia GT 520 Graphics card
    Photoshop CS6
    Any help would be appreciated.

    Allso have this from time to time.
    The brush loses response and does little short straight lines here and there, it's a software glitch. I usually save my document when that happens, this usually snaps it out of it but a few times I had to wait then save again. I used to be able to just swap apps or click on layers or something but that doesn't work anymore.
    XP 32bit
    CS5 32bit
    I had the same promlem with CS4 trial, with my old Manhattan tablet and with my new Intuo's. I think it's a bug that comes in from time to time with panel, window focus changes. Or Id get up to fetch a cup of coffee and when I come back it's like that.

  • Flash CC 2014 Drawing with tablet creates straight lines

    I recently downloaded Flash and Photoshop from the free student service and when I use my tablet Intuos4, the lines you see are drawn but it's also draws in the far left, the start of the straight line is where I actually start but for some reason it draws a straight line shifting to the left.
    I checked if it was my shift key from the keyboard and tablet to see if it was jammed, but on the bottom half of the canvas you notice that when I do use my shift key it still draws straight lines and still goes to the far left.
    I updated my drivers for my tablet and it still didn't do anything, it doesn't happen to any other program like Photoshop, it detects the tablet and draws normally.
    Help please?
    http://oi59.tinypic.com/2r6igjq.jpg

    Hi.
    I am experiencing some serious issues with flash professional cc and my drawing tablet. Every time I place my drawing pen on the surface of my tablet, while in flash professional cc, a long straight line darting to the left and beyond my canvas occurs. I haven't messed with any of my settings for I just got the tablet today as well as the flash professional cc program. It's very frustrating and is hindering my work. If this problem is not resolved, I will take my business and money elsewhere.
    Thank you.
    All specs:
    Flash Professional CC 2014 v. 14.1.0.96
    Windows 7
    Monoprice Graphic Drawing Tablet 10x6.25 inch 4000 LPI, 200 RPS, 2048 Levels

  • Graphics issue: vertical lines over videos and photoshop files!

    Hi,
    I´ve notice a very annoying thing on a Power Mac G4, using 10.4.9
    There appeared some verticall green lines over web videos (flash), but then appeared on a photoshop image. The lines look like those nasty stains that appear on you monitor when your running out of ram (you know, dots and lines of different colors) The thing ir, the g4 has 2gb of ram... so i guess the ram issue is discarded. Hoping it was a system error, the image was printed and led to a big surprise, the image had the lines in it.
    here are some images:
    http://flickr.com/photos/87085177@N00/500938008/
    http://flickr.com/photos/87085177@N00/500938012/
    The lines over the photoshop image looked alike, but in green.
    anyone knows about this issue?
    thanx in advance
    Intel Imac 17"   Mac OS X (10.4.8)   I hope Adobe would speed up.

    I run Maximized, so the window fills the available space (you can set the shortcut properties to open that way so you don't have to do it each time), or you could resize the window from the top, then grabe the title bar and drag it upward on the screen. Windows should remember the size and position, but it may not, being Windows, after all.

  • I wan to use straight lines not arcs in smith plot

    The default display for smith plots in the Labview picture control is to connect each point with an arc. We would like to connect the points with a straight line. Where should we make the change and has this been done already?
    Michael Aivaliotis
    VI Shots LLC

    The smith plots are open for editing. I performed quick search and a lot a of digging to find that the lines are drawn with a VI called "Draw Clipped Arc.vi". I suspect that you can replace this VI with one for drawing a straight line. I recommend looking in the VI heirarchy. This VI is about 6 subVIs deep.

  • Drawing TrendLines in Line Chart

    Hi,
    I am using a Line Chart in one of my projects.
    I use a HTTPService to fetch XML Data to feed the chart.
    <mx:HTTPService id="myServ" url="ChartData.xml" result="myResultHandler(event)"/>
    I draw two trend lines over the chart based on the max & min values for a specified node in the XML data
    <?xml version="1.0" encoding="utf-8"?>
    <nodes>
        <node month="Jan-10">
           <expenses>20</expenses>       
        </node>
        <node month="Feb-10">
           <expenses>30</expenses>       
        </node>
        <node month="Mar-10">
            <expenses>80</expenses>       
        </node>
        <node month="Mar-10">
            <expenses>20</expenses>       
        </node>
    </nodes>
    I use the expense node in determining the max & min value for the chart.
    I determine the max & min values & draw the lines in the result handler function:
    If i use result Format = "e4x", I am able to iterate the data as XML List Collection, but when I get the data as ActionScript objects, I am not able to iterate the XML data.
    public function drawLine(event:Event):void
         myChartCanvas.clear();
         myChartCanvas.lineStyle(2, 0x000000, 1);
         myChartCanvas.moveTo('Jan-10', 50);
         myChartCanvas.lineTo('Aug-10', 70);
    How can i iterate the nodes in AS3 object format to find the max & min nodes & draw the trend lines ?
    - Sen

    Cast the Objects. You know they are XML behind the scenes.

  • Can I draw a freehand line in a Fill & Sign document?

    Can I draw a freehand line in a Fill & Sign document? I have filled in the form but need to draw a freehand line to indicate the markings on our horse's face.

    Hi franc60007656,
    You can draw a straight line only in a fill and sign document and not a free hand line.
    Regards,
    Rahul

Maybe you are looking for

  • ASA 5510 VPN profiles question

    Hi! I wonder if it is possible to let users connect to our firewall with anyconnect ( vpn.customer.se ) and get three profiles from the droplist to chose from. One for economy,development and public.   The three departments are located at different i

  • Photo Album on Motion

    I am trying to build a Motion project and what i would like a photo album in Motion but have a nice page peel animation. Is this possible or what program should i bee looking at to do this. Thanks so much seemooore

  • Volume needs repair

    Disk Utility First Aid reports the following: Verifying volume "Macintosh HD" Checking HFS Plus volume. Checking Extents Overflow file. Checking Catalog file. Invalid node structure The volume Macintosh HD needs to be repaired. Error: The underlying

  • How to Clear B1,B2 Clusters in Time Mgmt???

    Hi Folks, Pls tell me how to clear B1,B2 clusters in Positive Time Management???? I tried clearing the data'a in 2011 infotypes, but running time evaluation still data's are read from the cluster b1??? Regards, Santhosh

  • Lenovo Solution Center 2.2.002 Issue In G580 Laptop

    Hi: After Updating  Lenovo solution centre to 2.2.002 in my Laptop G580,  In System information:  Product, Bios,Serial Number  is not displaying and when i want to do Lenovo software update  Last Update : Not available and in Status coloum it showing