Scoring music to picture in Logic, Help needed!!!!

Hi all,
I've been re-scoring some videos for a course I'm doing, and have a few questions concerning the "Export audio to movie" function.
Is there a way to mute the original sound from the movie file, when exporting my music to the movie???? When l have completed the above function, l find l have a movie file playing my music and the original.
Any help would be great,
Thanks, Matt

I haven't been able to figure out a way to do that within Logic - though you can tweak the audio settings in the quicktime file itself to mute whichever channels you don't need - Apple + J shortcut.
I'd suggest using "Save As" to make a new quicktime, so you have it ready any time you need to export music to pic.

Similar Messages

  • Logic help needed.

    Dear Experts,
    I'm hoping someone can help us with the following issue. We have a piece of long running logic from consultants past and I think I found a part of the problem...but I'm not expert enough to figure out how to resolve. A little background on the business process. We have an application/cube for planning gross margin. This piece of logic is calculating the deductions. The product hierarchy is TotalProduct>Profit CenterBaseItem-->SKU.  The analysts work on their own profit centers. However, it looks to me like the logic is always going to select all profit center regardless of the SKU's the logic is being run for. There is a property in the dimension that specifies the profit center for the SKU's and this is used by the analysts (using the filter function) to select the SKU's over which to run the logic. Is there a way to write the select statement so it uses the property? The property is called PROFITCTR.
    *XDIM_FILTER CATEGORY=[Category].Properties("LRUN")="Y"
    *XDIM_MEMBERSET TIME=%TIME_SET%
    *XDIM_MEMBERSET RPTCURRENCY=LC
    *XDIM_MAXMEMBERS PRODUCT_CP_BASE = 1000
    *SELECT(%DED%, "[ID]", "PRODUCT_CP_BASE", "[PARENTH2] = 'CP_BASE_TOTAL' AND CALC = 'Y'")
    *FOR %D%=%DED%
    //#ZCOPA_CASH_DISC_1=[ACCOUNTGM].[SYS_CDPNSBF] * [ACCOUNTGM].[SYS_NSBF_STAR]     
    *RUN_ALLOCATION
    FACTOR= USING-1
    *DIM ACCOUNTGM           WHAT=SYS_NSBF_STAR;       WHERE=ZCOPA_CASH_DISC_1;          USING=SYS_CDPNSBF;
    *DIM DATASRC                WHAT=INPUT;                               WHERE=<<<;                       USING=<<<;      
    *DIM PRODUCT_CP_BASE       WHAT=BAS(%D%);    WHERE=<<<;               USING=OTHER_%D%;
    *DIM CUSTOMER_CP     WHAT=BAS(TOT_CUST);       WHERE=<<<;                USING=9999999;
    *ENDALLOCATION

    Hi Carlos,
    I see your point.
    One approach I thought of is this.
    Update your dtsx package that runs your gross margin logic. Open it in Notepad.
    Look for the line that says SELECTINPUT and change SELECTINPUT to just SELECT
    i.e. (note yours will be different since you have your product dimension as a selection choice)
    PROMPT(SELECTINPUT,,,,%CATEGORY_DIM%%ENTITY_DIM%%TIME_DIM%)
    This line above only allows INPUT level dimension members to be chosen from the selection screen.
    If you change the keyword SELECTINPUT to just SELECT, your selections will include parent members also (so now users will be able to choose parent members (i.e. actual Profit Center nodes residing in your PRODUCT_CP_BASE dimension).
    After you do that, you'll need to update your logic as follows:
    *XDIM_FILTER CATEGORY=Category.Properties("LRUN")="Y"
    *XDIM_MEMBERSET TIME=%TIME_SET%
    *XDIM_MEMBERSET RPTCURRENCY=LC
    *XDIM_MAXMEMBERS PRODUCT_CP_BASE = 1000
    //remove this line, because this chooses all products
    //*SELECT(%DED%, "ID", "PRODUCT_CP_BASE", "PARENTH2 = 'CP_BASE_TOTAL' AND CALC = 'Y'")
    //Update this line to use %PRODUCT_CP_BASE_SET%
    *FOR %D%=%PRODUCT_CP_BASE_SET%
    //#ZCOPA_CASH_DISC_1=ACCOUNTGM.SYS_CDPNSBF * ACCOUNTGM.SYS_NSBF_STAR
    *RUN_ALLOCATION
    *FACTOR= USING*-1
    *DIM ACCOUNTGM WHAT=SYS_NSBF_STAR; WHERE=ZCOPA_CASH_DISC_1; USING=SYS_CDPNSBF;
    *DIM DATASRC WHAT=INPUT; WHERE=<<<; USING=<<<;
    *DIM PRODUCT_CP_BASE WHAT=BAS(%D%); WHERE=<<<; USING=OTHER_%D%;
    *DIM CUSTOMER_CP WHAT=BAS(TOT_CUST); WHERE=<<<; USING=9999999;
    *ENDALLOCATION
    *NEXT
    Now when you run this package, you can select a profit center directly from the selection screen. Do not choose base level products anymore.
    Be very careful with this logic package and logic because you are now choosing parent level products (i.e. Profit Centers) and you DO NOT want to write data to your fact tables for calculated products members(i.e. rollup/parents).
    I would recommend you run this as part of separate package and logic file.
    Note: This line takes care of writing to only leaf level data in your PRODUCT_CP_BASE dimension.
    *DIM PRODUCT_CP_BASE WHAT=BAS(%D%); WHERE=<<<; USING=OTHER_%D%;
    Give it a try (in a test system!) and let us know how it goes.
    Carefully review the log file to see if it is producing the desired results.
    Goodluck,
    John

  • Calc script logic help needed urgently

    Hello Gurus,
    I am desiging a calc for Fringe Benefits account.
    Longterm disability is calculated by multiplying cost pr employee  per month ( constant hard coded number) with the % of Net Headcount
    % of NetHEadcount is NetHeadCount(at lowest dept level)/Company Total Headcount(Highest Dept Level)
    I have created accounts -- Netheadcount at lowest dept level
    Is there a possibility that I calculate the %age of account level 0 to same account at highest level?
    If not, please give me solution.
    Also, I want to thank all the gurus that have helped me. Thanks to you...I am automated 90% of the process. THis is the last leg for this porject. My respect to all the gurus on Oracle FOrums

    Hi
    Struggling a little to understand exactly what you need...are you just asking if you can calculate "%NetHeadCount" account, based on "Headcount" account at differing department levels?
    If so then I guess you just need something along the lines of...(assuming your fix is on level 0 members of your department dim)
    NetHeadCount% = Headcount / Headcount -> TotalDepartmentLevel;
    JB

  • MDX Logic Help Needed

    I have a requirement where I am tracking movement of data from one member of a dimension (ie; "CostCenter", which is the Entity dimension) to another member of the same dimension.
    I accomplish this by using a second dimension as the recipient (ie; "Customer"). The Customer dimension has a property (ie; "CustCC") which indicates which CostCenter member it relates to.
    The (abbreviated) dimensionality looks something like this:
    account,category,timeid,costcenter,customer,CustCC,SignedData
    715000,BUDGET,20090000,CostCenter1,Customer1,CostCenter2,NH702,100.00
    In this example, the one value is not a dimension is "CustCC".
    The requirement is to be able to "get" the value where the "CostCenter" AND the "CustCC" are both descendants of the current view "CostCenter".
    I would greatly appreciate suggestions as to hoew to accomplish this.
    Regards,
    Craig

    No worries about asking lots of questions. Help is appreciated.
    - The account value that you are building; is this from multiple accounts at the required intersection? It will be the value of a single account.
    - Can you build a report that gets the same data? I am not sure how to do that is the result will differ depending on the CostCenter parent selected.
    -Will this run in script logic as part of default logic? I believe a calculated member will work if I can figure out how to do it.
    -Does the Customer dim CostCenter property relate to the parent costcenter?it is a value that represents "another"(clould be any) base level costcenter member.
    So the calculation is going to be dynamic depending on which CostCenter parent is selected. For example, I want to show the value of another account (a single account) for the descendants of the current CostCenter member WHERE the Customer.CostCenter values are also descendants of the current CostCenter member.
    I want to say give me a specific account (ie; [Account].[Chargesin]) and the Sum of the Descendants of the current CostCenter member ONLY when the Customer.CostCenter value is also a Descendant of the current CostCenter member.
    Let me know if that helps. Thanks! Craig

  • HT5824 My iPad has been stolen. I need the serial number to report it to the authorities. I dont have the box it came in or the receipt and its not on my itunes on the computer because I didnt use it or music, just pictures. Can someone please help???

    My iPad has been stolen. Someone broke into my house on Tuesday. I have already tried locking it through icloud.  I have reported this to the authorities but they cannot do much unless I give them the serial number to the iPad. With the serial number they can put it into a database and send that inormation to pawn shops, so i the theie tries to pawn it, the pawn shop employeee can convscate the iPad and hand it over to the authorites. I need the serial number to report it to the authorities. I dont have the box it came in or the receipt and its not on my itunes on the computer because I didnt use it or music, just pictures. Can someone please help??? btw, some words are misspelled becasue the letter that comes ater the letter E, doesnt work on my keybord.
    Thanks

    Serial Number
    http://support.apple.com/kb/HT4061
    Sign in to My Support Profile
    https://supportprofile.apple.com/

  • I have forgotten my password for iPod Touch 4G and it is now disabled. I tried connecting to iTunes but i haven't synced before and i need to enter the password before i can back it up so i can restore it. I don't want to lose pictures so please help!

    I have forgotten my password for iPod Touch 4G and it is now disabled. I tried connecting to iTunes but i haven't synced before and i need to enter the password before i can back it up so i can restore it. I don't want to lose pictures so please HELP!

    Disabled
    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased. That is how it works
    iOS: Forgot passcode or device disabled
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: Back up and restore your iOS device with iCloud or iTunes       
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        
    If problem what happens or does not happen and when in the instructions? When you successfully get the iPod in recovery mode and connect to computer iTunes should say it found an iPod in recovery mode.

  • Drums on Logic Express 8 Help needed

    Hi there,
    I recently brought an imac, purely for my girfriend who writes and records her own music. We have Logic Express 8, and my partner loves it compared to cubase on her old pc! I myself play the drums, and would love to record drums onto this program. I have a real 13 piece kit, with mesh heads fitted to keep the noise down. Recording via a mic is not an option due to noise etc. Is there a way of triggering my drums to get a sound in Logic? I apologise if this sounds crazy, but I am a bit behind on the times! Any help on whether this is possible and what I will need is greatly appreciated!
    Many thanks,
    Keith.

    Their are multiple ways to record drums:
    * firstly, acoustic drums could only be micd, if you are looking to record with what you have, im afraid that's your only option
    *secondly, you could always use a sampler and trigger your drum samples with a midi keyboard, but i hate this method personally
    *thirdly, you could invest in a program such as EZ-Drummer, which has some very nice drum loops all organized by tempo...all you do is simply drag the loop into the arrange window, and if you'd like, you could open the piano roll and manipulate that loop
    *and the fourth (and in my opinion the best) method, is to sell those acoustic drums, and buy yourself an electronic drum kit...you can quantize your notes, you could load any sound sample you want on those pads to get a very diverse range of recordings...and best of all, no microphones! also, volume isn't a problem, if you want to play at 2 in the morning without waking the neighbors, then just through on some headphones and jam away
    im not sure if you wanted to know any of that cause i may of misinterpreted your question, but i tried.

  • Help needed please, with Iphone stuck with apple picture and progress bar after software update attempted

    Help needed please, everytime I try to update the software version on my iphone it comes up with a message saying it could not be completed and is now frozen with the apple picture and progress bar on it. Do I unplug it and hope the macbook pro sees it again, I also stupidly did not back up before starting the download which I realise I will have to go back to the previous back up. This keeps happening, everytime I do this type of update, I'm starting to think I should just give up on updating my software on the Iphone. I thought it was happening because I was using a window based computer to do the updates, this time I used my Macbook Pro. Please somebody help

    ljm17 wrote:
    ...This keeps happening, everytime I do this type of update, I...
    Then you should know what you need to do... If you don't remember...
    See Here  >  http://support.apple.com/kb/HT1808

  • BB Curve 9360 wont let me download music, receive pictures or display pictures, or receive voice notes... HELP!

    ever since i put my songs off my phone onto my laptop to then transfer onto my iPod i have been having serious difficulty with my phone, i cant receive pictures, voice notes and cannot download music. i have tried everything, i have deleted blackberry messenger, deleted app world, wiped the phone 3 times, taken the battery out a lot and also tried to restore factory settings (dont know if it worked). its really frustrating that i cant even download a song or receive a picture! please help because i dont know how much longer i can go before i smash the thing up!!
    all suggestions are appreciated!

    Hi tompain10x,
    Welcome to the Support Community!
    Were you receiving any error messages on your BlackBerry® Curve™ 9360 smartphone? If so, could you please provide the full error message and when you receive it?
    Thanks.
    -FS
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click Solution? for posts that have solved your issue(s)!

  • Hi, just need to know how to get my music, video, pictures and apps form my iPhone to my new laptop as the old computer, which I used before was stolen. I only have my phone left and if I try to conect it to my new laptop it's trying to delete everything.

    Hi, just need to know how to get my music, video, pictures and apps form my iPhone to my new laptop as the old computer, which I used before was stolen. I only have my phone left and if I try to conect it to my new laptop it's trying to delete everything.

    I have also noticed all my settings won't stay set, example....I removed the check mark from "third party cookies", the when I close Firefox and reopen the check mark is back, also my tool bar has screwed up....can't reset, been having trouble the up grade.

  • Help Needed compile, deploy Web Service with Annotations on Web Logic 9.2

    Hi,
    I am new web logic and need some help in compiling, creating deployment file i.e. war, ear on Web Logic 9.2. I have the following sample web service with annotations code code but need help in compiling, creating deployment file (war,ear), creating proxy for testing etc. How to compile and create deployment files in WebLogic 9.2. Any help is really appreciated.
    package sample_ws;
    import java.rmi.RemoteException;
    import javax.jws.*;
    import javax.jws.soap.SOAPBinding;
    import org.w3c.dom.Document;
    @WebService
    @SOAPBinding(style = SOAPBinding.Style.DOCUMENT, use = SOAPBinding.Use.LITERAL,
                 parameterStyle = SOAPBinding.ParameterStyle.BARE)
    public class EchoService {
        public EchoService() {
        @WebMethod(action="echo")
        @WebResult(targetNamespace="http://exa.org", name="echoResult")
        public Document echo(@WebParam(targetNamespace = "http://exa.org",
                                       name = "echoMsg")
            Document doc) throws RemoteException{
            return doc;
    }Thanks

    I am using Oracle Jdeveloper as an IDE and created a war file and deployed on Oracle App. Server it works fine. Now if I deploy the same war on Web Logic it gives me the following error:
    java.lang.IllegalStateException: could not find schema type named {{http}//exa.org}>>echoResult
    Errors were encountered while performing this operation. Here is the code I have:
    package webservice2 ;
    import java.rmi.RemoteException;
    import javax.jws.*;
    import javax.jws.soap.SOAPBinding;
    import org.w3c.dom.Document;
    @WebService
    @SOAPBinding(style = SOAPBinding.Style.DOCUMENT,
                 use = SOAPBinding.Use.LITERAL,
                 parameterStyle = SOAPBinding.ParameterStyle.BARE)
    public class EchoService {
        public EchoService() {
        @WebMethod(action="echo")
        @WebResult(targetNamespace="http://exa.org", name="echoResult")
        public Document echo(@WebParam(targetNamespace = "http://exa.org",
                                       name = "echoMsg")
            Document doc) throws RemoteException{
            return doc;
    }And here is the wsdl file I have:
    <definitions
         name="EchoServiceService"
         targetNamespace="http://webservice2/"
         xmlns="http://schemas.xmlsoap.org/wsdl/"
         xmlns:tns="http://webservice2/"
         xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
         xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
         xmlns:ns1="http://exa.org"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema"
         xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
        >
        <types>
            <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://exa.org" elementFormDefault="qualified"
                 xmlns:tns="http://exa.org" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                 xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/">
                <element name="echoMsg" nillable="true">
                    <complexType>
                        <sequence>
                            <any/>
                        </sequence>
                    </complexType>
                </element>
                <element name="echoResult" nillable="true">
                    <complexType>
                        <sequence>
                            <any/>
                        </sequence>
                    </complexType>
                </element>
            </schema>
        </types>
        <message name="EchoServicePortType_echo">
            <part name="echoMsg" element="ns1:echoMsg"/>
        </message>
        <message name="EchoServicePortType_echoResponse">
            <part name="echoResult" element="ns1:echoResult"/>
        </message>
        <portType name="EchoService">
            <operation name="echo">
                <input message="tns:EchoServicePortType_echo"/>
                <output message="tns:EchoServicePortType_echoResponse"/>
            </operation>
        </portType>
        <binding name="EchoServiceSoapHttp" type="tns:EchoService">
            <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
            <operation name="echo">
                <soap:operation soapAction="echo"/>
                <input>
                    <soap:body use="literal" parts="echoMsg"/>
                </input>
                <output>
                    <soap:body use="literal" parts="echoResult"/>
                </output>
            </operation>
        </binding>
        <service name="EchoServiceService">
            <port name="EchoServiceSoapHttpPort" binding="tns:EchoServiceSoapHttp">
                <soap:address location="http://localhost:8888/EnableSrc-WebService2-context-root/EchoServiceSoapHttpPort"/>
            </port>
        </service>
    </definitions>Any ideas what might be wrong.

  • HT1338 Macbook pro two days old...bought logic from app store...logic has installed partly each time i open it up it wants to download rest of programme then stops half way thru and gets error message 'logic is unable to continue with download' help neede

    Macbook pro two days old...bought logic from app store...logic has installed partly each time i open it up it wants to download rest of programme then stops half way thru and gets error message 'logic is unable to continue with download' help needed !

    Hello:
    I would trot back into the Apple store and have them fix the problem (or call Applecare with a warranty issue).  There is no sense in you wasting your time trying to troubleshoot things on a new computer.
    Barry

  • I just got logic and need help i dont know how to make a track at all

    i just got logic and need help i dont know how to make a track at all

    Pancenter wrote:
    There was a time not too long ago when people respected the incredible amount of talent that contributed to this software...Everyone -wanted- to learn about the craft and "art" that goes into being a good engineer, musician, producer...etc.      
    Beginner's did enough reading and experimentation to at the very least, ask an intelligent question.
    pancenter-
    Hey Pancenter there are still lots of us about.
    I wouldn't take the original post too seriously - I may of course be naive but it sounds like it could be a troll to me!
    I learn a lot from reading the posts of the likes of you, Erik, Bee Jay, sampleconstruct, noeqplease etc so I hope you guys don't become too dispondent when you see posts like these.
    By the same token, I hope the Logic team continue to use their talents to develop powerful software that caters for the professional user, while allowing Garageband to continue to do its (excellent) job of providing for its market.

  • Since i have upgradet my ipod touch 3g with the new 5.0.1 version,  i can`t upload music or pictures or apps or anything else. the synchronize button is gray and allows nothing. the i tunes version is the 10.5.3 ... please help me!

    since i have upgradet my ipod touch 3g with the new 5.0.1 version,  i can`t upload music or pictures or apps or anything else. the synchronize button is gray and allows nothing. the i tunes version is  10.5.3 ... please help me!

    First, try a system reset.  It cures many ills and it's quick, easy and harmless...
    Hold down the on/off switch and the Home button simultaneously until the screen blacks out or you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.
    If the Reset doesn't work, try a Restore.  Note that it's nowhere near as quick as a Reset.  Connect via cable to the computer that you use for sync.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."
    Finally, if the Restore doesn't work, let the battery drain completely.  Then recharge for at least an hour and Restore again.

  • Help needed after moving music - has not been answered recently!

    Hey,
    I'm not great with computers. I moved my "my music" folder to an external hard drive (just cut and paste... oops) and now itunes won't open because it can't find the itunes folder. It won't let me uninstall or reinstall it. Help needed!
    Thanks

    If I understand correctly, you moved your My Music folder on to an extrenal drive and that this folder contained your iTunes folder. Now Itunes won't open. I hope you have not damaged anything by unsuccessfully trying to uninstall iTunes, if so we will have to fix that.
    If you are lucky and I have understood you correctly, start iTunes with the shift key held down. You should be prompted to choose or create a library. Select choose and navigate to your iTunes folder on the external drive. You should find a file called iTunes Library.itl - choose that.
    Message was edited by: polydorus

Maybe you are looking for

  • Missing ACROBAT Tap from MS Word 2007 for Windows top Menu

    I could generate PDF file using a TAP on the top right of the screen (ACROBAT it was next to developer), however, I must have done something ... and now the Tap is missing. Anyone knows how can I get it back? Thank you, Monasterolo

  • Dependent characteristics updation in transaction QP02

    HI Friends,     Could you please help me regarding updation of dependent characteristics in the transaction QP02. My requirement is i will give the plant and group in the first screen and i select the first entry and i will click inspection character

  • [Q] How to set the sampling rate separately?

    Hello, I'm using LV5.1 in Windows98 with SCXI-1200. I want to set different sampling rate in each input channel. I've ever used "AI acquire waveforms.vi" only. Anybody can help me? Example codes are highly appreciated. Regards, Hyun-ho Lee [email pro

  • Option missing in edit-preferences

    I have downloaded the trial version. The help menu said that the import panel in edit-preference-convert to pdf-edit setting, may included 13 options. In my trial version, i only have 6 options. Is this normal? I needed to have the ''Import external

  • Why does there seem to be no category for Airport Express?

    I'd like to solve a problem I'm having with this, but I don't see an appropriate category.