Inserting Meta Datas

Hi,
I don't understand about inserting meta data in FLV. How can
I do that? There is no option in the video encoder.
Thx

FLV Metadata injector
http://www.buraks.com/flvmdi/
Hope that helps,
Adam Walsworth
http://www.adamwalsworth.com

Similar Messages

  • Meta data in iweb

    Does anyone know if it is possible to insert meta data in a website created with iweb? I can't seem to find anything that discusses this topic.

    Hi Sijmons,
    as far as I know there's no way to place the widget before the </head> but I'm not omniscient...
    But another problem is also, as far as I can tell... That widgets don't include the code you put in directly in the page where you put the widget in... So the code will not show up in the html code of the page itself... It works like an iframe or better it is an iframe. The widget is a page itself that shows up in the page you inserted it because there is the following code
    <iframe id="widget2-frame" src=".//Welcomefiles/widget2markup.html" ...
    Isn't it Keywords the same as MetaData? As far as I know inserting keywords in html code itself or inserting keywords in the content of your page while you're writing it is the same. Just use synonyms while typing text.
    If you want you could edit the site post-publishing adding it, but as you have to do it every time you publish all over again it's really a mess (if you have a lot of pages).
    Regards,
    Cédric

  • Regex question: How do I insert commas between meta data?

    Current search engine is being replaced with Google Search Appliance (GSA). It requires meta data to be separated by a comma + space, whereas the previous search engine required only a space.  For example:
    <meta name="C_NAME" content="Screen1 Screen2">
    must become
    <meta name="C_NAME" content="Screen1, Screen2">
    There are 17 unique screen names and each of 2500 html files may have one or more screen names identified in that meta tag field.
    I am hoping for some regular express magic to help me with that global search/replace effort.  Suggestions are greatly appreciated.
    Thanks,
    Rick
    ================================
    Nevermind... figured it out.  Just needed to study regex syntax a bit. Here's the answer:
    Find:  <meta name="C_NAME" content="(\w+)\s(\w+)\s
    Replace:  <meta name="C_NAME" content="$1, $2,

    The only transition you can add this way is default cross dissolve. If the images are in the timeline, move the playhead to the beginning of the images, select them all, and drag from the timeline to the canvas to overwrite with transition.

  • How to extract meta data of documents from SAP R/3

    dear all,
    i`am working in aproject where we connect the documents for SAP R/3 applications.we maintain our own repository for that purpose.it may be in bound or out bound according to customer needs.the meata data related to the documents is stored in SAP.our requirement now is to have that metadata available in our repository .can any one guide me how to write ABAP code for extracting meata data from SAP and enable even nonSAP users to have the access for the documents.
    thanks in advance
    ravi

    Hi,
    One way to do this is probably set a connection between SAP Database and an external database and store the meta data into external database from where a non-sap user will have an eccess to the data.
    Steps required are :
    1. we have to involve basis team also in that.
    2. they will make one entry
    in DBCON table
    (that entry will point to secondary database/external database)
    (suppose the name of this secondary connection is HRCON)
    3. Also they will make connection string
    in application server.
    4. After that,
    we should have
    the table definition in SAP dd dictionary
    and also
    the same defintion
    in the external database. 
    5. now in abap code,
    we have to use like this.
    DATA: mydbcon(30) TYPE c.
    mydbcon = 'HRCON'.
    INSERT ydev_msg_cur CONNECTION (mydbcon)
    FROM msg_cur .
    <b>Hope this helps.
    Please mark helpful answer.</b>
    Regards,
    Amit Mishra

  • Dynamic insertion of data in a Dynamic Column in a table

    Hi EveryBody ,
    I have a table where i am increasing the column dynamically . I need to insert data through PreparedStatement Like
    pst = con.prepareStatement(CBBsqlConstants.addOrderItem);
                   pst.setString(1,ein);
                   pst.setString(2,insert_date);
                   pst.setString(3,checkList);
                   pst.setString(4,Quantities);
                   pst.setDate(5,pick_date);
                   pst.setDate(6,completed_date);
                   pst.setString(7,comment);
                   pst.setInt(8,status);
                   pst.setString(9,agent_ein);
                   i = pst.executeUpdate();
    But here my column is increasing dynamically, so the above cant be constant as column is incresing . how do i handle the insertion part dynamically.
    Thanks So much . Please help with this .

    Server_java wrote:
    Ya you are right ,
    Take i am ordering some Items and quantity from checkbox and inserting that to the table , each item and quantity is going to consume a row , but when i am going have column for each item , all the items i am going to select is going to appear in a single row . so i am consuming .But only 256 column is allowed for a table ,but my item is not going to excced that . That maximum number of columns is the least of the problems here.
    The problem is that you are taking data that should be in another table and turning it into metadata instead. That's a mistake because it makes your entire application brittle and it doesn't need to be. It also will make querying your table a nightmare.
    Let's take a look at your solution and then the correct solution.
    Your solution (condensed)
    tblOrder
    id
    customername
    apples
    oranges
    bananas
    cherries
    Sample data (CSV format for the forum)
    1,"John Smith",0,0,0,1
    2,"Jane Smith",1,0,0,3
    3,"Kate Smith",0,2,1,0
    The correct solution
    tblOrder
    id
    customername
    Sample data
    1,"John Smith"
    2,"Jane Smith"
    3,"Kate Smith"
    tblProduct
    id
    name
    Sample data
    1, "Apples"
    2,"Oranges"
    3, "Bananas"
    4, "Cherries"
    tblOrderItem
    orderid
    productid
    quantity
    Sample data
    1,4,1
    2,1,1
    2,4,3
    3,2,2
    3,3,1
    So what's the difference?
    With your design what happens when you want to add a new fruit? Your schema changes and all your code breaks. With my design you simply insert one row and that's it.
    And what happens if you do happen to eventually need more than 250 odd fruits? With your design you are screwed. With my correct design it's never going to be a problem.
    And consider that with my design you can populate user inteface components using actual data and not table meta data.
    And the list goes on... the point is the only correct solution is to use a proper relational design.

  • Do I need to insert meta tags on domain if it redirects to web.mac page?

    Hi,
    I've set up a domain (http://www.blossomsolutions.ca) with Internic.ca in Canada and filled out a very easy form to redirect to http://web.mac.com/blossomsolutions. Through this excellent forum I learned how to insert meta tags into all my pages on the web.mac site using text edit successfully.
    Now, I'm wondering, will search engines find me if I have "no code" or meta tags at www.blossomsolutions.ca? Internic is only "redirecting" my URL not hosting it. It costs more money if they "host" my domain and I wouldn't have a clue how to set up an index.html page anyway for this domain. Even if I got someone to do this can you redirect an index.html page from blossomsolutions.ca to a web.mac.com page? i.e. does the domain code need to be empty in order for it to redirect?
    Thanks to anyone who can help me with this.
    Dazed and confused,
    Kathleen
    iMAC 2.16GHz 20"   Mac OS X (10.4.10)  
    iMac   Mac OS X (10.4.10)  
    iMac   Mac OS X (10.4.10)  
    iMac   Mac OS X (10.4.10)  

    Hello Kathleen,
    Welcome to the forum. You're site looks very clean and elegant.
    The domain name you purchased (http://www.blossomsolutions.ca/) is serving as a redirecting page to your iWeb generated web page. The answer to whether or not search engines will find you is both yes and no. Search engines use programs called "spiders" that find pages through links and trace out web pages.
    Given some time, sites like Google and MSN will likely find you website (and if you put meta tags in it will display that info in the search engine). But if you are like most iWeb users (myself included) you are impatient for your site to be picked up in search engines. Which is fine, since several search engines provide the means for you to submit your URL. Read this post for more information. http://discussions.apple.com/thread.jspa?messageID=3905977&#3905977
    Looks like you may have already submitted your .mac page.
    Another handy tip for looking up what information a search engine posses on your site is to type "site:" followed by the web address you wish to look up into a search engine. If the search engine has any of the pages to your site it will display them with the meta data they posses. Your site info can be found here. http://www.google.com/search?q=site:http://web.mac.com/blossomsolutions
    I checked your .ca address and google didn't come up with anything.
    Internic.ca should provide you with the means to apply a little bit of a description to your web address. Apart from that, you can't really add any meta data to the domain name.
    Unfortunately even when you get both web addresses picked up by search engines it won't associate them together. They may come up near each other in searches. But the search engine will see them as entirely different sites.
    You could host your site at the domain name if you chose to. The process of publishing is one click like to .mac. But you "Publish to a Folder" and then upload the complete page to the domain name. Its more difficult and cost more (if you chose to retain your .mac account) but it would give you better search engine rankings for your name.
    —"It costs more money if they "host" my domain and I wouldn't have a clue how to set up an index.html page anyway for this domain. Even if I got someone to do this can you redirect an index.html page from blossomsolutions.ca to a web.mac.com page? i.e. does the domain code need to be empty in order for it to redirect?"
    It isn't really worth it have them host your domain name only to put an index.html that redirects to your .mac. Thats basically what the domain forwarding is doing (minus a little bit of info).
    My advice is to keep things how you have them. But, just make sure you get the domain submitted to search engines.
    Hope this wasn't to long or confusing.
    Kind Regards,
    —Eric
    Ash Films
    (see my profile if you want to see my site)

  • IWeb meta data

    I see iWeb is not an HTML editor and I need to add Meta data to my site so that I can submit to search engines. I am using the program because it is very easy and quick to use but I am publishing to a seperate site, not a .mac site. If I open the file with an editor like Dreamweaver I could insert the code no problem and then publish but since that additional code would not be in my original iweb sfiles it would be overwritten next time. Where can I find the original iWeb files on the computer and edit those so that the Meta data will be there every time? Also it has been a few years since I published a commercial website, do they still use meta tags for the search engines?
    Thanks,
    [email protected]

    drycleangeorge wrote:
    Where can I find the original iWeb files on the computer...?
    All the information iWeb needs to create your websites is in one file called "Domain." When you launch iWeb for the first time, the Domain file's default location is:
    +~/Library/Application Support/iWeb+
    (the tilde (~) represents your home directory)
    ...and edit those so that the Meta data will be there every time?
    You cannot edit this Domain file ~ so you have to re-edit the HTML files after publishing.
    Also it has been a few years since I published a commercial website, do they still use meta tags for the search engines?
    The following is quoted from Patrick Griffiths' book +"XHTML & CSS"+:
    The primary application of meta tags used to be in the optimization of a web page for search engine rankings. Keywords and descriptions were used by the search engine algorithms to judge how closely a web page matched a given phrase. Nowadays, however, few search engines take any notice of meta tags that specify page keywords due to their misuse and tendency to lead to irrelevant material. Instead, search engines tend to base their results on the page content itself. Google, for example, will only use the meta tag "description" to accompany a search result, but ignores meta tags altogether when it comes to judging a page's rank. It bases its results primarily on content, the page title, and also terms that are used to link to the page in question.
    So is there any real point? Meta tags certainly aren't the force they used to be when it comes to search engines, but they can still be used to convey useful information about the page. Even if an application doesn't directly use a meta tag, someone looking at the page source itself could still benefit from such information. Another common value for the name attribute is "copyright", which won't be directly used by anything (such as search engines or browsers), but can be used to point out copyright information to a casual observer.
    ...Content is king/queen.
    +"How to get your iWeb Websites into Google & Other Major Search Engines"+ ~ click here:
    SEO For iWeb
    Also click to download this free SEO Guide for Mac users.
    And here are a couple of free, web-based tools to grade your site/page visibility...
    http://www.websitegrader.com
    ...by the way, entering your email address at the above site is optional.
    http://www.seomoz.org/page-strength

  • JDBC + SERVLET: inserting text data  to access file from Html form

    Hi everybody !
    I'm trying to insert text data from my html form to access database using servlet and jdbc technologies.
    The problem that I'm that the data is TEXT, but not the English language !!!
    So my access db file gets - ???????? symbols instead the real text.
    This is the form line that sending data to my servlet:
    <form
    method="POST"
    ACTION=http://localhost:8080/servlet/myServlet enctype="text/html">
    And this is servlet line that defines response content:
    res.setContentType( "text/html" );
    What can I do to get in access db file the right text format and not a ???????? symbols.
    Maybe I must to ad some <meta ...> , but where ?

    You're dealing with Unicode, I'd guess, and not ASCII.
    I guess I'd have two questions:
    (1) Is the character encoding on your pages set properly for the language you're trying to use?
    (2) Does Access handle Unicode characters?
    Access isn't exacly a world-class database. (If it was, there'd be no reason for M$ to develop SQL Server.) I'd find out if it supports other character sets. If not, you'll have to switch to a more capable database that does. - MOD

  • Uploading Meter data into the system

    Can some one please describe the process of uploading the meter data into CC&B.
    What is the content of the flat file that i upload.can i upload a meter read XML file directly into the staging tables.....kindly explain the steps..I have not been able to upload any daat into the system using staging control and staging upload page.
    Also i found out that there are batch process MUP1 and MUP2 which need be rum in order to upload the meter data into the system from the meter read staging table.Is this correct.
    With regards to the meter upload staging table, i referred to the MR staging table : CI_MR_STAGE_UP
    there is some data available with the installation as demo data.
    For column MR_UP_STATUS_FLAG, there are values such as E, P, C...I unsersatnd there meaning.
    1) For Pending P status, i submitted the batch processes MUP1 and then MUP2, expecting that teh status might change to Complete, c.......at the same time i ran MRUP-PRG ........well i was going to write nothing happened , but i saw that after some time all teh rows with ataus P and C are not present any more..........
    2)How do i rectify the data with E status.........
    Please helpp me uploading more data to the CI_MR_STAGE_UP Meter read staging table.

    Hi,
    thanks for the reply..
    can u please tell me what is the content of the flat file that i upload.can i upload a meter read XML file directly into the staging tables.....kindly explain the steps..I have not been able to upload any daat into the system using staging control and staging upload page.
    if u can give a flat file sample content for the meter read.
    Also is it advisable to insert data into upload staging table through SQL drectly.
    And can u pls tell me the difference between XAI upload staging table and other upload staging table such as for MR, FA etc.

  • Meta data in Master pages?

    In which way can meta data be added to a master page? Unlike to ordinary pages, the page properties dialog offers no tab for adding meta data.
    For me this is a problem because I have a Google Translate plug-in embedded in my website. Using the Corrections function in Google's Website Translator I can improve the machine translation results on my website. One of the requirements to make this work is adding some specific meta data in the web page to be corrected. Without having those meta data in my master pages, some translations in pieces from these master pages are simply awful, while the rest of my website is very well corrected now.

    Hi Sijmons,
    as far as I know there's no way to place the widget before the </head> but I'm not omniscient...
    But another problem is also, as far as I can tell... That widgets don't include the code you put in directly in the page where you put the widget in... So the code will not show up in the html code of the page itself... It works like an iframe or better it is an iframe. The widget is a page itself that shows up in the page you inserted it because there is the following code
    <iframe id="widget2-frame" src=".//Welcomefiles/widget2markup.html" ...
    Isn't it Keywords the same as MetaData? As far as I know inserting keywords in html code itself or inserting keywords in the content of your page while you're writing it is the same. Just use synonyms while typing text.
    If you want you could edit the site post-publishing adding it, but as you have to do it every time you publish all over again it's really a mess (if you have a lot of pages).
    Regards,
    Cédric

  • How CallableStatement in JSP use setDate() method to insert the date value into DB?

    Dear all,
    I met a strange error message when i insert a date value into DB via JSP call PL/SQL procedures.
    The error seems caused by the setDate(index, date) method with CallableStatement.
    The message is: Can not find the setDate(int, java.util.Date) method in the CallableStatement interfaces.
    Any ideas?
    Thanks advanced.

    Thank you!:)
    I solved it using this:
    String name="david";
                stmt = con1.createStatement();
                String prikaz1 = "INSERT INTO table (id,age,surname,name) IN 'C:\\Users\\David\\Desktop\\db.mdb' SELECT id,age,surname,' " + name + " ' FROM table2";
                stmt.executeUpdate(prikaz1);

  • File JDBC & Strange Meta-Data

    Hello,
    I just had a new problem:-(
    I hope anybody can help me...
    I want to Insert a File via Jython and JDBC..
    But imple SQL does not work without some strage MetaDate... like..
    Select * from DDAA
    /*$$SNPS_START_KEYSNP$CRDWG_TABLESNP$CRTABLE_NAME=DDAASNP$CRLOAD_FILE=...........
    how i can generate this meta-Data with odi? i could not find any odiRef-Function to do this.....
    and than there is a simular stange problem...
    even when i INSERT to this JDBC-Connection a string and the string contains a comma I get an Error...
    thanks for any help....
    greetings

    Hello,
    i use the "com.sunopsis.jdbc.driver.file.FileDriver" JDBC-Driver for an File-Datastore.
    Now i want to INSERT and SELECT same data via Jython with direct SQL-Statements.
    BUT:
    A normal SQL-Statement does not work.
    I have to appende strange Code like...
    Select * from DDAA
    /*$$SNPS_START_KEYSNP$CRDWG_TABLESNP$CRTABLE_NAME=DDAASNP$CRLOAD_FILE=...........
    The JDBC-Driver seams to read the Filename and seperator... from this generated code....
    I have copied this code from the Operator, by using normal SQL-Technologie...
    The API <%=snpRef.getTargetTable("METADATA_DESC")%> generates this "strage code"... BUT2: In Jython technologie of an IKM it occours the Error:
    "Exception getTargetTable("METADATA_DESC") : Es ist keine Zieltabelle vorhanden"
    He do not find the "TargetTable".. so hier cannot generate this code...
    Just when i copie this strage code from the operator and normal SQL-Statements work, I have the problem that i gen an error, wenn I INSERT a comma!
    But I have to INSERT a comma!
    The Technologie schould be FROM FILE TO FILE.... for this Project i do not have an Database for Staging Areas...
    You see my problem?
    Thanks....

  • Keyword question, added to meta data?

    I saw a thread about keywords not showing up in converted files meta data. I believe the solution was to make sure that auto-update xmp was set. So does this mean that to have keywords associated with my files outside of LR that I will need to use an xmp sidecar file as well? So if I send files to my stock agency, or to a client who needs the keywords I will need to send the converted file and be sure that the xmp file is sent as well? If this is the case, has anyone who does this encountered problems with their submitted photos/xmp files not being handled properly by their clients/agencies?
    Perhaps I am not understanding. Any clarification would be appreciated. Thanks

    This shouldn't be an issue.
    XMP only needs to be updated when you want the keywords to go into your originals (i.e. the same files that are in your library).
    Keywords and other metadata are always inserted into to exported files (JPEG, TIFF, DNG, etc), except if you check the "minimize metadata" option in the Export dialog box.

  • Script to erase all meta data?

    I'm looking for a script that will erase all meta data from an image that I can put in the event manager to run whenever I save. 
    I work with renderings, not photos, and some of my software inserts a lot of meta data that is interfering with other people in the pipeline.
    Is this possible through a PS script?
    -Brodie

    Not really as some schemas are read only.
    This code will remove all that can be removed...
    if (ExternalObject.AdobeXMPScript == undefined)  ExternalObject.AdobeXMPScript = new ExternalObject("lib:AdobeXMPScript");
    xmp = app.activeDocument.xmpMetadata.rawData;
    xmpObject = new XMPMeta(xmp);
    XMPUtils.removeProperties(xmpObject, "", "", XMPConst.REMOVE_ALL_PROPERTIES);
    app.activeDocument.xmpMetadata.rawData = xmpObject.serialize();
    If you wanted to remove all data, you would have to export as Save for Web making sure no metadata is selected; or create a new document by selecting all layers and duplicate them to a new document. Do not just duplicate the document as this will retain the metadata.

  • Can not insert/update data from table which is created from view

    Hi all
    I'm using Oracle database 11g
    I've created table from view as the following command:
    Create table table_new as select * from View_Old
    I can insert/update data into table_new by command line.
    But I can not Insert/update data of table_new by SI Oject Browser tool or Oracle SQL Developer tool .(read only)
    Anybody tell me, what's happend? cause?
    Thankyou
    thiensu
    Edited by: user8248216 on May 5, 2011 8:54 PM
    Edited by: user8248216 on May 5, 2011 8:55 PM

    I can insert/update data into table_new by command line.
    But I can not Insert/update data of table_new by SI Oject Browser tool or Oracle SQL Developer tool .(read only)so what is wrong with the GUI tools & why posting to DATABASE forum when that works OK?

Maybe you are looking for

  • Itunes will not load all photos

    Suddenly, my Ipad 3 will not load all of the photos that are in a folder onto the iPad into an album.  I have a folder of 58 images and iTunes recognizes that.  When I sync to add the images, itunes loads only 53 of them.  I have repeatedly attempted

  • G4 17" no start-up, only questionmark/broken bin flashing

    Please help. Suddenly my G4 only turns grey and I´ve got a broken bin/questionmark flashing. By holding Alternative down at start-up, I can´t chose the start-up disk, I only have a bin with circle arrow and a right arrow, not able to click on them/no

  • Oracle v.8 go slow on HP G5 Dual Core Processor

    We have a really problem !!! I have bayed a new computer HP DL380 G5 When i install Oracle 8 Server the database access is very slower. The same application works fine on HP G2 G3 and G4 can anybody help me. Thanks in advance Isidre Tapias [email pro

  • Pro*Cobol on VMS

    I'm interested in embedding SQL statements in COBOL programs running on VMS. However, all of the documentation that I see mentions running Pro*Cobol on Windows or the Micro Focus COBOL compiler. How would I go about developing embedded SQL statements

  • Import a garageband for iOS song always shows a 0% below projects.

    It is just after I uploaded songs from my iOS garageband (newest version and iOS), I can see my projects on the "import a garageband for iOS song" window (also the latest version), but there were 0%s under the projects. I clicked the project icons bu