IBR - Custom Conversion with FFMPEG

Hello
Guys
I have built a simple class which converts videos to UCM.
The conversion works very well but there is a problem when the video is huge the IBR thinks the process has been expired, because my server is quite slow, it is a Virtual Machine but if I upgrade the server I won´t fix this problem.
How can avoid it? There is a solution to not expire the conversion?

Read this http://docs.oracle.com/cd/E21764_01/doc.1111/e10800/c02_ibr_all.htm#CBHDEJDG and namely this http://docs.oracle.com/cd/E21764_01/doc.1111/e10800/c02_ibr_all.htm#CBHGCAAA
Also this thread might be interesting Inbound refinery + pdfconverter general question

Similar Messages

  • IBR : Custom conversion

    Hi,
    I am trying to test the custom conversion with IBR.
    As a first step I would like to be able to execute a java method before the PDF conversion of a MS Word document.
    I have created a component with the following tables :
    <@table CustomConversion_DocumentConversions@>
    <table border=1><caption><strong>CustomConversion_DocumentConversions</strong></caption>
    <tr>
    <td>drConversion</td>
    <td>drSteps</td>
    <td>drDescription</td>
    <td>drIsEnabledFlag</td>
    </tr>
    <tr>
    <td>CheckLinks</td>
    <td>CheckLinksFile</td>
    <td>check link into doc files</td>
    <td>TRUE</td>
    </tr>
    <tr>
    <td>MSOffice</td>
    <td>ExecuteSubconversion<$stepsToWebviewable="CheckLinksFile, MSOfficeToPostscript, PostscriptToPDF, ExecuteSubconversion<$subConversion='CreateThumbnail'$>", subConversion="UniversalConversion", supportsOIX="true", supportsXX="true", supportsOO="true", supportsIX="true"$></td>
    <td>Conversion MS Office customisee</td>
    <td>TRUE</td>
    </tr>
    </table>
    <@end@>
    <@table CustomConversion_ConversionSteps@>
    <table border=1><caption><strong>CustomConversion_ConversionSteps</strong></caption>
    <tr>
    <td>drStep</td>
    <td>drStepType</td>
    <td>drStepAction</td>
    <td>drStepParameters</td>
    <td>drStepTimeoutName</td>
    <td>drStepReport</td>
    <td>drStepControlCodes</td>
    <td>drStepDescription</td>
    <td>drStepIsEnabled</td>
    </tr>
    <tr>
    <td>CheckLinksFile</td>
    <td>Code</td>
    <td>oracle.customconversion.CheckLinksFileStep</td>
    <td></td>
    <td></td>
    <td>!csCheckFiles</td>
    <td>onErrorFail</td>
    <td>Sample step that checks word files</td>
    <td>TRUE</td>
    </tr>
    </table>
    <@end@>
    The "CheckLinksFile" step should be executed as it is added to the conversion steps of the MSOffice conversion.
    However, it does not seem to be executed ...
    Below, I copy the console output :
    starting conversion: WORD; is subconversion: false
    Script: TRUE
    Evaluated to: TRUE
    Script: ExecuteSubconversion<$subConversion="MSOffice",msOfficeApp="WORD"$>
    Evaluated to: ExecuteSubconversion
    Starting step: ExecuteSubconversion
    Script: ignoreStatus
    Evaluated to: ignoreStatus
    Script: <$subConversion$>
    Evaluated to: MSOffice
    starting conversion: MSOFFICE; is subconversion: true
    Script: TRUE
    Evaluated to: TRUE
    Script: ExecuteSubconversion<$stepsToWebviewable="CheckLinksFile, MSOfficeToPostscript, PostscriptToPDF, ExecuteSubconversion<$subConversion='CreateThumbnail'$>", subConversion="UniversalConversion", supportsOIX="true", supportsXX="true", supportsOO="true", supportsIX="true"$>
    Evaluated to: ExecuteSubconversion
    Starting step: ExecuteSubconversion
    Script: ignoreStatus
    Evaluated to: ignoreStatus
    Script: <$subConversion$>
    Evaluated to: UniversalConversion
    starting conversion: UNIVERSALCONVERSION; is subconversion: true
    Script: TRUE
    Evaluated to: TRUE
    Script: <$include universal_conversion$>
    Evaluated to: ExecuteSubconversion
    Starting step: ExecuteSubconversion
    Script: ignoreStatus
    Evaluated to: ignoreStatus
    Script: <$subConversion$>
    Evaluated to: Direct PDFExport
    starting conversion: DIRECT PDFEXPORT; is subconversion: true
    Script: true
    Evaluated to: true
    Script: PDFExport, ExecuteSubconversion<$subConversion='CreateThumbnail', supportsIX='true'$>
    Evaluated to: PDFExport, ExecuteSubconversion
    Starting step: PDFExport
    Script: onErrorFail, producesRequiredWebviewable
    The java method that should be executed does a System.out.println that should appear in that log ...
    Does someone have an idea ?
    Thank you,
    Romain.

    Hi Raphael,
    Thank you for your answer.
    I am just trying to do a simple task to see how I could customize the IBR conversions.
    I have written a simple Java class with a method that just writes a comment into the conversion logs.
    I've also made a component that adds lines into the conversions and steps tables to enable my custom conversion.
    My java method should be executed before PDF conversion but I do not see the comment into the logs even if the conversion succeeded !
    I don't know if I do not look at the right log files (IBR output into the IBR console) or if I missed something ...
    Have you an idea ?
    Did you use the same method to create custom conversions (java class + custom component) ?
    Thank you,
    Romain.

  • IBR on separate server - Custom Conversions

    I have a custom conversion process that interupts the IBR process to do some work on a document before the rendering step. It works well while IBR is installed on the same server as the Content Server, but I am struggling to get it going when I move IBR onto a separate server.
    When run on the same server, the "DocConverter.hda" contains the location of the original location of the document in the vault, but when on a separate server, everything points to a local folder. It appears that a pre-process copies in a copy of the document into a temp directory, and after the completion of the rendering, a post-process copies the pdf out to the weblayout folder. My process needs to know the location of the original document in the vault, but I cannot find any references to the pre/post processes in the documentation or even the logs.
    Anyone know how this works?
    I am running CS 7.5.1 and PDFConverter 7.6 on a Windows Server 2003 platform with a Sql Server 2005 back end.
    Cheers,
    Desmo

    David is correct. Depending on exactly what you are changing (always should be in a component), you need to restart the Content Server first and then restart the refinery because of the way the conversion information gets passed to the refinery from the Content Server. If you are changing the top level file formats entry, you may need to check in a new version of the file vs just resubmitting the file to the refinery using the Repository Manger applet to make sure the right conversion gets called.
    If you don't want to create this yourself, Fishbowl Solutions has a product called Native File Updater (part of the Document Automation Suite) that will likely work for you.
    http://www.fishbowlsolutions.com/StellentSolutions/StellentComponents/fs_docauto_webcopy?WT.mc_id=fb_sig_to
    Hopefully that helps,
    Tim

  • Can't make a workable custom codec with ProRes 422 (HQ)

    I've only just now found that there is a Support Community for Compressor.  Wish I'd known sooner.
    I see my version of Compressor is 3.5.3.
    I've been on a little saga.
    I started out with the challenge of converting some MP4 files from a Blackberry Playbook into ProRes 422 (HQ) for editing in Final Cut. I used Compressor and the task looked fairly straight forward. I used the ProRes setting in the Compressor, converted my files and imported them into Final Cut. Video was fine but I soon found out that the audio needed rendering every time I put a clip into the Timeline. I went on-line to various chat rooms with this problem. Pretty soon a fellow was telling me that the ProRes 422 (HQ) setting in Compressor had "Audio Pass-through" as default and that this was the cause of my problem. Change it, he said, to "Linear PCM".
    It took me a fair while to figure out that the ProRes setting in Compressor did not allow itself to be modified and that I'd have to create a custom preset if I was to make these changes. I set about to do that. I was able to select "QuickTime Movie" and then in "Video/Settings" choose "ProRes 422 (HQ)", in "Audio", "Linear PCM". This did solve the audio problem. Now files imported into Final Cut did not need rendering. But another problem became evident.
    Whereas the ProRes 422 setting that came with Compressor in its summary page listed: "Width" and "Height" as "(100% of source)", the custom ProRes 422 (HQ) setting I'd just created has "Width" and "Height" as "320" and "240". In short the 19:9 aspect ratio of the original footage was lost. What I got both in the conversion and in Final Cut was a squished SD image.
    I've played like heck with Compressor trying to see if there was some place I could get this custom version of ProRes to correspond to the aspect ratio seen in the Audio Pass-through version that came loaded in Compressor. No luck. All very mysterious.
    My next step was to look to create another custom codec that would have the proper 1280 X 720 ratio. Turns out  "HDV 720p 30fps" does, so now I've been converting to that. Looks fine in Final Cut - proper picture and sound.
    I've been playing around a bit more and see now that I can create a custom setting using "Apple Intermediate Codec". I've tried it and it works too.
    So after all this, my question: Should I be using that codec instead? Or does it really matter what codec I use for editing? Is the only real issue what codec I decide to use to output?
    And while I'm at it: Does anybody have ideas why trying to create a custom setting with ProRes 422 (HQ) does not work - for my purposes at least.
    I must admit this converting codecs is pretty new to me. Hopefully with time this experience will get easier and clearer.
    John

    Setting a Compressor ProRes Custom Setting:
    1) Pick Apple ProRes 422...
    2) Drag the PreRes 422 setting to the Bach Window. You can only make a custom setting from the Batch Window...
    3) Select enable for the audio. Click on setting to make sure it is set right. Uncheck Allow Job Segmenting... Make sure Streaming is set to none*....
    4) Select the Geomenty tab... Pick Custom (16:9):
    5) Click Save As and name your custom setting...
    6) You new custom setting will show up in the Custum folder for later use:
    Another thing you can do is make Droplet of this custom setting. Menu... File... Create Droplet... Save the Droplet into a folder somewhere on your computer.
    A Droplet will start the transcoding automatically. Drag the Droplet onto a video icon and let it do it's job.
    * ProRes doesn't need the Fast Start setting. If this is set it will take almost twice as long to do the encoding. Same with Allow Job Segmenting using Qmaster.
    I did the above on the fly and hope everything is clear for you to understand.

  • Customer Conversion Issue

    Hi All
    I am doing Customer Conversion in 11i
    My requirement is that i want to create Ship to addresses in 2 operating units
    I checked the API
    apps.hz_cust_account_site_v2pub.create_cust_acct_site for any org_id parameters but it did not have any parameters
    Can any body help me with this issue??
    Thanks

    Hi All,
    Can any body pls help me out for reosolving issue with updating customer category (Classification) in 11i
    whenever i call HZ_CLASSIFICATION_V2PUB.update_code_assignment API then i get an error message like below.
    (You cannot create a classification for a time period that overlaps the time period of an existing classification with the same owner table name, owner table ID, class category, class code).
    pls reply ASAP. Any help would be appreciated.
    email : [email protected]
    Thanks,
    Sourabh

  • Customer Conversion Error Table

    Hi,
    I'm just trying to look for Error table in customer conversion in r12 can you just help me. I goggled but i didnt find the error table and I dont have access for etrm's.
    Thanks & regards,
    pallis

    Records with errors are marked with E in the INTERFACE_STATUS column of the interface table. Error details are recorded in the table HZ_IMP_ERRORS. You can also use TCA Import Error report
    You can also refer MOS note:
    How to import party using TCA Bulk Import Registery Interface Tables [ID 1451645.1]
    thanks

  • Custom conversion of MSOB 10.7 / 11.0 to MO 11i

    Was anyone involved with a project where a custom conversion of Multiple set of books architecture on 10.7 or 11.0 was done prior in upgrading to 11i MO ?

    Anybody been through this scenario before, or can give some stepwise approach?
    We been through same scenario -- and successfully finished upgrade in development machine with may release of 11i..
    1) In your new machine run rapidinstall and create technology stack.
    2) finish Catogary1 steps in you existing database (10.7 in HP 10). You can also do this even after export using server partition. You have to apply relevant pathces.
    3)Export data from 10.7 (whichever database you have for 10.7 . ours was 7.3.4) to new machine database 8.1.6.X
    4)We tested export data from 10.7 application using server partition. You can apply patches if you want to work from 10.7 application against 8.1.6 database.
    Now that your new machine is ready with old data in 8.1.6 and new application 11i
    5)Apply all critical patches (for your liscenced products and AD and FND) to the new machine
    -- continue rest of upgrade process.
    If you need more detailed/specific information contact me @ [email protected] Glad to help you.
    Hope this may help you
    Shibu
    Thanks!!
    null

  • Customer Statement with opening and closing balances

    Dear Forum,
    The users want to generate the Customer Statement with opening and closing balances like the traditional one. The statement now generated gives the list of all open items as on date, but the users want the statement with opening balances as on the date of the begining of the range specified and the closing balance at the end of the period for which the statement is generated. Is there a way to generate the same from the system.
    Thanks for the help.
    Regards,

    Hi,
    SPRO> Financial Accounting (New) > Accounts Receivable and Accounts Payable > Customer Accounts > Line Items > Correspondence > Make and Check Settings for Correspondence
    You can use the program RFKORD10 with correspondance type SAP06 for your company code
    This program prints account statements and open items lists for customers and vendors in letter form. For account statements, all postings between two key dates, as well as the opening and closing balance, are listed.
    Regards,
    Gaurav

  • Is there a way to create a custom screensaver with pics/slides that display for different amounts of time?

    Is there a way to create a custom screensaver with pics/slides that display for different amounts of time? Or even add a "video slide" into the screensaver?
    My business has 3 TVs displayed in our lobby, each with its own apple TV and they are all linked to the same photo stream. Currently the Atv screensaver displays the photostream pictures of our products for the default 3 seconds. We just added pics/slides that now display messages and useful info for our customers but I want that info to be displayed for a longer period of time than the pictures to give people a chance to read it.
    I tried using flickr and powerpoint as a work around but no luck.  I created a slide in powerpoint with play length of 15 secs and saved it as a wmv file.  I added that file to a "screensaver" set in flickr and pointed the Atv screensaver to that flickr set.  It still displays everything, pics and the wmv file at the default 3 sec.
    I know I can increase the duration of all pics in the screensaver to display for longer but the goal is to have the pics display at 3 secs and the info slides to display at 15 secs.

    Welcome to the Apple Community.
    No that's not possible.
    If you have any suggestions that you think might enhance the Apple TV you can send Apple your feedback here 

  • Error while adding a custom field with Input help via AET

    Hi All,
    I need to add two custom field under Service orders at Item level in component BT140I_SRVP.
    One field is required to have the input search help f4 and autopopulates the second field
    I am able to add one field(not requiring help) successfully through AET .
    I have created one Zsearch_help in se11 and its successfully running  and Autopopulating seocnd field while I am testing it
    While adding second field through AET,I need to enter following details as -
    field label,search relevant ,serach help etc.
    When I type the name of my 'Zsearch_help' against field search help it gives me following error
    'Search help is not compatible'.
    Secondly,not getting getter and setter methods for the attrributes in BTAdminI.
    Last,please tell me if i create zhelp and activate it,would it automatically appear in the list on AETwhile assiging it to input field?
    Please help me out.Kindly be detailed as I am new to SAP CRM.
    Thanks,
    Shivani

    The question is answered in CRM 7.0 forum:
    Getting error while adding a custom field (with input help) through AET

  • Custom action with XML type input and output parameter.

    Hi,
    I want to develop custom action with xml type input and/or output parameter.
    Is there sample code for java side. How is the definition of input and/or output parameter and set/get methods?
    does it need special .jar file to develop custom action like this?
    Thanks.

    Cemil - yes, you can use XML data types.  Use the class
    com.sap.lhcommon.xml.XMLDataType
    for your parameter type.  Here is a snippet from a custom action we use to log XML (instead of just returning the #text node like the default logger does):
    public class XMLLogger extends ActionReflectionBase
        private String source;
        private String eventType;
        private String textMessage;
        private XMLDataType xmlMessage;
        public XMLLogger()
            log = new Logger("UserLog");
            source = DEFAULT_SOURCE;
            eventType = TYPE_INFO;
            textMessage = "";
            xmlMessage = new XMLDataType();
        public XMLDataType getXmlMessage()
            return xmlMessage;
        public void setXmlMessage(XMLDataType xmlMessage)
            this.xmlMessage = xmlMessage;
        public void Invoke(Transaction transaction, ILog ilog)
            StringBuffer sb = new StringBuffer();
            sb.append('[');
            sb.append(source);
            sb.append("] ");
            sb.append(textMessage);
            sb.append(XMLUtils.convertXmlToString(xmlMessage));
    XMLUtils is a helper class we wrote - it's just a bunch of standard Java XML boilerplate code.  The important part you need to know is XMLDataType.getDocument() will return an org.w3c.dom.Document.
    I hope that was enough information to help.
    -tim

  • I am changing from Word to Pages. I have created my custom template with all my styles etc and that is what comes up when I go for a New Document. Fine. How do I get it to use the same Custom Template when I use Pages to open a Word document?

    I am changing from Word to Pages. I have created my custom template with all my styles etc and that is what comes up when I go for a New Document. Fine. How do I get it to use the same Custom Template when I use Pages to open a Word document?

    The template is a document in itself, it is not applied to an existing document whether it is a Pages document or a Word document converted to a Pages document.
    You would need to either copy and paste content, using existing styles, or apply the styles to the converted Word document.
    You can Import the Styles from an existing document and those imported Styles can be used to override the current document's styles:
    Menu > Format > Import Styles
    The process is simplified if the styles use the same names, otherwise you will need to delete the style you don't want and replace it with the one that you do want when asked, then the substitution is pretty straightforward.
    Peter

  • Session broker and custom conversion manager

    I'm having some problem using session broker and a custom conversion manager. I just moved from using single session to using a session broker in the sessions.xml. I'm using a custom conversion manager as shown in this tech. tips URL
    http://www.oracle.com/technology/products/ias/toplink/technical/tips/customconversion/index.html
    Here's my conversion manager set up code -
    public class JpmiConversionManagerSetup extends SessionEventAdapter
    * During the pre-login event the new MyConversionManager must be installed
    * @see oracle.toplink.sessions.SessionEventAdapter#preLogin
    * @param event
    public void preLogin(SessionEvent event) {
    ConversionManager cm= new JpmiConversionManager();
    ConversionManager.setDefaultManager(cm);
    event.getSession().getLogin().getPlatform().setConversionManager(cm);
    My session broker manages 2 sessions. In sessions.xml for one session I have the <event-listener-class> entry where I need some conversion, another session I don't have any such entry as I don't need any conversion.
    Now when I try to run a named query using session broker the conversion part blows up, throws a ConversionException. Any idea? Do I need to configure the session broker instead of session in the preLogin or anything like that?

    I think sessions editor is not available in 10.1.3dp4 yet. So I have to write the sessions.xml by hand. But the parser throwing me an error saying that <session-broker> is not allowed in sessions.xml.
    SessionLoaderExceptions:
    org.xml.sax.SAXParseException: <Line 41, Column 18>: XML-24534: (Error) Element 'session-broker' not expected.
         at oracle.xml.parser.v2.XMLError.flushErrorHandler(XMLError.java:415)
         at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:284)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:302)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:199)
         at oracle.xml.jaxp.JXDocumentBuilder.parse(JXDocumentBuilder.java:155)
         at oracle.xml.jaxp.JXDocumentBuilder.parse(JXDocumentBuilder.java:111)
         at oracle.toplink.platform.xml.xdk.XDKParser.parse(XDKParser.java:160)
         at oracle.toplink.platform.xml.xdk.XDKParser.parse(XDKParser.java:190)
         at oracle.toplink.tools.sessionconfiguration.XMLSessionConfigLoader.loadDocument(XMLSessionConfigLoader.java:191)
         at oracle.toplink.tools.sessionconfiguration.XMLSessionConfigLoader.loadDocument(XMLSessionConfigLoader.java:151)
         at oracle.toplink.tools.sessionconfiguration.XMLSessionConfigLoader.load(XMLSessionConfigLoader.java:88)
         at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(SessionManager.java:364)
         at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(SessionManager.java:331)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
    Any idea how to or where to write sessions broker in sessions.xml for 10.1.3dp4???

  • How can you remove old conversations from the iMac. Even when I remove them they return when I start a new conversation with the same person. Only happens on iMac with the Beta iMessage program

    How do you remove an old conversation using  the Beta iMessage on an iMac. When I open a new conversation with the same person the old conversation comes back

    Hi,
    Previously iChat had tried a Last Chat/IM option when using Saved Transcripts - which itself was an option.
    iChat has also tried "Saving" the Last Chat by leaving a Chat window open and using something similar to the Lion method of showing an app in the state is was closed in.
    In Messages the option to Save Transcripts has been removed and Chats or all types are saved as a matter of course.
    What this tends to mean for your iChat style Buddy Chats is that it opens all the Transcripts  for that buddy as a sort of History you can scroll back through if you want  (I have  some Buddies with saved chats gong back to 2004)
    With the Syncing of iMessages with iPhones and iPads (or Touches) then it seems this works slightly differently.
    Although you can delete the chat and the contents of the Chat as separate action it is true that in the Beta as soon as you connect to the same Contact that the contents of the previous chats are shown to you.
    I have found that Messages stores a data base of info on iMessages in Your Home Folder/Library/Messages
    I have found that deleting this chat-db removes the "History" that keep popping up.
    By default the Saved "iChats" are also stored in the Home Folder/Documents/iChats (At least this is the default place iChat used and they go to the same iChats folder where ever you had it)
    Some people claim removing iMessages saved here stops the "History" reappearing.
    In Lion the only access to the Home Folder/Library is via the Finder's Go Menu and hiding down the ALT key
    10:00 PM      Sunday; June 10, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.4)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.7.4),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Maintenance View for custom table with foreign key relationship

    Hi Folks,
         I have created a custom table with foreign key relationship with other check tables. I want to create a maintenance view / tablemaintenance generator. What all things I need to take care for the foreign keys related fields while creating the maintenance view / tablemaintenance generator.
    Regards,
      santosh

    Hi,
    You do not have to do anything explicitely for the foreign key relationships in the table maintainance generator.
    Create the table maintainance generator via SE11 and it will take care of all teh foreign key checks by itself.
    Regards,
    Ankur Parab

