Setting brake point in IDVD 6

Can you manual pick the break point in IDVD when burning a DL?

You can set break points in apple's DVD SP /Roxio Toast but not in iDVD6.
What you may want to consider is burning to a disc image first provided you have the HD space available to do this. Then use Roxio Toast to burn to DL media.

Similar Messages

  • How can I set a point size for staticTexts

    Hi everyone
    How can I set a point size for staticTexts?
        staticTexts.add({staticLabel:"Please select a tedious job"});
    thanks
    Teetan

    Thank you Vandy
    Thank you pixxxel schubser
    And thank you Peter Kahrel
    But Ho can call function for this script?
    //======================================================================
    Thank you Vandy
    Thank you pixxxel schubser
    And thank you Peter Kahrel
    But Ho can call function for this script?
    //======================================================================
    var stringList = [  
    "01.  digit at end: superscript",
    "02.  digit at beginning: superscript",
    "03.  notes  applied to italic (table only)",
    "04.  Initial Cap+ markup",
    "05.  Small Cap + markup",
    "06.  del [ ] + markup",
    "07.  add an EM at beginning",
    var win = new Window("dialog","Tedious Jobs_(\"TDJs\")");  
    this.windowRef = win;  
    win.grp = win.add ("group", undefined);  
    win.grp.alignChildren = "top";  
    win.grp.margins = 5;  
    win.grp2 = win.grp.add ("group", undefined);  
    win.grp2.orientation = "Column";  
    win.grp2.alignChildren = "left";  
    win.grp3 = win.grp.add ("group", undefined);  
    win.grp3.orientation = "Column";  
    win.grp3.alignChildren = "fill";  
    win.grp2.Txt1 = win.grp2.add ("statictext", undefined, "Please select a tedious job");  
    win.grp2.Txt1.indent = 0;  
    win.grp2.Ddl1 = win.grp2.add ("dropdownlist", undefined, stringList);  
    win.grp2.Ddl1.selection = 0;  
    win.grp2.sTxt1 = win.grp2.add ("statictext", undefined, "________________________________________");  
    win.grp2.sTxt3 = win.grp2.add ("statictext", undefined, "Be careful and pay attention in what you selected.");  
    win.grp2.sTxt3.graphics.font = ScriptUI.newFont ("Arial", "Regular", 10);  
    win.quitBtn = win.grp3.add("button", undefined, "Ok");  
    win.cancelBtn = win.grp3.add("button", undefined, "Cancel");  
    win.defaultElement = win.quitBtn;  
    win.cancelElement = win.cancelBtn;  
    win.quitBtn.onClick = function() {  
    win.close();  
      if (w.show() == 1) { 
                    var mRes = mStringList.selection.text;
                    mSelection = mStringList.selection.index;
                    app.insertLabel( "mDialog", mSelection.join() );    // to store dropDownList positions (as a string "," delimited)
                    return mRes;
            } else  {  exit();  } 
    app.doScript('main()', ScriptLanguage.JAVASCRIPT, undefined, UndoModes.FAST_ENTIRE_SCRIPT, "TDJs"); 
    function main(){
    var myObject;
    var myCheckSelection = false;
    if(app.documents.length > 0){
      if(app.selection.length > 0){
       switch(app.selection[0].constructor.name){
        case "InsertionPoint":
        case "Character":
        case "Word":
        case "TextStyleRange":
        case "Line":
        case "Paragraph":
        case "TextColumn":
        case "Text":
        case "Cell":
        case "Column":
        case "Row":
        case "Table":
      mySelected = app.insertLabel( "mDialog", String(mySelection.selectedIndex) );     //     to remember selection’s set 
      if(app.selection && app.selection[0].hasOwnProperty ("tedious_works") );
          tedious_works(); 
    else{
      alert("Wrong selection. Please try again.");
    function tedious_works() {  
      app.findGrepPreferences = app.changeGrepPreferences = null; 
      switch (mySelection.selectedIndex){ 
           case 1: {
       app.findGrepPreferences.findWhat = "^\\d";
       app.changeGrepPreferences.position = 1936749411;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
                break; 
           case 2:{
       app.findGrepPreferences.findWhat = "(?i)\\(note.+\\)$";
       app.changeGrepPreferences.appliedCharacterStyle = "Italic";
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "(附[註注].+)$";
       app.changeGrepPreferences.appliedCharacterStyle = "Italic";
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
           break; 
           case 3:{
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<a";
       app.changeGrepPreferences.changeTo = "A";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<b";
       app.changeGrepPreferences.changeTo = "B";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<c";
       app.changeGrepPreferences.changeTo = "C";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<d";
       app.changeGrepPreferences.changeTo = "D";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<e";
       app.changeGrepPreferences.changeTo = "E";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<f";
       app.changeGrepPreferences.changeTo = "F";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<g";
       app.changeGrepPreferences.changeTo = "G";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<h";
       app.changeGrepPreferences.changeTo = "H";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<i";
       app.changeGrepPreferences.changeTo = "I";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<j";
       app.changeGrepPreferences.changeTo = "J";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<k";
       app.changeGrepPreferences.changeTo = "K";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<l";
       app.changeGrepPreferences.changeTo = "L";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<m";
       app.changeGrepPreferences.changeTo = "M";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<n";
       app.changeGrepPreferences.changeTo = "N";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<o";
       app.changeGrepPreferences.changeTo = "O";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<p";
       app.changeGrepPreferences.changeTo = "P";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<q";
       app.changeGrepPreferences.changeTo = "Q";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<r";
       app.changeGrepPreferences.changeTo = "R";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<(?<!’)s";
       app.changeGrepPreferences.changeTo = "S";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<t";
       app.changeGrepPreferences.changeTo = "T";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<u";
       app.changeGrepPreferences.changeTo = "U";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<v";
       app.changeGrepPreferences.changeTo = "V";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<w";
       app.changeGrepPreferences.changeTo = "W";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<x";
       app.changeGrepPreferences.changeTo = "X";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<y";
       app.changeGrepPreferences.changeTo = "Y";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<z";
       app.changeGrepPreferences.changeTo = "Z";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
           break; 
           case 4:{
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<A";
       app.changeGrepPreferences.changeTo = "a";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<B";
       app.changeGrepPreferences.changeTo = "b";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<C";
       app.changeGrepPreferences.changeTo = "c";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<D";
       app.changeGrepPreferences.changeTo = "d";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<E";
       app.changeGrepPreferences.changeTo = "e";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<F";
       app.changeGrepPreferences.changeTo = "f";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<G";
       app.changeGrepPreferences.changeTo = "g";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<H";
       app.changeGrepPreferences.changeTo = "h";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<I";
       app.changeGrepPreferences.changeTo = "i";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<J";
       app.changeGrepPreferences.changeTo = "j";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<K";
       app.changeGrepPreferences.changeTo = "k";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<L";
       app.changeGrepPreferences.changeTo = "l";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<M";
       app.changeGrepPreferences.changeTo = "m";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<N";
       app.changeGrepPreferences.changeTo = "n";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<O";
       app.changeGrepPreferences.changeTo = "o";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;

  • In a document with several sections, in section VIII and IX one cannot select the text of the page foot nor set the pointer in it; so, one cannot write nor change the page foot text. Please help!

    in a document with several sections, in section VIII and IX one cannot select the text of the page foot nor set the pointer in it; so, one cannot write nor change the page foot text. Please help!

    Question already asked and answered several times.
    It's a bug striking in long documents.
    Select a word somewhere higher in the page then use the arrows to reach the wanted insertion point.
    Yvan KOENIG (VALLAURIS, France) mardi 23 août 2011 15:44:24
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please :
    Search for questions similar to your own
    before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • Urgent-loading sound and setting cue point

    I'm trying to load an mps into a mediaDisplay component as i
    need to set cue points on the MP3, when i play the file there is a
    blip and the beginning:
    _root.createClassObject(MediaDisplay, "mdAudio",
    _global.intMovieDepth);
    _root.["mdAudio"].autoPlay = true;
    _root["mdAudio" + _global.intMovieDepth].setMedia(strMedia,
    "MP3");
    any ideas what i'm doing wrong?

    anyone?

  • Setting white point in LR

    I'm almost sure I'm missing something but I cannot find a solution. I'm using LR (currently 2.2) for quite a while (since 1.2) but I simply cannot find an easy, user friedly and predictable way how to set a white point of edited pictures.
    In PS, CR, DPP and most other editing SW and RAW processors, there two typical easy tools how to set the white point.
    1) a white point picker which (when used) defines a desired tone as white and the relevant SW then redistributes the tones accordingly;
    2) in "levels" or "curves" dialog (or their equivalents it is possible to move the "White level" treshold below which the remaining tones are redistributed accordingly - the iterface varies (sometimes it is the border of the histogram or curve diagram that can be moved (DPP), sometimes it is the slider in histogram or curve diagram setting this limit
    botw ways generally lead to the same and quite uniform result. I.e. I'm usually able to get almost identical result by setting white point in PS, DPP, CR, .... and other SW by such simple operation when working over identical picture data.
    However in LR it is virtually impossible to achieve similar result in LR. No white point picker, no slider enabling setting the white limit, no chance to move borders in the histogram chart. The only available tools for this purpose are
    "Exposure" and "Brightness". None of them providing for the desired functionality alone - their combination giving sometimes acceptable but hardly predictable results (definitely not as predictable as achieved e.g. in PS by simple and single move of white limit slider in "level" dialogue or equivalent step in CR.
    Do I really miss something important (I hope so) in this respect or is LR completly lacking this (for me really core/basic) functionality present in all other photo and RAW editting SW I know - even from Adobe?
    thanks

    I agree with the original poster - I find it troublesome to set the white point in an image. In a situation where a traditional (PS, Aperture) levels control would make it convenient to push a particular tone to white, I find myself going back and forth between exposure and the tone curve a fair amount. Another description of what I want, effectively, is a 'recovery' slider that goes up as well as down.
    (See end of post for replies to a few specific points.)
    An example:
    Here is the original image, with its histogram and tone curve - black to middle gray:
    I want to push the small hatch/door to white, but that also overexposes my middle grays (I haven't yet touched the tone curve):
    So now I go to the tone curve, and pull down both darks and lights:
    However, at this point I've lost my whites (they are not quite clipped any more); and probably more importantly, since the tone curve is at the extreme low values, I have little working room or control.
    Rather than working together or providing complementary functions, in this case exposure and the tone curve, to me, seem to be fighting; it requires back-and-forth to get the desired effect.
    (To be clear, most of the time - that is, when my white point starts out more or less where I want it - being able to drag the histogram and smoothly-transitioned segments of the tone curve is brilliantly easy and useful. It's specifically the exposure control's nonlinear behavior/effect that I dislike, as it makes it difficult to adjust near-white tones.)
    Responding to specifics:
    > Also, hold the ALT key (David Edwards)
    Cool! (However, not a fix for this issue.)
    > the controls themselves are not linear (Lee Jay)
    > attempts to preserve highlights (Lee Jay)
    > the exposure slider is almost exactly equivalent to the white point slider in Photoshop's levels/curves (Joa V. L.)
    I think this is the root of the issue, for me - the exposure control is being intelligent in a way to protect hilights, which is counter to my intent. My experience leads me to disagree strongly with Joa's comment (though I would be very happy to discover I was wrong) - my problem is specifically that adjusting exposure up (brightening the image with exposure) affects tones less, the brighter they are.
    > I need to decrease the Brightness (Henry_Deer)
    > you may need to generate a higher-contrast tone curve and work with that (Lee Jay)
    The brightness adjustment seems analogous to my use of the tone curve, though it's an alternate approach I haven't tried. However, both seem to suffer from the 'several rounds' problem.
    Edited to reply to a few specific points

  • How can i set the pointer of a resultset to its start position? newbie.. :(

    hi all.
    i have a resultset of a sql query. then i wanna count the number of rows by doing a while loop:
    while(rs.next())
    count++;
    then i wana do the same again, but it does not work anymore. i guess i have to set the pointer to its starting position, but i tried beforeFirst(), first(), absolute() and it didnt work. what method do i have to use for this?
    thanks! :)
    j0sh

    Use the getType method to determine if your ResultSet is of type TYPE_FORWARD_ONLY. If it is
    then you cannot reset the cursor. You may be able to obtain a result set that allows reseting the cursor by
    passing the appropriate arguments to the createStatement method of your Connection. Whether your
    will get one or not depends on the JDBC driver you are using and whether it supports them.
    matfud

  • How to create an Area(or shape) from a set of points?

    In fact I want to accomplish a function which can fill an area of same color on an image, just like the Magic Wand tool in Photoshop.
    I have written a function to figure out the points which should be included in the Area, but I don't know how to create the Area from a set of points...:(
    I tried to create Rectengel2D from each point, the union them one by one, but it's too slow
    Anyone can help me? Thanks

    you should look att the fillPolygon api instead, it can draw more than one corner.
    I would use it in a paintComponent method and a method that creates the x and y cordinates for each corner.
    API HELP:
    http://jdrawing.sourceforge.net/doc/0.2.1/api/org/jdrawing/graphics/FillPolygon.html

  • Create an area from a set of points

    How to create an area from a set of points ? I searched everywhere but could not find a better solution for it. Let�s say that I have a matrix that contains the points for a shape. I�ll need a way to connect the points near each other continuously to form the outline for the shape.
    Thanks fro any feedback.

    ... But I'll also need a way to connect
    those points in an order so that they'll form the
    path (edge) of the shape.Do you mean the Convex Hull [1] of a set of points?
    If so, you could find it by implementing a Graham Scan [2] algorithm and then calculating the area of the polygon [3].
    [1] http://mathworld.wolfram.com/ConvexHull.html
    [2] http://en.wikipedia.org/wiki/Graham_scan
    [3] http://mathworld.wolfram.com/PolygonArea.html

  • Create waveform from a set of points with differtent time intervals

    Hello,
    I would like to create a waveform from a set of points like this
    Time           Data
    0                 0
    0,5              1
    0,6              2
    1                 1
    2                 0
    5                 1
    The problem is that the time interval between each points are not the same.
    The only idea I found was to create a waveform for each doublet of points with the same rate (100ms) and than to append them together.
    Does anybody have a better idea?
    Regards,
    Risotto.

    If you use a Wave From data type, re-sampling is not required.
    When using a WF datatype the chart (graph) will pick-up the X value from the t0 of the waveform.
    The trick is to just build an array of the single update value and make sure the t0 value is correct.
    Re-create this example
    and try it for yourself.
    Ben
    Note: make sure the data you pass is consistant with the data already displayed. If you post a t0 value that is older than what is already displayed, the chart will clear the display and start over.
    Message Edited by Ben on 09-15-2006 11:49 AM
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction
    Attachments:
    WF_Datatype.JPG ‏59 KB

  • Setting loop point on a menu

    Is it possible to set a loop point at a specific timecode on a motion menu?
    When I try to set a point or use the up and down arrows it doesn't move frame by frame, it moves 10 to 15 frames at a time.
    I am working in PAL

    As far as I know, loop points (and chapter markers) can only be placed at I-frames, which is why it moves 10-15 frames at a time. If you need to jump to a specific frame, you'll need to make sure that there's an I-frame at that frame. If you're using FCP, you can place either a chapter or compression marker and then re-export your footage. You'll need to re-encode the footage if you're not letting DVDSP do it.

  • Problem: Creating groups out of a set of points in 2D space based on their relative proximity

    Hi,
    I'm new to LabVIEW and I've tried doing this several times, but I just can't solve it.
    Problem:
    I've got a set of points in the 2D space(x,y), and I want to calculate the mean of the sets of closely spaced points.
    Example:
    Consider 5 points, A(1,2); B(2,3); C(100,200); D(120,220); E(110,210); F(500,600)
    I'm trying to get the output a set of points
    P[ (1+2)/2 , (2+3)/2 ]
    Q[ (100+120+110)/3, (200+210+220)/3 ]
    S[ 500, 600 ]
    Where the outputs are the means of the points taken in sets which are composed of "closely" paced points(within a limit).
    I.e.., (A,B) are close; (C,D,E) are close, while E is separated from the rest, within a small limit(say 30).
    This has been causing a lot of problems for me recently and I have to solve it. Image included.
    Any suggestions/ideas are most welcome.
    Thanks in advance.
    Solved!
    Go to Solution.
    Attachments:
    Problem_1.png ‏9 KB

    Hi,
    "Data clustering" is exactly what I was looking for, and I checked the link. Very informative. Thanks on that.
    I didn't post my code intentionally because it's very cluttered and inefficient.(I've just started using Labview).
    But my Algorithm is simple and trivial.
    1. Take any one point and compare it with every other point within a limit(say L).
    2. If comparable, then add an entry into a 2D array, if non-existent else just ignore(points have already been accounted for).
        (The 2Darray  has each column representing a collection of comparable points,i.e. 1 group and N such columns for N point in all)
    3. Repeat steps 1 and 2 for the remaining points.
    4. Finally, construct a 1D array, with each element representing the mean point based on values taken per column from the 2D array.
    Also, this Algorithm works fine for my application(less than 30 points), so I haven't tested it for a large number of points.
    I bet It'll be highly inefficient, considering the more widely use clustering algorithms out there.
    However, if you know of any VI's or simple algorithms for such(small data set), it would be highly beneficial to me.

  • User set cliping points for Highlight and Shadow

    OK I know Lightroom 3 is currently available as a Beta version and is not complete and there may be more features to come.
    But
    Wouldn't it be nice in the develop module to set the point at which you get clipping warnings for highlight and shadow.
    I ask this as a lot of my work goes straight out for repro, and it would be usefull to be able to set the highlight  to say 90-95% and the shadow to about 15-20%.
    OK I know I can run  a tool over the image and see what the percentage is, but it would be a lot esier if I could set my own limits and just watch for the red and blue "blobs"
    Just a sugestion
    John c

    I too find the FTP server implementation to be sorely lacking in OS X Server. There is no option to share out only the designated FTP root folder without showing the other share points. It seems impossible to lock down subdirectories to specific users with letting them see the contents of the root directory. Maddening!
    I'm looking at other FTP server options. Rumpus comes highly recommended, but I also just found CrushFTP which also looks intriguing, especially its option to integrate with LDAP - something that Rumpus does not do. CrushFTP is also significantly less expensive.
    -Doug

  • Setting White Points in Camera Raw

    When setting white points in Adobe Camera Raw, while holding down Alt (on a PC), are the red marks what I should look for? Because white marks also appear? Which ones are relevant for the white point?

    ACR doesn’t work that way.  There is an eyedropper for the overall white-balance that you can set by clicking on a relatively bright, neutral area, but there aren’t black and white-point eyedroppers.  But, what is clipped black or white is determined by the output colorspace you have set at the bottom and you can get some idea of what will be clipped black and white by turning on the clipping indicators and watching for the areas you’d be eye-droppering on (the black and white patches in your grayscale) to start showing the clipping color overlay for black and white, but any further toning adjustments will move data in and out of what is darker than black and lighter than white so what is clipped for output will change as you fiddle with the various toning sliders.
    The reason things are different:  In PS, when you set a black-point and white-point in Levels and click Ok, the data below and above those is thrown away and that is the starting point for the next adjustment.  In ACR, things are non-destructive and all the adjustments occur simultaneously, rather than sequentially as in PS, and no clipping occurs until you create the output file.  This means that the pixels that are darker than your black-point and lighter than your white-point are still there, and can be moved into the black-to-white range if you do further toning adjustments.  Having more headroom of the pixels that are outside the black-to-white range is good because you won’t get the posterization or banding that occurs when colors and levels are clipped after each adjustment in PS.
    Can you describe what you intend your overall workflow to be on an image:  how much adjusting will occur in ACR and how much, if any, might happen in PS, after the image is opened into PS from ACR, or opened from a file saved from ACR?  There might be other ways to approach what you’re trying to accomplish.

  • After update the latest photoshop cc 2014,contact sheet font can't set what point size I want

    After update the latest photoshop cc 2014,contact sheet font can't set what point size I want.

    Yes I do,but I don't understand that :
    Wed Oct 22 2014 16:55:21 GMT+0800 -
    CSXBridge.runFromBridge()
    Wed Oct 22 2014 16:55:21 GMT+0800 - Sending to PS: [
      /My_Job/LP_10-14/Michael%20Sloyer/Sloyer%2020x30-1_CC.tif,
      /My_Job/LP_10-14/Michael%20Sloyer/Sloyer%2020x30-2_CC.tif,
      /My_Job/LP_10-14/Michael%20Sloyer/Sloyer%2020x30-3_CC.tif,
      /My_Job/LP_10-14/Michael%20Sloyer/Sloyer%2020x30-4_CC.tif,
      /My_Job/LP_10-14/Michael%20Sloyer/Sloyer%2020x30-5_CC.tif,
      /My_Job/LP_10-14/Michael%20Sloyer/Sloyer%2020x30-6_CC.tif,
      /My_Job/LP_10-14/Michael%20Sloyer/Sloyer%2020x30-7_CC.tif,
      /My_Job/LP_10-14/Michael%20Sloyer/Sloyer%2020x30-8_CC.tif,
      /My_Job/LP_10-14/Michael%20Sloyer/Sloyer%2020x30-9_CC.tif,
      /My_Job/LP_10-14/Michael%20Sloyer/Sloyer%2020x30-10_CC.tif,
      /My_Job/LP_10-14/Michael%20Sloyer/Sloyer%2020x30-11_CC.tif,
      /My_Job/LP_10-14/Michael%20Sloyer/Sloyer%2020x30-12_CC.tif,
      /My_Job/LP_10-14/Michael%20Sloyer/Sloyer%2020x30-13_CC.tif,
      /My_Job/LP_10-14/Michael%20Sloyer/Sloyer%2020x30-14_CC.tif]

  • Can I change the Set-In point to an earlier time on a clip in the timeline?

    After a clip is added to the timeline from the source window, can the starting point of the clip in the timeline be changed to an earlier time than what's in the clip in the timeline?
    Or do I have to use the source window to re-import the clip back into the timeline, after selecting an earlier time for the clip to start?
    I'm running CS 5.0.3 on Win7, no special HW or addons.
    Sorry for the newbie question; if there's a better forum to ask this in, please provide a reference. I'm reading the AGI Digital Classroom Premiere Pro CS5 textbook, and I'm not seeing a way to do this from the timeline. I'm not finding answers to this in the FAQ or in other online videos.

    Thanks for the quick response!
    I like the 3rd suggestion the best, but it doesn't seem to work.
    Here's what I'm trying to do:
    The sequence in the timeline has: clip A clip B clip C. I don't want to change anything in clip B or clip C, I just want to add an extra second of footage to the beginning of clip A to the sequence in the timeline.
    Let's say the original video file for A is 10 seconds long, and clip A that was added to the timeline started at time=4 and was duration 3 seconds, in the original video file for A.
    Now I want to change the starting time of clip A from t=4 seconds to t=3 seconds, so that the new clip A will have a duration of 4 seconds.
    What I'd like to be able to do is:
    - double click on clip A to send to to the source window (works fine)
    - change the In Point from t=4:00 to t=3.00
    If I change this in the source window, then click the "Set In Point" button, nothing happens.

Maybe you are looking for