Video watermarking in java?

Can any one suggest me how to proceed for this problem?
Input is quicktime file. A watermark should be added to the video track (this can be a small black square in the upper left hand corner of the screen, or something more elaborate). The watermarked movie is output to a new Quicktime file.

I'm guessing you'll have to go through the video (grabbing each frame) and draw your watermark on every single image.

Similar Messages

  • JMF; Video watermarking in java?

    Can any one suggest me how to proceed for this problem?
    Input is quicktime file. A watermark should be added to the video track (this can be a small black square in the upper left hand corner of the screen, or something more elaborate). The watermarked movie is output to a new Quicktime file.

    Is n't that qtjava out of JMF? i mean it looks like it has got its own packages of Apple

  • Compressing video files via Java ?

    Hi All,
    Is there any well know API/library for compressing video files like (*.flv, *.mkv , *.avi ) etc via java.
    Google just gave me a few but if some has used/recommend some that would be great.
    thx

    RainaV wrote:
    Is there any well know API/library for compressing video files like (*.flv, *.mkv , *.avi ) etc via java.First off, there is a difference between a file format and a video compression. All of those things you listed above are file formats, and have nothing to do with compression...
    Not sure if FLV files support multiple kinds of compression, but AVIs do. You can have anything from an uncompressed RGB-encoded AVI all the way to a DIV-X encoded AVI.
    But to answer your actual question, no. Java is extraordinarily bad at video compression (because Java doesn't support any sort of hardware acceleration), so the best you're going to find in Java is a Java wrapper for some native encoding library... an example of such a thing would be JMF (which doesn't support FLV or MKV files) or FMJ (which I think supports damned near everything as it wraps around FFMPEG).

  • Video Conferencing using java

    hi,
    i am developing video conferencing project using JMF.
    and using AVReceive2 and AVTransmit2.
    i am able to send and receive audio and video between two pc's where one transmits and one receives.
    but how to use AVReceive2 and AVTransmit2 for more than two pc's when any one doesnot have information that other user is transmitting.
    What i mean is that when one user wants to connect to another user then how can second (receiver) know that someone is sending him data.
    Basically when to run the AVReceive2 program on second PC..

    hello anyonebaris,
    Am currently working wid this topic of audio video conferencing using java.....N i wud be glad if u wud try helping me out....
    I wanted to find out the actual function the server performs while the audio video transmission is going on in a JMF based platform ...Am using java 1.5 ...n JMF 1.2.1...
    Is the server monitoring the clients and how..??..what function is it performing while establishing the link between the two clients...??
    .....................Plz try 2 help me out....
    ---------Thanx in advance

  • Video lessons about java

    Hi,
    have someone ever seen video lessons about java?
    Can you give me links of video resource ?
    Thanks in advance!

    http://video.google.com/videosearch?q=java&page=1&lv=0&so=0

  • How to download video files using java

    hi,
    i am designing a download manager using java. Although i am able to download html pages and images as of now, i am facing problems while downloading the video files. Can somebody please guide me as to how to do this.
    Thanks in advance,
    Arun

    All types of data should be downloaded in same way. What is your problem: exception or something else? Post here.

  • How to audio and video Broadcasting in Java using Java Media Framework

    Hi to all members of this forum
    well these days i m working on my final year project in this i have to implement audio video broadcasting over the network so if any one of u have done it can any one kindly help me out n let me know how i can implement it m email is [email protected] do reply me

    Discussion is here:
    http://forum.java.sun.com/thread.jspa?threadID=731363

  • Early 2008 mac pro 8 core quicktime videos opening in java script code

    When I try to view a quicktime video it opens in Java Script Code instead of playing the video on my early 2008 Dual Quad Core 2.8 Ghz. Mac Pro running OSX 10.5.8 

    That's not much to go on, but I doubt it has anything to do with it being a Mac Pro. Select the clip and Get Info (Cmd I) to see what application is named in the "Open with" drop down menu. If it is anything other than QuickTime player, change it and try again.  Also, repair your permissions...

  • How to get started with playing a video file using Java on JSF page ?

    Hi ,
    I am developing a JSF (Java Server Faces) page.
    I need to develop following functionalities
    1). play video file on web page
    2). Let the user load video file into the system from a web page and that can stored in a database .
    Please guide me on how to do the above or where to get started .
    Thanks,

    hello brother
    I am also doing work on it.....but don't reach at any result plz help me if you have something
    [email protected]

  • Video Tutorials for java beginners

    Hi there! My name is Donato and I'm developing some video tutorials addressed to those people who would like to learn a bit of Java but don't feel like reading endless books.
    They will cover easy topics and will show everything step by step.
    I'd like to know if someone is interested in supporting and helping me. Here's an example of the first of this flash tutorials:
    http://scorpio2002.altervista.org/Java/java_1.zip
    What do you think?
    Ciao,
    Donato
    Italy

    you learn to do it by writing code.I don't remember having stated that you learn a
    language in a way other than writing code.
    I said in the video that the only way to learn a
    programming language is to write a lot of code...
    You don't learn to program by watching videos; At this rate, one could say "You don't learn to
    program by reading books" :-)
    A video is just a different way of getting started.
    Some people are just scared by programming and need a
    soft way to get involved.
    Serious people will be reading those endlessbooks
    After you got involved, you'll get thousands of books
    and you'll go into the "guts" of the language.
    Personally I like books... but I don't see why - if
    you get started with some videos and then, if you're
    still interested, you pass to books - you're not
    serious. Can you just explain me what the difference
    is?
    The "endless" books are usually about advancedtopics, not the introductory stuff that a video
    covers.
    You're right. :D And I don't remember saying
    something different.
    Sorry, I don't think it's a great idea.I thank you anyway. I posted this topic just to see
    if there was someone interested. :-)
    And these videos are not meant for experienced
    developers like you. This video are to be made BY
    experienced developers like you... :D Maybe there has
    been a missunderstanding, sorry, but my English is
    not that well... :(So what do you care what we think? Make them, market them, and let the marketplace decide how good your idea is. If they sell, you're right. Your balance sheet will be the best scorecard there is.
    %

  • Video (Webcams) in java

    I'm trying to build a cross platform 'video recorder'. Using a webcam or video capture deviCAn anyone tell me if there is a wace in java. I would usually use 'video for windows' but for obvious reasons i can't. can anyone tell me how this could be done in java

    Hi,
    You can try a package named: JTwain, which is available at http://asprise.com/product/jtwain.
    JTwain supports all kinds of digital cameras and scanners. You can use Java to access, contorl digital cameras and scanners, and of course, to acquire images with flexible settings.
    The developers' guide is available @ http://asprise.com/product/jtwain/devGuide.php
    In the simplest case, one line of Java code can solve your problem.
    Good luck!

  • Video conferencing in java

    hello everybody!!!
    i m trying to develop an audio-video conferencing application.
    audio part is done compeletely well.
    but i m not much more clear about video using jmf,can anyone help me out???
    thank you....

    but i m not much more clear about video using jmf,canBe more specific about your problem. You can check out good code sample on this site.
    http://java.sun.com/products/java-media/jmf/

  • Newbee : jmf video in full java ?

    Hello,
    I am trying to develop with the jmf technology. I tried to see quicktime movies with jmstudio. Failure. Of course I can see these movies with VLC or mplayer.
    Then I tried with the jmf for linux, so some of quicktime movies are seable with jmstudio.
    So my questions are :
    - Is it possible to have a full java video player? If yes : which file format and which CODEC ?
    - Do you tools to convert movies into this format ? (I try ffmpeg but without success)
    - Is it possible to select the video track or the sound track in this kind of movie ?
    - Is it possible to have the size (200 * 300) of the video track ?
    Thanks for any pointers
    PHL.

    You might want to start by posting question in the correct subforum...
    This forum is for mobile application development.
    If this IS the correct forum, I suggest you take a look at the available mobile api's. JMF, Swing and I realy have no clue what Java Server Faces would have to do with video playback...

  • Video Watermarks Ruining Transitions

    I watched a few videos on YouTube showing how to make and add a watermark to your videos. So . . . I made a watermark and added it to a video. I dragged the watermark image across the entire video but when I play it back the transitions are gone. Can you tell me how to fix this - other than deleting the watermark?

    I don't know about iMovie '08. But in iMovie '11 unfortunately you cannot mix the Cutaway and Transitions. Cutaway will block the transition. So what you have to do is 'break' the Cutaway where the watermark is now at the transition point then put another one on the other side of the transition, like this:
    Make sure to pull the cutaway a bit away from the edge of the clip beneath it, keep dragging until the transition turns bright white and isn't grayed out anymore.

  • How to insert a Video watermark?

    Hi,
    I am wanted to insert a watermark text or image to all my videos before streaming them through Flash Interactive Server. Is this possible through Flash Access?  If yes, can you share any reference implementation ?
    thanks,
    Komal

    Hi Chris Micha,
    Welcome to the forums.
    Please import the clip in the project panel, right click on the clip and select new sequence from clip option, you can also drag the clip to new item icon at the bottom of the project panel to create a sequence.
    Regards,
    Vinay

Maybe you are looking for

  • Linkage and performance problems with "Additional source folders"

    Hello There seems to be a some problems when using "additional source folders" in Flash Builder 4.5 and 4.5.1 (links to folders outside a project see pic below). Hopefully I'm doing something wrong and some kind soul could point it out. I have a libr

  • "open with" menu not showing in safari when having a pdf open. even when tabing the pdf in safari.....

    As the title states.... In default settings when opening a pdf with safari and tabbing the page, there is a black bar (menu) on top of the pdf and it allows you to open in ibooks or open with another app.... I've noticed that with some (company) ipad

  • Can ACFS be installed on My Exadata ?

    Accoring the  article --Can ACFS be installed on Exadata ? (Doc ID 1326938.1) applies to : Oracle Exadata Storage Server Software - Version 11.1.3.1.0 to 11.2.3.1.0 [Release 11.1 to 11.2] Oracle Database - Enterprise Edition - Version 11.2.0.1 to 11.

  • Preloader for multiple images

    I want to create a preloader which loads multiple images at a time. i tried the normal script with getBytesTotal() but it provides the bytes of currently loading image, so the preloader only works for one image at a time. how can i get the size of al

  • How to make portlet expandable?

    Dear all, how can i make the portlet expands depending on its content without making vertical/horizontal scrolls?