Issue with responding to AEGP from custom effect.

Hi,
    I checked ProjectDumper & Shifter projects. I noticed that ProjectDumper is communicating with Shifter effect through
suites.EffectSuite2()->AEGP_EffectCallGeneric(S_my_id, effectH, &fake_timeT, (void*)"ProjDumper says hello to Shifter");
But when I tried to communicate from Sweetie to Checkout using the AEGP_EffectCallGeneric call, I'm not getting any callbacks.
In the Checkout project I'm handling PF_Cmd_COMPLETELY_GENERAL also. But when AEGP_EffectCallGeneric() is called from Sweetie project, I'm not getting the call to EntryPoint in Checkout project.
This is sample code :
In Sweetie project:
A_Time                    fake_timeT = {0, 100};
suites.EffectSuite2()->AEGP_EffectCallGeneric(      S_my_id,            /* >> */
                                                  effectPH,            /* >> */
                                                  &fake_timeT,//const A_Time        *timePT,                /* >> Use the timebase of the layer to which effect is applied. */
                                                  //PF_Cmd_COMPLETELY_GENERAL,                /* >> new parameter from version 2 */
                                                  (void*)"Hello");
In Checkout project :
DllExport   
PF_Err
EntryPointFunc (   
    PF_Cmd            cmd,
    PF_InData        *in_data,
    PF_OutData        *out_data,
    PF_ParamDef        *params[],
    PF_LayerDef        *output,
    void            *extraP )
     PF_Err        err = PF_Err_NONE;
    switch (cmd)
          case PF_Cmd_COMPLETELY_GENERAL:
           err = RespondToAEGP(in_data,out_data,params,output,extraP);
           break;
Am I missing something? What else should I need to do to get the callback to EntryPointFunc() in Checkout project?
Thanks,
Dheeraj

//this has to give AEGP_EffectRefH corresponding to Checkout right?
wrong.
but let's discuss that later.
let's assume for a moment that you get get a valid effectRefH.
you say the you call the effect back as soon as the effect calls the AEGP via a suite.
do you wait until the effect exits from it's call? maybe it' still busy with original call from which it called your AEGP.
if you want to be sure it's free, you have to wait until the calling effect finished and only then contact it.
you could do that using idle_hook.
when the effect calls the AEGP, the AEGP sets a flag and waits until an idle_hook call.
when that comes, it sees it has a flag on, and initiates the effectCallGenreic at a time in which the effect is surely idle.
another alternative based on the suumption that you reply immeidately without letting the original caller exit first,
is to reply back via that same suite that did the calling.
when an effect calls your AEGP via your suite it can pass an empty structure or a pointer to any piece of data, and have the AEGP fill it with data and instructions.
the process continues with the calling effect without using effectCallGeneric.
back to that thing from the beginning.
as far as i know, the AEGP_GetNewEffectForEffect works for the calling effect, regardless of the pIndata->effect_ref passed to the function.
you can use that function from within effects with a NULL for an pIndata->effect_ref, and it will still work.
you'll have to get the effectPH the old fashioned way, using AEGP_GetLayerEffectByIndex.
actually there are a few ways for you to get the AEGP_EffectRefH.
the first would be to have the effect find out it's own effectRef using GetNewEffectForEffect,
and have the effect deliver that to the AEGP via your suite.
that effect ref would be valid as long as the calling effect didn't exit yet. that effect ref will also have to be disposed of.
after the effect has exited it's call, your can't count on the effectRef bieng valid anymore.
it could work, but it will fail if any other plug-in has acquired an effectRef in the mean time.
you could have the effect deliver it's LayerH to the AEGP, and have the AEGP search that LayerH for your effect, and get it's reff using AEGP_GetLayerEffectByIndex.
the LayerH is less likely to change under you than an EffectRefH is, but still, you can't count on it 100%.
sadly, there's no API a project wide, and lasting way of recognising an effect.
the only full 100% proof solution would be to send the AEGP the itemID of the comp, and the layerID of the correct layer, and have the AEGP look for the matching comp in the project, and the matching layer in the comp, and the correct effect on the layer.
the itemID and layerID both last for the lifetime of the project, and are stored with the project.
they will only change is the project is imported into another project.
for short term tracking of effects i personally store the layerH and scan that layer for the correct effect.
i keep telling myself i have to convert to the full solution, but i guess i'm too lazy to implement it (and it sacns the whole project each time it's used).
you should decide how much faith you put into having the effectRefH, layerH, or compH not change under you without notice.