Maybe you are looking for

  • How do I resolve contact conflicts between my iphone and Outlook2007?

    I first imported contacts to my iphone from Windows Address Book/Palm Desktop as I was not using Outlook at the time. I decided to switch to Outlook2007 so I could sync my calandars. When I synced the iphone with Outlook, it created duplicate numbers

  • Bex dynamic header problem

    Hi All, I have 2 problems.. 1) I have to print the vendor statement of account for 1 year. Now for each vendor the vendor code name and address comes followed by other columns of account information related to it. My requirement is that i want the ve

  • How to use Dual monitors with G5 Mac;  AND    How can the image in "Develop" be made to look like wh

    Two questions: How can I use my dual monitors on my G5 Mac? How can the image in "Develop" be made to look like what it will print, just as it is done in Photoshop with view>proof setup.

  • Error in ReaderExtension WatchFolder Concept

    Hi, I installed the AdobeLiveCycle ES for ReaderExtensions. I used the ReaderExtensions through watchfolder concept. But the file found in failure folder with "failure.log". So please kindly see the below error in .log file and give solution. Failure

  • Purchase Order Request: (Third party -- XI-- SRM)

    Hi, We have the following scenario: Purchase order is send from our application to XI and then from XI to SRM. This purchase order will have a unique ID (our application assigns the ID). We would like SRM to send back Purchase Order Confirmation, and