Limitation on tracks? (Color import)

Hello,
I ran into a strange problem the other day. I received an OMF from an Adrenaline and imported this into Final Cut Pro, via Automatic Duck v 2.01. There were 5 video tracks. It came across just fine, all 5 tracks, with all video clips and graphics intact. However, when I sent this sequence to Color, it created 5 tracks, but there were video clips and graphics on tracks 1 and 2 only. Tracks 3-5 were completely empty!
Another project I created from scratch in FCP with 5 tracks came across no problem. Anybody else ran into this?
Thanks,
Norman.
G5   Mac OS X (10.4.10)   AJA Kona

I
received an OMF from an Adrenaline and imported this
into Final Cut Pro, via Automatic Duck v 2.01. There
were 5 video tracks. It came across just fine, all 5
tracks, with all video clips and graphics intact.
However, when I sent this sequence to Color, it
created 5 tracks, but there were video clips and
graphics on tracks 1 and 2 only. Tracks 3-5 were
completely empty!
Automatic Duck is probably creating an element in the timeline that Color doesn't recognize and is causing Color to not import anything after that.
I'd open the OMF in FCP first, then I'd go through looking for any placeholders, filters, etc around the area where Color stopped the import.
Be sure to read the latest release notes about what kind of graphics & stills will break Color and clean them out of the timeline before sending them to Color.
- pi
Dual 2.5   Mac OS X (10.4.9)   Decklink HD Pro, ATI x800 XT