Similar Messages

  • Issue with Executing OS commands from Stored Procedure

    I am trying to execute the scripts provided at :
    http://github.com/xtender/XT_SHELL
    provided by xtender user.
    As required, I have asked my DBAs to grant privileges by executing the following scripts:
    Begin
      --change to needed permissions and execute
      dbms_java.grant_permission( 'ODS', 'SYS:java.io.FilePermission', '/var/factiva/ODS/bin/CVIM_Rpt_ExportCSVFile’, 'read,write,execute' );
    end;
    /where CVIM_Rpt_ExportCSVFile is my script residing in the Unix server where my Oracle is installed.
    The error I am facing when I try to execute the following command is:
    select * from table(xt_shell.shell_exec('/var/scripts/CVIM_Rpt_ExportCSVFile',100))
    Exception:the Permission (java.io.FilePermission /var/scripts/CVIM_Rpt_ExportCSVFile execute) has not been granted to ODS. The PL/SQL to grant this is dbms_java.grant_permission( 'ODS', 'SYS:java.io.FilePermission', '/var/scripts/CVIM_Rpt_ExportCSVFile', 'execute' )I have asked my DBA to also execute the following scripts: - But I still see the same error as above. I am not able to figure out whats going on. Can anyone pls help me out??
    EXEC Dbms_Java.Grant_Permission('ODS', 'SYS:java.lang.RuntimePermission', 'writeFileDescriptor', '');
    EXEC Dbms_Java.Grant_Permission(ODS', 'SYS:java.lang.RuntimePermission', 'readFileDescriptor', '');
    dbms_java.grant_permission( 'ODS', 'SYS:java.io.FilePermission', '/var/scripts/CVIM_Rpt_ExportCSVFile', 'execute' )

    DUPLICATE
    ===============================================================
    Issue with Executing OS commands from Stored Procedure
    ==============================================================

  • Is there an issue with streaming videos direct from itunes? I

    Is there an issue with streaming videos direct from itunes? I have good wifi but films just buffer , doesn't happen on flixster on netflix , wonder if there is any tweak to watch a film uninterrupted , because it is very frustrating? Thanks

    Apple appears to be having trouble with the iTunes Store servers right now.
    (81070)

  • Issue while taking goods back from customer ?

    Dear All ,
                          Client  had get back goods from customer  due to poor quality , now use is in user is taking bak these goods via delv created , so as user  clicks on POST GOODS RECIEPT  he is having an error that " You are not auth for this transaxction with mvmt. type 653, so i had consult to BAIS guy , he had well checked all roles given to the use r& sais that there is no issue with roles authourisation., Kindly guide how to do this process.
    thanx in advance
    sap11

    Processes are involved with Customer Returns:
    PGI (Post Goods Issue) may be cancelled by Transaction code VL09. The accounting document is just the reverse of the original PGI document.
    VL09 creates the movement type 602 Q. But rather than VL09, the generally accepted method for the reverse items is to use the movement type 653, "back to the to the storage location." The accounting document takes the cost "from" the project and moves it back "to" the storage location.
    The movement types are entered in the schedule lines in customizing, which are then assigned to the item categories. However, in this process, "no invoice" takes place. If you have a delivery related invoice, it should be cancelled beforehand.
    Check for the t-codes and this error comes even if u use a wrong mvt type in the right t-code.. like 311 in GR, jus as an exanple..
    Reward if helpful..
    Thanks,
    Srib

  • On-Going Issues with New Serviices - New Verizon Customer

    Good evening.  This is the 1st time that I've had to voive my frustrations and disappointment on a forum but I don't know what else to do. I have only had Verizon Fios for 6 weeks and I have yet to watch anything on TV since no imformation is being filtered to my TV; I keep receiving Set-Top box is off-line.  My Internet and phone services were spotty in the beginning but they are working great now.  I've had 3 different technicians visit my residence to re-install the boxes, router, cables, and I had all-new equipment again.  However, I'm still having issues in with the Program Guide and all Menu options are still unavailable. 
    However, nothing has worked and I've exhausted all possible resolutiions to no avail.  The last technician was at my residence for 7 hours last week and had to call Verizon's tech support,  It was determined that it was something on Verizon's end that they needed to fix.  It's been over a week, and I have yet to hear anything on my current open Help Ticket.  Has anyone had any serious issues with their services when they first signed for FIOS?  I'm at the point that I am seriously considering cancelling my services even though I already made 2 payments against my account.  Most of my friends, new neighbors and family members have FIOS and rave how great it is, and constantly talk about all the movies on On Demand.  Unfortunately, I can't relate because I can't access anything on my TV.  It's a pain in the **bleep** when you are trying to watch something but you have no idea what the hell you are watching because the Program Guide is unavailable, including the rest of the Menu options.  I really would hate to cancel all of my services but I'm at a loss at what to do anymore.  Has anyone experiences severe issues in which they had to cancel their services because Verizon was unable to solve the issues?  Thank you for your attention and time in this matter.

    Since we haven't heard back from you as requested in your private support case, it appears you do not need further assistance. It was our pleasure to help get this squared away.  Please make a new post anytime you need our assistance.
    Anthony_VZ
    **If someones post has helped you, please acknowledge their assistance by clicking the red thumbs up button to give them Kudos. If you are the original poster and any response gave you your answer, please mark the post that had the answer as the solution**
    Notice: Content posted by Verizon employees is meant to be informational and does not supersede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or plan

  • Issues with Synchronize to and from DB (version 3.3.0.747)

    Having an issue with syncing the model and the data dictionary is a very specific case:
    1. Reverse engineer an existing table (T1)
    2. Copy the table (in data modeler) - T2
    3. Rename the table, make changes (add columns and keys)
    4. Forward engineer the new table (i.e., export and run DD for T2L)
    5. Make additional changes to new table (T2) in data model.
    6. Run sync db with model - the sync routine compares my new table (t2) to the original table (T1) in the database! It cannot "find" my new table (T2) in the database to compare to.
    7. Alternatively try to sync the model with the db - this time it wants to sync the original table (T1) to itself (which has no change) and DROP my new table (T2) from the model.
    It appears that sync is looking at meta data one my new table (T2) that contains the original copied table's name (T1). And in fact if I look at the table Summary properties - the source db object property does list the original table name (T1).
    I also tried to reverse engineer the new table (T2) to the merge with the model, that has the same behavior as the sync.
    Is there a way to fix this short of dropping T1 from the schema?
    Edited by: Kent Graziano on May 20, 2013 2:37 PM

    Hi Kent,
    thanks for reporting the problem. I logged a bug and ER for that.
    Is there a way to fix this short of dropping T1 from the schema?Unnecessary information about source need to be cleared. Here is a script that will help on that:
    //array with 2 elements to illustrate different use cases - the first is used to have exact match on table name
    // the second one ("REGIO") can be used with following check in inList function
    //if(table.getName().startsWith(list)){
    var list = ["Regionsv1","REGIO"];
    function isInList(table){
         for(var i=0;i<list.length;i++){
              // different approaches to match table name can be used
              // be aware of letter case
              //if(table.getName().startsWith(list[i])){
              if(table.getName().equalsIgnoreCase(list[i])){
                   return true;
         return false;
    function clearSourceStampforTable(table){
         clearSourceStamp(table);
         cols = table.getElements();
         for(var i=0;i<cols.length;i++){
              clearSourceStamp(cols[i]);
         keys = table.getKeySet().toArray();
         for(var i=0;i<keys.length;i++){
              clearSourceStamp(keys[i]);
              if(keys[i].isFK()){
                   clearSourceStamp(keys[i].getFKIndexAssociation());
    function clearSourceStamp(object){
         object.setSourceConnName("");
         object.setSourceObjSchema("");
         object.setSourceObjName("");
         object.setSourceDDLFile("");
         object.setDirty(true);
    tables = model.getTableSet().toArray();
    for(var i=0;i<tables.length;i++){
         table = tables[i];
         if(isInList(table)){
              clearSourceStampforTable(table);

  • PHP email form - issue with who it's from

    Hi,
    I've got a referral page on my site where the user puts in their details and a friends details and the form fires off a email to the friend. The form is in HTML and posts it to a PHP file. The problem is I get in the email for who it's from:
    from
    "Scott Bradshaw"@server74.ukservers.net
    I don't want the
    @server74.ukservers.net
    in their.
    Is this an issue with PHP files and forms or is their a way round it? I know I could do a mailto: form but don't want to. What are my options?
    Thanks, Scott

    I'm making the website for someone and they had the hosting set up already but thanks for telling me. I think this is right what I've done:
    function detectSuspect($val, &$ok) {
      if (preg_match('/Content-Type:|Cc:|Bcc:/i', $val)) {
        $ok = false;
    $YourName = Trim(stripslashes($_POST['YourName']));
    $YourEmail = Trim(stripslashes($_POST['YourEmail']));
    $RefName = Trim(stripslashes($_POST['RefName']));
    $RefEmail = Trim(stripslashes($_POST['RefEmail']));
    $EmailFrom = $YourEmail;
    $Subject = $RefName;
    $EmailTo = $RefEmail;
    // validation
    $validationOK=true;
    detectSuspect($YourName, $validationOK);
    detectSuspect($YourEmail, $validationOK);
    detectSuspect($RefName, $validationOK);
    detectSuspect($RefEmail, $validationOK);
    if (!$validationOK) {
      print "<meta http-equiv=\"refresh\" content=\"0;URL=error.html\">";
      exit;
    // prepare email body text
    $Body = "Hi $RefName,
    $YourName thought you would be interested in viewing this online video called A
    tale of 2 customers (< 3 mins).
    www.easybench.org/ataleof2customers3";
    $Body2 = "";
    $Body2 .= "User Name: ";
    $Body2 .= $YourName;
    $Body2 .= "\n";
    $Body2 .= "User Email: ";
    $Body2 .= $YourEmail;
    $Body2 .= "\n";
    $Body2 .= "Referral Name: ";
    $Body2 .= $RefName;
    $Body2 .= "\n";
    $Body2 .= "Referral Email: ";
    $Body2 .= $RefEmail;
    $Body2 .= "\n";
    // send email
    $success = mail($EmailTo, $Subject, $Body, "From: $EmailFrom<$EmailFrom>");
    mail("[email protected]", "Referral details", $Body2, "From: [email protected]");
    // redirect to success page
    if ($success){
      print "<meta http-equiv=\"refresh\" content=\"0;URL=thankyou2.html\">";
    else{
      print "<meta http-equiv=\"refresh\" content=\"0;URL=error.html\">";
    ?>
    I've also got a feedback form thing too, the script above wouldn't work for it I guess as it's protecting against different thing but what's the best way to protect the feedback form? I've heard of a honeypot thing where create hidden form field.
    Thanks, Scott

  • Issue with opening pdf file from web browser

    I have Acrobat Pro ver 6 and Adobe Reader 9.1 on a computer.  when my user tries to open up a pdf from the web he is getting the following error message:
    "The Adobe Acrobat/Reader that is running can not be used to view PDF files in a WEb Browser.  Adbe Acrobat/Reader version 8 or 9 is required.  Please exit and try again."
    What also happens is that Acrobat Pro ver 6 opens up and nothing is there.
    I am not sure why he is getting that message since Reader 9.1 is installed.
    Can any one shed some light on this for me.
    This user needs to have Acrobat and Reader on his system.  I understand that there are issues with having both.
    Also he has it set up so that any PDF is opening using the Reader 9.1.
    Thanks,

    Your PC's default reader configuration for embedded PDFs has become confused, due to multiple Adobe PDF document solutions installed on one PC.
    Solution 1:
    Go to Start > Run
    Type regedit and click OK.
    Browse to the following key: HKEY_CLASSES_ROOT\Software\Adobe\Acrobat\Exe
    Make sure that the correct Default data value is set for the path where Adobe Reader or Acrobat are installed.
    The default installation values are:
    "C:\Program Files\Adobe\Reader 9.0\Reader\AcroRd32.exe"
    or
    "C:\Program Files\adobe\acrobat 6.0\acrobat\Acrobat.exe" (not sure about this path.  Check on your PC to be sure)
    depending on whether Adobe Reader or Adobe Acrobat is installed.
    Solution 2:
    Configure the browser to use Acrobat or Adobe Reader as a helper application.
    If you are using Firefox to browse the web, you can change this setting in Firefox by going to:
    Tools > Options
    Click on the "Applications" Tab.
    The first item in the list should be "Adobe Acrobat Document".  Under the Action list, click the drop down arrow and select the application you want to read PDFs within the web browser.  Click OK, and you should be done.
    If you're using Internet Explorer to view PDFs, try the below steps.
    After you configure Acrobat or Adobe Reader as a helper application, the browser starts the helper application in a separate window and displays PDF files within that window. Acrobat and Adobe Reader both include a preference that lets you specify Acrobat or Adobe Reader as the helper application.
    To configure Acrobat or Adobe Reader as a helper application:
    Start Acrobat or Adobe Reader.
    Choose Edit > Preferences.
    Select Internet on the left.
    Deselect Display PDF In Browser Using [Acrobat application], and then click OK.
    Quit Acrobat or Adobe Reader.
    The next time you select a link to a PDF file in the browser, a dialog box asks what you would like to do with the file. If you select Open It, the browser opens the PDF file in Acrobat or Adobe Reader (the helper application); if you select Save It To Disk, the browser saves the PDF file to your hard drive.

  • Issue with opening PDF files from the web Acrobat 8.1.4

    Hello everyone
    I just found out about this problem today, and it manifests in such a manner that when you try to open a PDF document on the web, it hangs for a while, and then the standard message about Adobe Acrobat not being able to open the document comes up, and after you OK away that you get the message that the program shuts down.
    If I download the PDF itself and open it locally it works. Is there any known issue with updates recently that creates this problem?
    The system is running on Windows 7 32-bits, and Adobe Acrobat is a part of the CS3 Master Collection.
    Greetings from Alexander

    Not supported file type can (but not always) mean the PDF was created with an old enough version of Acrobat, that it isn't comaptible with reader X or XI.
    Might have been damaged is pretty cut and dried in its meaning and interpretation.
    There's a known issue with Mac OS and Safari Browser "breaking" PDFs as they download, but it's not so common for Windows. Since these are files you already had, it would be even less applicable.
    You can try downloading an older version of Reader to check if it's a compatibility issue, but you'd have to uninstall the latest to do it and it'd be a lot of bother if they still don't open. It would also mean they are "broken" and cannot be repaired, that I know of.

  • Issue with sent items disappearing from Outlook

    We are having an issue with many of our users who have had their sent items disappear from Outlook. We are running Exchange 2010 SP2 with Rollup 8. All users on Windows 7 appear to be working fine, it is just users on XP that are having the issue. All
    PCs are SP3 with updates applied. The messages were there previously, but the Sent folder shows empty as of Monday. They show correctly in OWA, it is just in Outlook itself that is the problem. If we enable cached mode the items populate, but our standard
    policy is to run online with no local PST. We have tried running Outlook with /clearviews and in Safe Mode, but this does not resolve the issue.

    Hi,
    From your description, all the sent items are correct in OWA. So the Exchange Server is ok.
    About this issue, I recommend you install all the latest Windows updates and check the result.
    Hope it helps.
    If there are any problems, please feel free to let me know.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • Issue with building an array from a cfhttp request result.

    Here is what I am trying to do. Retrieve a bunch of results from a  REST request. Run a query to see if I should be excluding any of the xmltext entries coming back from the rest request. Build an array of the REST xmltext entries except the entries in the cfquery.
    I have it all workign except building the array minus the entries that came back in the cfquery. Here is my code so far.
    <cfquery name="getqueue" datasource="#application.settings.dsn#">
    select * from friends
    where Deactivatedate < #DATEADD('d', 1, CreateODBCDateTime(now()))#
    </cfquery>
    <cfoutput query = "getqueue">
    <cfhttp  blah blah>
    <cfset nodes_parse = XmlParse(CFHTTP.FileContent)>
    <cfset Nodes = xmlSearch(nodes_parse,'friends/friend/date/activedate/')>
    <cfset roleArray = ArrayNew(1)>
    <cfloop from="1" to="#arraylen(Nodes)#" index="i">
       <cfset NodeXML = xmlparse(Nodes[i])>
    <cfset ArrayAppend(roleArray, '[sel_members][]=#NodeXML.activedate.xmlText#&')>
    </cfloop>
    </cfoutput>
    My issue is down in the loop where I do the arrayappend. How would I build an array of values coming back from the cfhttp request but not include any of them if they match up with anything coming back from the getqueue query?

    What about the obvious? Namely,
    <cfif value_from_getqueue IS NOT value_from_cfhttp_request>
    <cfset arrayAppend()>
    </cfif>

  • Issues with upgrading Hyperion HFM from 11.1.2 to 11.1.2.1

    Hi,
    After the recent release of Hyperion 11.1.2.1, we upgraded our development environment to 11.1.2.1 from 11.1.2.
    Installation and configuration was smooth straight forward [ We used the Maintenance upgrade while installing 11.1.2.1 ].
    We migrated the application created from 11.1.2 to 11.1.2.1 using copy App. We saw following issues.
    1. We are unable to run consolidation and we get following Error: “An unknown error has occurred in the HsvData2 object”
    2. Every time when we login to HFM workspace and run reports we see database authentication window, we have to enter admin credentials for first time.
    3. We are unable to load a Rule File in 11.1.2.1, which was loaded successfully in 11.1.2.
    Any details on the above issues or on the upgrade from 11.1.2 to 11.1.2.1 would be of great help.
    Thanks and Regards,
    Bhargav

    I am going to throw out the most unexciting reply ever, but .... the answer probably lies in the 11.1.2.1 readme.
    V25453-01 From : https://edelivery.oracle.com/EPD/Download/get_form?egroup_aru_number=13638318
    Consolidation
    When running a consolidation, the following error may occur: “An unknown error has occurred in the HsvData2 object” with a description of: “Value violated the integrity constraints for a column or table” and the following problem: “Cannot insert duplicate key in object”. To resolve this error, delete invalid records.
    I didn't look at the other issues; however, once again, I think the answers are most likely contained in the readmes.
    Charles

  • Issue with executing Business Rules from Planning web

    Hi,
    We are using Hyperion Planning 9.3.0.1 and we keep getting an issue with the Business Rules. We get an error if we try to run the rules from Planning web. The same rules validates and executes fine if we run it from AAS. This issue gets resolved if we restart the Planning and RMI service. But this issue keeps happening randomly. Is there a permanent resolution to it? Is it a bug or I am missing something here?
    Thanks and Regards,
    Amol
    Edited by: user638718 on Apr 7, 2009 5:20 PM

    Hi,
    Have you installed any of the patches for 9.3.0.1, I think it goes up to 9.3.0.1.09
    One of the fixes was :-
    8-665086601 (6588823) – When the Business Rules connection to the relational database is lost, Business Rules does not reconnect to it. To solve this problem, an optional property, HBR_CONNECTION_VALIDATE_TIME, was added to HBRServer.properties. This property specifies a time interval for checking the connection between Business Rules and the relational database. If the connection is not valid, a new connection is established. The time interval is specified in milliseconds and defaults to 300,000 (five minutes).
    Though I know there has been more attention to fixing known issues on 9.3.1 than 9.3.0.1
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Dynamic Link (Adobe Premiere Pro to Encore) issues with burning a DVD from the project file

    Hello,
    I am running Adobe Suite CS 5.1 on my Mac:
    2.8 GHz Quad Core
    6GB Memory
    I've been having issues with a few projects; using Dynamic Link, directly from my project in Premier, to send them to Encore:
    When attempting to burn a DVD, Encore will 'hang up' and not burn; I rarely burn to DVD, usually I'm always encoding for web, and just always use the 'default settings' in Encore.
    A few things to note:
    *In my project I'm using MOV files, from a Canon 7D, and MP4 files, from a Sony EX-1. 
    *I am working off of 3 separate hard drives; very large projects with over 5TBs of media files.
    *I noticed that after inserting a DVD, it caused one of my hard drives to eject; this happened once, as far as I know.
    *This only happens when I use Dynamic Link to send to Encore, via my Premiere Pro project file.
    *My Project settings are always: XDCam HD-1080p/24p
    Please help.
    Thanks

    So you must downrez at some point in the workflow. Some users have problems and/or think they get better quality out of direct PR/AME exports than using DL for this purpose.
    I would test the workflow by creating three short test sequences - one with a clip from one camera, a second from the other, and a third with both in a sequence using the same settings you are using in your edit. I would use the "drag a clip" to the new item method for making each of the first two sequences. By short I mean 30 seconds to 2 minutes with a mixture of still and action.
    Export using whatever method you pick of those recommended, but use CBR 8 instead of VBR etc. Bring the resulting files into Encore. Yes, look at the files exported on the computer, and look at Encore preview, etc, but also burn to a disk and watch on multiple TVs. There are lots of issues in best quality.

  • Issues with Video Lightbox Gallery from Muse Exchange...

    I've been trying to customize the Video Lightbox Gallery from the exchange, Video Gallery Lightbox | Exchange | Adobe Muse CC
    I'm using embed codes from Vimeo. My first issue was that when I replace the placeholder embed code with my Vimeo code, the frame size is considerably smaller. From Vimeo it is 500x281 and in the widget it is 700x396. So I changed the frame size in my Vimeo embed and that seemed to work. Now, though, when a preview the page it plays fine in the window, but when I enter full screen and then escape from that while the video is playing to go back the smaller window, it jumps up so far up the screen it is off the page... It doesn't happen with the placeholder video and the only difference I can see is that it's from YouTube and mine is from Vimeo. I haven't change any of the settings except for the embed code. Can anyone help me with this?

    I wanted to add that I am using on one page design and I have multiple video galleries further down the page. What I've noticed is that no matter which thumbnail I play and enter into full screen, when I hit escape, that window jumps all the way to the top instead of staying locked to where is originated. Again, it doesn't do it with the placeholder video, only when I replace it with my embed codes from Vimeo. This is very frustrating because I am so close to finishing and this issue is holding me up. I've searched and searched and cannot find the answer... is there anyone who can help, please?

Maybe you are looking for

  • Audio input disabled after Lion install (Pro Tools, Edirol)

    Any ideas? Double-checked all input settings. Edirol (analog to digital device) shows up as an option, but no sound can be recorded. I see the same issue in threads involving Pro Tools. Using the latest version of Bias Peak. Same issue using Garage B

  • IPhone 4S unlock - reject SIM card. How to fix?, iPhone 4S unlock - reject SIM card. How to fix?

    Hi there I bought an iPhone 4S unlock. 1st time after I putted the SIM card in, it works for 10minute and then rejected. It showed: Invalid SIM card or :No SIM cared instatalled". How do I fix it? Thanks Chi

  • Report painter issue with displaing a month budget

    Hi, I have a problem with making report in report painter. I want to display a month budget of cost element for the one particular cost center. For example: Iu2019ve putted two characteristics in one row, a set (which contains cost element number) an

  • Baffling duplex printing problem

    I have a new Macbook Pro running OS X 10.8.4 (Mountain Lion) Printer - Epson XP-800 multi When I create a 2 page test document and select 2-sided printing, the result prints 2-sided. [Printer duplex capability is verified in this action]. When I try

  • How to achieve a smallest possible GUI Solaris

    Hello, everyone. I'd like to have smallest GUI Solaris possible. That is Core + Java Desktop System (Gnome Desktop). Has anyone gotten that combination works nicely yet? Please advise. Thanks. WO.