Creating Video with single Image and Audio

Hi All,
My requirement is to pass an Image and audio and the expected out put is a like a video which shows the image and plays the background. Can it done in JMF if so how can it be done? Thanks.

Hi,
I am also trying to do almost the same thing using the JpegToMovieConverter, however I am facing a problem.
Objective: To create a video file which will include the output from webcam and my mic. Also, there are some images. Whenever the user selects an image, then instead of the webcam video, that image should be shown until it is unselected or the user selects some other image.
Problem: I have implemented the mic and webcam streams but
1. I dont understand how would I create a stream from my image, given that the length of stream should be as long as the image is selected.
2. Also, how would I merge the three stream so that the images' stream overwrites the webcam's video stream.
Thank you.

Similar Messages

  • How can I create a stop animation video with single images in Premiere Pro?

    Let me start off by saying I am 100% new to pretty much all Adobe software as of about 3 weeks ago. I have been doing a lot of googling these past few weeks. With that said, I will do my best to explain my question.
    I am making a stop motion animated video.  I am not using several photos to create the look, but rather single photoshopped images that I have deleted the backgrounds out of. Basically the video is single charms "crawling" or flying in individually from off screen into a circle, there is a story explaining what each charm means. I started in After Effects, but had issues with audio... am I right in my understanding that you cannot preview the audio unless you use the preview feature? So my solution was playing a guessing game, rendering/exporting, importing it to Premiere Pro, taking notes and then heading back to After Effects to try to re-do the timing. Obviously this was not working too well.
    Then after doing more googling and clicking around I figured out you could layer images in Premier Pro and make them move just as you would in After Effects, which is great! There are two things hanging me up...
    1. I used the wiggle effect in After Effects. For the life of me I cannot find or figure out an effect or preset similar to this in Premiere Pro. Is there such a thing? Or do I have to create rotation keyframes? (I think I'm using keyframes correctly).
    2. Making the images stop-motiony and not smooth.
    My question is... any suggestions on how to re-create the wiggle effect easily in Premiere Pro? Or is there away to create the effect in After Effects and then import the image into Premiere Pro and still be able to change the position and timing?
    Please help! My deadline is tomorrow by the end of the work day!
    Please forgive me if these are silly questions... go easy on me, I'm soo new! Thanks in advance!

    Thanks so much for the reply!
    I read that... but it doesn't preview the whole thing? It only previews a few seconds and then loops. I tried to figure out how to change the preview settings, but I can't seem to get it to work.

  • How to create table and insert images and audio files ...

    hello to all , i am doing my b.e cse .
    at current v r studing DB and pl/sql codes ....
    i just need to know simple way of code to insert images and audio files in a table .
    i tried some of these ,
    CREATE TABLE myTable(Document varbinary(max))
    INSERT INTO myTable(Document)
    SELECT * FROM
    OPENROWSET(BULK N'C:\Image1.jpg', SINGLE_BLOB)
    but not workiing
    it shows some errors.
    i use oracle 10g. thank u :) and also i tried using blob and bfile datatypes , table created but cannot insert values !
    ROBOK

    hello to all , i am doing my b.e cse .
    at current v r studing DB and pl/sql codes ....
    i just need to know simple way of code to insert images and audio files in a table .
    i tried some of these ,
    CREATE TABLE myTable(Document varbinary(max))
    INSERT INTO myTable(Document)
    SELECT * FROM
    OPENROWSET(BULK N'C:\Image1.jpg', SINGLE_BLOB)
    but not workiing
    it shows some errors.
    i use oracle 10g. thank u :) and also i tried using blob and bfile datatypes , table created but cannot insert values !
    ROBOK

  • How do you record video with usb mic and have the audio from garageband be the sound when recording and not just your normal voice but garage band effects for youtube?

    How do you record video with usb mic and have the audio form garageband be apart of the video when recording, meaning the audio from garageband and echo  and not just your normal voice for youtube post?its not add the garageband audio its just normal voice from mic no  effects is going thru?

    Hi Life93,
    What you describe would be possible by recording your video, then removing the audio from it and adding audio from GarageBand once the video is in iMovie (I presume here that you are using iMovie for your video production. Other applications may need different methods.)
    See this thread on how to remove the audio from a clip in iMovie -
    Is there a way to separate audio from a video c...
    https://discussions.apple.com/thread/1779767
    To add audio from GarageBand use this article -
    iMovie '11: Add a sound clip to your project
    http://support.apple.com/kb/PH2255
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • Making a video with single frames

    Hi,
    I'd like to make a video with single frames.
    One of my computergames is able to take 25 frames per second (or 30, 40 etc.). The game saves the frames in a folder. For one minute there are over 1000 frames.
    Now I need to know, how I can tell After Effects that every 25 frames are one seconds.
    I just want to make a movie of this game. This will be the easiest way if After Effects can handle with these single frames.
    Is it possible? I will be very happy if some can explain me the way to realise my idea.
    Sincerely,
    RazooN

    Footage Interpretation and preferences for image import.
    Mylenium

  • Trying to embed a video file in HTML5: ERROR=No video with supported format and MIME type found?

    Hello all!
    I am desparate for a solution. I am testing my site on Firefox and Explorer and still no sign of a functional video yet.
    Firefox: I get the error: No video with supported format and MIME type found.
    Explorer: I just get a distorted layout.
    Here is the code I am working on:
    <table id="Table_01" width="480" height="801" border="0" cellpadding="0" cellspacing="0">
        <tr>
            <td colspan="6">
                <img src="images/Video_01.jpg" width="480" height="114" alt=""></td>
        </tr>
        <tr>
            <td rowspan="3">
                <img src="images/Video_02.jpg" width="52" height="486" alt=""></td>
            <td colspan="4">
               <video controls width="376" height="221">
                 <source src="C:\Users\aalmeida\Videos\AEMC PEL 103 6 Channel, Power & Energy Logger - with Display (Part 1).mp4" type="Video/Mp4"/>
                 <source src="C:\Users\aalmeida\Videos\AEMC PEL 103 6 Channel, Power & Energy Logger - with Display (Part 1).webm" type="Video/WebM"/>
                 <source src="C:\Users\aalmeida\Videos\AEMC PEL 103 6 Channel, Power & Energy Logger - with Display (Part 1).oggtheora.ogv" type="Video/Ogg"/>
                 </video>
    Please tell me that there is something missing in the code. I have spent a lot of time uninstalling-updating Firefox plugins, added MIME types in the Internet Information Manager (I'm on Windows 7)
    and  seriuously hit a dead end with this!
    Any advice would be muchly appreciated!!!
    Thanks
    ~LA

    As Jon said, you must declare the page as HTML5.
    And your server may not be set up to deliver video as a binary file if it is an .OGG file. I have not seen this problem with .MP4 or .M4V in the past, but every server is a little different.
    To add a MIME type, you need to change your .htaccess file on an Apache server thusly:
    AddType audio/ogg .oga
    AddType video/ogg .ogv
    AddType application/ogg .ogg
    AddHandler application-ogg .ogg .ogv .oga
    Additionally, MIME types can usually be changed on a server's Control Panel. One can also ask one's hosting provider to do this as well.
    Firefox makes it necessary to use OGG files. Webkit-based browsers will deal with .M4V or .MP4 and I understand Internet Exploder will work with the latter two as well.

  • Send HTML Email with Embedded Images and CSS

    Hi All,
    I have a html page. I want to send that html page(not with attachment) with all images and css. i search and try but I cant find a good solution. can any one help... plz..........
    Thank You.....

    If you want to send the html page and have it
    reference the images and css files on your web
    site, that's pretty easy. Just create a message
    with text/html content that is your html page.
    If you want to include all the images and css files
    in your message along with the html page, you'll
    need to create a multipart/related message and
    you'll need to change all the html to reference the
    images and css files using "cid:" references.

  • Images and audio files in a database

    how does one put images and audio files in oracle 8? What are the data types going to be in the tables for images and audio files..?
    null

    One of the most important reasons that one would choose to store multimedia in the database is to be able to manage this content safely and efficiently. Having multimedia in the database allows you to use database itegrity techniques to keep your data safe and consistent. If you choose to use BFILE storage, you will NOT have these advantages. You will have to back up the database, and the filesystem(s) where the multimedia is stored, and devise a way to keep this data consistent. You will not be able to rely upon the database backup entirely, you would need filesystem backups to be coordinated with database backups.
    I would suggest that you store the multimedia in BLOBs within the database.
    From the LOB application developer's guide:
    * External (BFILE) LOBs do not participate in transactions. Any support for integrity and durability must be provided by the underlying file system as governed by the operating system.

  • Creating Videos with built in camera

    Is this possible to day? Can i create videos with the built in cam on the mac books? Ifso what programs are there and are they free?

    QuickTime Pro. (30 bucks)
    http://www.apple.com/quicktime/pro/mac.html
    or i believe imovie will do it

  • Successfully imported from TRV 460 firewire for D8 but fails to record from translated Hi8 or 8 even though images and audio is received.

    TRV460 can play back newer format D8 as well as old formats Hi8 and 8 tapes.  According to manual and comments I've seen on e-bay and internet blogs when it outputs the playback for old Hi8 and 8 tapes it translates them to a digital signal on the firewire connection between my sony camcorder TRV460 and macbook Pro.   If I'm using a D8 tape it works fine.  If I'm using an 8 formated tape the image and audio appear on the import playback.  But when I try to record there is a warning message that data is missing.  If this is a sony problem how is it that the imovie succussfully provides the visual and audio?  It would appear the digital is sent.  Seems to me like it must be an imovie issue?  But I'm not sure.
    Can anyone help.

    If I understand this correctly, then you have an Optimus graphics card (couldn't find anything online, but your lspci looks like it). I too have such a setup on my laptop. The thing to keep in mind here, is that your main graphics card is the Intel integrated card. So instead of installing your system like with an nvidia card, you install it like an intel card. Specifically, you would want to follow the instructions on Bumblebee. Once you followed them, the whole graphics part runs on the Intel card. Once you want to play a game or do some other heavy graphics card work you call your application like this:
    optirun wine /path/to/game.exe
    Notice how optirun tells the system to use the nvidia card. It will take a second or two to start it (specifically, enable the card, start another X screen and launch the application on it transparently). Follow the instructions in the Wiki if you have any problems.
    If you don't have an Optimus card (just NVIDIA, no Intel), then don't follow any Optimus instructions, just usual NVIDIA stuff from the Wiki.

  • How do you download all chapters of a video at once?  I purchased a yoga video with multiple chapters and only the first one loaded.  It says I can't download another chapter for 90 days.

    I purchased a yoga video with multiple chapters and only the first one loaded.  It says I can't download another chapter for 90 days.  How do I get all chapters to download?

    Once a device or computer is associated with your Apple ID, you cannot associate that device or computer with another Apple ID for 90 days.
    http://support.apple.com/kb/ht4627

  • I took a video with my iphone5 and I don't see it on my iPad. Can videos go from one device to another with iCloud?

    I took a video with my iphone5 and I don't see it on my iPad. Can videos go from one device to another with iCloud?

    No.  Photo stream only streams photos, not videos.  To transfer videos between your devices you can either import them to iTunes and sync them, or (more conveniently) use an app like PhotoSync or Bump.

  • I did a presentation with many images and animations, now I need to change only the images without modify the related animations. How can I do it?

    I did a presentation with many images and animations, now I need to change only the images without modify the related animations. How can I do it?
    I use Keynote 09

    Select the image you want to change and go to Format Menu>Advanced>Define as Media Placeholder (or command, option, control i).

  • ı have 2 account one gamecenter with single emaill and password.it is like a identical twins of different.how can ı make it single?

    ı have 2 account one gamecenter with single emaill and password.it is like a identical twins of different.how can ı make it single?

    Are you referring to 2 iTunes accounts/Apple ID's? If so you can't, all purchases are tied to each Apple ID so if you need to say reload an app or update, it would be with that account. 

  • Can I download music and videos to a digital and audio player/mp3/mp4

    Can I download music and videos to a digital and audio player/mp3/mp4

    Drag them from the iTunes window to the player on the desktop.

Maybe you are looking for

  • Problem in ALV Block List

    Hi All, I am trying to displaying BOM explosion for materials in ALV Block list. I am taking the materials to be exploded from a local file. Taking the contents of the file in an internal table and then passing the parameters like material number bom

  • Is it possible to use the iPhone as a modem and pick up the internet ?

    I wondered if it was possible to use the airport facility on an iMac G5 to pick up the internet from an iPhone placed near by ? THis would effectively make the iPhone a wireless modem ? I've not got an iPhone yet and this would be really useful. Than

  • Documents in database

    I'm looking for a simple way to store documents in the database. Can someone point me the right direction? Thanks.

  • Problem in Adobe Interactive forms' Page breaks..

    hi all, I am using Table wizard in the Form Builder to create a table. And i am binding the data to this table. The table which i have created will increase its rows dynamically depending on the number of records. The problem is the page break is not

  • Delivering site in VA01 based on user parameters

    Hi, My requirement is to set the field 'Delivering Site' from transaction VA01 (Program Name: SAPMV45A ; Screen Number: 4440; Screen-field: RV45A-DWERK) defaulted by the user parameters. The problem is that this field in standard VA01 doesn't have th