Similar Messages

  • Bring back custom track color capabilities. This is ridiculous.

    I dont mean to sound rude, but this is so annoying that it is downright bizarre, and it points to a lack of understanding by the programming team as to what peoples needs are on an organizational level on advanced professional work.
    Guys:  Im not a "prosumer."   Stop dumbing down the process with simplification and generalization. 
    Im an orchestrator using Logic X.  For 10 years Ive been able to color code my tracks a certain way using logic.  I spread my organizational system accross 7 different production suites I use from Logic to competitors.  All of whom, offer track color customization.
    This might not seem like a big deal when a producer has 10 - 20 tracks of drums, beats, bass, and a few guitar lines and vocals and such.
    When you are you are talking about a 450 pieces of audio maneuvered into 100 tracks in an advanced orchestartion, now track color becomes important.
    And now, after 10 years who was the genius that decided that all the color spectrum should be divided into 30 differnt shades of red, yello, and blue?!
    Why has Logic become Illogical?
    Get with it Apple-  you are slowing people down.  We expect you to speed us up. 
    Jace Vek
    Jace Vek Music LLC
    <Link Edited By Host>

    Hey Jace,
    No offence taken or meant.. (on all counts!)
    As I said... It's down to individual working methods and I don't find the color pallette "limitations' that much of a limitation in truth mainly because I use detailed labelling and block coloring rather than individual colors for each track..
    Note: The current project I am working on has just over 150 individual tracks so its on par with your size of projects too... just a different way of working... and its how I have always worked in Logic since way back when... That's where I sympathize with you however, because I do get there has been a major change in the choice of palettes... that would affect your own personal method of labelling... It just doesn't affect me as much as it does, you... and so i was sharing that feedback with you... I, in no way, intended to dismiss or make light of your own needs and working methods that have been affected by this change in LPX
    I don't know why they made such a change to be honest... I suspect it may be linked in part, to the change in graphic routines/libraries used in Logic Pro X but even so... I don't understand why such a change was needed if that were the case... unless I'm missing something entirely in how things needed to be designed to take the change in Graphics libraries into account?
    Anyhow.. as Erik pointed out.. the only way to get your point across directly to Apple (and more importantly to the Logic Dev Team)  is to use the feedback form... Unfortunately, stating your case here, just doesn't help you get your comments over to those that matter.... as the Logic Dev Team simply don't seem to utlize this forum for communications.. based on past evidence.
    However, as you quite rightly said, you are not alone in such a complaint.... so maybe if enough of you all, request such a change, loud and clear... via the feedback form.. hopefully something will be done about the request, if it's possible.
    Cheers..
    and with respect, as always!
    Nigel

  • Multiple Thumb Slider with Multiple Track Colors

    Hi All,
    Does any one implemented a Multiple Thumb Slider component with Multiple Track Colors. Please find the screen shot of the component below which I am talking about.
    Any ideas or any link or sample source of code given would be highly appreciated.
    If I drag any thumb the colored section between any two thumbs should increase or decrease.
    Thanks,
    Bhasker

    Hi,
    There is a sort of workaround I made myself. Basically you set up your slider into a canvas container and add new boxes exactly at the position between your thumb buttons, in order to imitate your 'tracks'. Look the image below and notice that the black tracks are in fact VBoxes. For different colors, make each VBox different backgroundColor style.
    <?xml version="1.0"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
       <mx:Script>
              <![CDATA[
          import mx.containers.VBox;
          var tracks : Array = [];
          public function changeSliderHandler(event : Event) : void {
             for (var i : int = 0,j : int = 0; i < tracks.length; i++) {
                var track : VBox = tracks[i] as VBox;
                track.setStyle('left', slider.getThumbAt(j++).xPosition + 3);
                track.setStyle('right', slider.width - slider.getThumbAt(j++).xPosition + 3);
          public function addTrackHandler(event : Event) : void {
             var track : VBox = new VBox();
             track.setStyle('backgroundColor', '#000000');
             track.width = 0;
             track.height = 2;
             track.setStyle('bottom', '7');
             tracks.push(track);
             canvas.addChild(track);
             slider.values = slider.values.concat(0, 0);
             slider.thumbCount += 2;
              ]]>
        </mx:Script>
       <mx:Panel title="My Slider" height="95%" width="95%"
                 paddingTop="5" paddingLeft="5" paddingRight="5" paddingBottom="5">
          <mx:Canvas id="canvas" borderStyle="solid" height="40" width="100%">
             <mx:HSlider id="slider" minimum="0" maximum="100" thumbCount="2"
                         change="changeSliderHandler(event)" values="{[0,0]}" showTrackHighlight="false"
                         percentWidth="100" snapInterval="1" tickInterval="1"
                         allowThumbOverlap="true" showDataTip="true" labels="{[0, 50, 100]}"/>
             <mx:VBox id="track1" backgroundColor="#000000" width="0" height="2" bottom="7" initialize="{tracks.push(track1)}"/>
          </mx:Canvas>
          <mx:Button label="Add track" click="addTrackHandler(event)"/>
       </mx:Panel>
    </mx:Application>

  • Auto track color. Can I write a plugin to do it?

    I would really really really like auto track colors. This option would assign a random color to every newly created track instead of default green for software instruments and blue for audio tracks.
    There are most likely more important features on the Logic Pro X roadmap, so I was wondering... is it possible to write a plugin that does this? I cannot find any documentation or mention of non-audio plugins for Logic. Is this possible?
    If this is not possible, do the Logic Pro developers like apple pie? How many pies would it take to implement this in an upcoming release? Where can I send the pies?

    Cheaper maybe, but it's worth the pie. And the apples.
    A template would also define how many tracks I'm going to use. Somewhere, somehow, everybody ends up with a bunch of blue and a bunch of green tracks. Then you open up the mixer and all you have to identify your tracks are 6 to 9 characters at the bottom. Colors would be very helpful here, and that's probably why you can set them. But doing that, especially for a lot of tracks can be very tedious.
    It's not a big deal, but it would improve workflow I believe.
    Also, rainbows.

  • Itunes stops working as soon as it reads first track while importing CD (APPCRASH). Need help!

    Itunes stopped working error comes up as soon as it reads first track while importing CD and needs to close program (APPCRASH). I have uninstalled and reinstalled iTunes several times - also ran CD diagnostics in iTunes and looks OK. I'm on Vista Home Premium Edition. If it will help I saved the CD Diagnostics from ITunes and the Windows APPCRASH info. I've spend several hours trying to figure this out. Any ideas?

    Problem solved! I had my pc plugged into a port replicator to use a bigger screen, etc. When I unplugged it and tried to import the CDs it worked fine. Not sure why I got the error but whenever I get unexpected errors in the future, I will take it off the replicator to eliminate that possibility. Thanks to all who reviewed.

  • Automatic track assignments importing type 1 MIDI file

    Hello - I am trying to understand how Logic decides to assign tracks when importing a standard MIDI file. According to the manual:
    "As a default behavior, Logic Pro will automatically create software instrument tracks for each MIDI track, and assign an appropriate GarageBand instrument to each, when you open a MIDI file".
    The files I want to import consist of a few tracks, with track names describing their role, such as "bass", "pad", "lead", "drums", etc. Each track contains ONLY note-on/note-off events, and all of the notes on each track are assigned to a particular channel. (No program-changes, tempo, or any other kind of controller events, SYSEX, or meta data).
    When I import the file, most tracks are automatically assigned to a software instrument, which is fine because I can then set the track to a particular channel strip performance by sending the appropriate program number to each track.
    THE PROBLEM: it usually happens that one of the imported MIDI tracks will get assigned to 'No Output', instead of to some software instrument. The tracks with names "bass", "lead", "pad", and "drums" (on channels 1, 2, 4, and 5 respectively) always seem to get consistently assigned to a software instrument. But the channel 3 tracks (I've tried naming them "piano", "keys", "synth", etc) usually, though not always, get assigned to "No Output".
    The reason this is a problem is that I am trying to remotely control Logic (via Applescript) from a web application, where Logic is used to automatically render MIDI data into audio. So I can't manually reassign that track, and unfortunately there seems to be no way to reassign a track via key commands, or I could accomplish that via Applescript as well.
    Does anyone have any idea what criteria Logic uses when automatically assigning tracks to "suitable" software instruments, so that I can avoid having tracks end up assigned to "No Output"? Hope this question makes sense, and thanks for any guidance.

    midi file 0 is one track per midi channel, midi file 1 is separate tracks. for example, if a drum track on one midi channel has each note separated to its own track midi file 0 merges them and midi file 1 keeps them separated

  • How do I fix out of order tracks from imported CD's?

    How do I fix out-of-order tracks from imported CD's?

    If you don't have find my iPhone install it's not much you can do.  You should change your passwords on those accounts and on your iTunes account as soon as possible. 

  • Controlling which RED audio tracks to import

    Is there any way to control which audio tracks are imported when working with RED R3D files?
    This is probably user error, but the company that we use for Red shoots has their camera set up so that the talent audio is on track 2 (with track 1 and 3 being empty, but still active). So I get three mono tracks for each clip I import.

    After you import, and before you use any of the clips in a sequence, select them and go to Clip > Modify > Audio Channels. There are a number of options in that dialog for mapping source audio channels as you need.

  • Color import from web files feature

    There is new feature mentioned in CC specs:
    NEW Color import from web files. Import color swatches directly from HTML, CSS, or SVG files — for inspiration, or to easily match the color schemes of existing web content.
    Where is it placed? I was unable to find something similar in menus/toolbars/palletts.
    Thank you!

    In the swatches palette, open a file - then you can select a CSS, HTML, or SVG file in addition to ACO and ASE files.

  • Is there a way to rename a group of tracks being imported to Itunes?

    Usually, when I import audiobooks from CD to ITunes, I end up with a series of tracks named "Track 01" through "Track XX". I have ITunes set to search the internet for track names, but audiobook tracks aren't songs and seldom have names entered on-line. So, if an audiobook has 11 CDs, I end up with 11 sets of tracks named "Track 01" through "Track XX".
    I like to listen to audiobook tracks in the sequence in which they were recorded. The only way I've found to keep the tracks in order in a multi-disk import is to prefix each track name with a sequence number or letter (for instance the number of the CD). Unfortunately, this requires editing a couple hundred track names - one at a time.
    Is there any way to highlight multiple tracks and insert a prefix in front of ALL track names selected, or to have ITunes add a "relative disk number" as part of the import?
    Thanks

    Hi!
    You can import a CD, then click on all the titles at once and choose information, there you can either mark each cd as "CD x of y" and / or you can enter continuing numbers in addition to the title of the audio book.
    I hope this helps -it is my first reply..
    tom

  • LV 8.20 Custom Application Icons Limited to 16 Colors?

    Hi Folks,
    I'm in the process of building a completed LabVIEW application into a
    useful .exe that can be distributed. I'm wondering about the LV 8.20
    application builder. First I noticed that indeed there is now an ICON
    EDITOR! (your prayers have been answered).
    I also noticed that the Icon Editor allows you to create beautiful 48x48 256 color icons.
    However, I *also* noticed that there seems to be no way to have the LV
    app builder actually *use* the 256 color icon for my built application.
    The icon used is limited to 16 (or 2) colors, and the sizes available
    are 32x32 and 16x16 pixels.
    I've attached a screen capture of m dilemma.
    Has anyone else come across this before, and does anyone know of a way
    to get the LabVIEW application builder to associate the 256 color icon
    with my .exe?
    Best,
    Evan

    It turns out it won't do any lower than 640x480. These are my changes:
    Modeline "800x600_85.00" 56.55 800 840 928 1056 600 601 604 630 -HSync +Vsync DoubleScan
    Modeline "800x600_75.00" 48.91 800 840 920 1040 600 601 604 627 -HSync +Vsync DoubleScan
    Modeline "800x600_60.00" 38.22 800 832 912 1024 600 601 604 622 -HSync +Vsync DoubleScan
    Modeline "640x480_85.00" 35.71 640 672 736 832 480 481 484 505 -HSync +Vsync DoubleScan
    Modeline "640x480_75.00" 30.72 640 664 728 816 480 481 484 502 -HSync +Vsync DoubleScan
    Modeline "640x480_60.00" 23.86 640 656 720 800 480 481 484 497 -HSync +Vsync DoubleScan
    Modeline "320x240_60.00" 5.26 320 304 336 352 240 241 244 249 -HSync +Vsync DoubleScan
    Modeline "320x200_60.00" 4.19 320 304 328 336 200 201 204 208 -HSync +Vsync DoubleScan
    and
    Modes "1280x1024_85" "1280x1024_75" "1280x1024_60" "1152x864_85" "1152x864_75" "1152x864_60" "1024x768_85" "1024x768_75" "1024x768_60" "800x600_75" "800x600_60" "640x480_75" "640x480_60" "320x240_60" "320x200_60"
    I'm not sure if i did that doublescan thingy right, but it gets completely ignored.

  • Re-coloring Imported Objects

    Hi Folks,
    We're using INDD CS3 on Windows XP Professional.
    I have a project from a customer in which he has given us grayscale TIF images. He started the project in Quark. We're converting it to INDD CS3 for him.
    When the images are imported to Quark, when a color is applied the black/gray elements of the page are re-colorized (and the white part stays white).
    When the images are imported to INDD, when a color is applied the white and gray elements of the page are re-colorized (and the black part stays black).
    These images are page backgrounds with black designs along the edges and white (or light gray) designs in the center. I've tried inverting the image and pulling it into INDD, but obviously I have black center then, which is worse than the colored center.
    Is there a way to accomplish in INDD what Quark is doing for the customer? If not, any ideas for a workaround?
    Thx,
    Sandy

    Sounds like the frames are filled with color. Select the object with
    selection tool (black arrow) and make sure the frame is set to no fill.
    Then select the image with the direct select tool (white arrow) and do
    the same.
    Deselect everything and then grab the color you want from the swatch
    panel and drag it onto the graphic.
    Bob

  • Unwanted Color Imported-How do I find the image it's in?

    I'm working on a big, 2 color book with lots of imported images. At least one image has imported a third color which I can't see. Without opening 50-60 images and looking, is there a way to find out which image has that color used? It must be behind a solid of the color that is being used. Thanks.

    Open the separations preview panel and turn off the two colors you are using. Anything left showing is a problem. Or set up a preflight profile to disallow CMYK...

  • Inventroy tracking in import process

    Dear All,
    Materail (stock) as well as container (no of containers with container no) tracking is required at various places during import.
    Ex- 1. stock of mat and containers at port 2. stock of mat and containers at shipping line yard 3. stock of mat and containers at our ware house 4.stock of mat and containers at plant (where actual GRN takes place). This is needed to client since they are importing thousands of containers per month.
    Any solution will be highly appriciated and fully rewarded.
    Rakesh

    Hi,
    Create a separate Plant as Import Plant apart from the Main plant and under this Import Plant create following storage locations (In OX09);
    1. Port Area
    2. Shipping Line Yard
    3. Warehouse
    Whenever there is an import Purchase, create PO in the Import Plant and do GR in Import Plant under Storage Location "Port Area" when Materials and Containers are received in Port (In MIGO)
    When Materials & Containers are in Shipping Line Yard, then do stock transfer from "Port Area" Storage Location to "Shipping Line Yard" Storage Location using movement type 311 in Import Plant (In MIGO)
    When Materials & Containers are in Warehouse, then do stock transfer from "Shipping Line Yard" Storage Location to "Warehouse" Storage Location using movement type 311 in Import Plant
    And finally when Materials & Containers have reached to the Main Plant then create a Stock Transport Order in the Main Plant and keep Supplying Plant as Import Plant and do GR w.r.t. this STO in Main Plant.

  • Color Importing a 24fps EDL as 23.98 when conforming from DPX Sequences

    I'm trying to do a DPX conform in Color and I am having some issues with importing my EDL from FCP. I have 2k 24fps DPX files, from which I created 720p 24fps ProRes quicktimes to do my offline edit. My offline edit is now complete and I'm looking to conform from the DPX files.
    I exported my EDL from Final Cut. When importing my EDL in color I make sure that "Project Frame Rate", "EDL Frame Rate", and "Source Frame Rate" are sll set to 24. It links to the correct DPX files, however no matter what I do the project setting is set to 23.98 not 24fps. The sequence looks fine inside Color, however when I send it back to Final Cut there are frames missing. All the clips start at the correct timecode, however some are missing 4-5 frames on the tail end.
    I saw on this forum that someone had the same issue about a year ago, and doesnt seem like it has been solved.
    Any Ideas?!?!
    Thanks.

    Read this: http://www.cinematography.com/index.php?showtopic=16732

Maybe you are looking for

  • SAP Query failed...

    Hi all, I am working on the SAP Query by using transaction code SQ02, SQ03 and SQ01. I have also generated the program and copied display report name to create a transaction code for this report. I am able to use the transaction code in the Developme

  • "Limited Connectivity" w/ new Vista

    I just purchased a new notebook w/ vista and I don't have internet connection! I have 2 other notebooks w/ xp and they're working just fine with my wireless network. Wireless or wired, I can't get internet connection with my new vista. This is what I

  • Providing configuration file for SQL 2012 Express installation which installing HPC 2012 R2

    Hi guys, I need to know if there is any way to provide configuration file for SQL 2012 Express installation which installing HPC 2012 R2? I am scripting installation on HPC 2012 R2 with default SQL 2012 Express edition but I am not able to find any o

  • ACE Logging

    Hi, I want to enable the logging on the ACE appliance which is running in the multiple context mode. I want to see the log in case any VIP server or real server goes down it should send the trap or log to the syslog server. My ACE is running in route

  • We have one computer and two users. How do we get itunes to keep our apps separate for our iphones 3gs?

    I'm new to iphones and Apple in general. I'm not tech savvy at all. My husband and I just got the iphone 3gs (separate phones). Itunes wants to put the same apps on both phones (one computer). Can we stop this? We don't want the same apps on our phon