can u give me advice, which java lib i should use for playing video(H.264)/audio(mp3, aac) streams/files.
|
I wonder if someone could help me.
I´ve created a video from a set of images using jmf and an already done example .
Now I´d like to add music to my video ... |
How to play the multiple audios and videos using java....
|
I need to capture both audio and video in mobiles and store them in the same file.
how to do that with java me?
stefano
|
I am doing client server socket programing in Java using fileinput reader and buffer reader which is connected to each other. But buffer reader has a method read or readline where ... |
Some video files contain multiple audio tracks. Multiple languages for example. Is there a library which gets information about these audio tracks? Names of the audio tracks would be sufficient.
It should ... |
How can I split *.wmv file (using java)?
I tryed simple algorythm like read bytes from wmv file and store first half in one file and other half in another file. ... |
|
I am using Java to write a media application.
Given a file, how can I know is it a audio file or video file?
By the way, I use vlcj library.
... |
I read this code to play video files using xuggler as a library.When i run this code , the video without sound plays.Why is that ?
If not what ... |
What is the best available open source media library in java for playing various media files?
|
I want to take a video file and "encrypt" it using java. For now encrypting is just flipping the bits.
I want the video to still be able to play, so the ... |
The pngs are send from the server side one by one, how can i display it on the client side as a video?
|
Hi, Is there any API in java for creating DVD video from Normal TV and extract audio from video file and convert MP3 to WMA file. What about java Media Framework and Java 3D API? If it is notpossible in java which will be the next option. Vc++? Please help me. Thanking in advance. From, Vinod A |
Yes it is showing the mentioned logger statement in log file for some time ......then getting blocked with out showing any error / warning messages. for reference : 2009-Jun-01 19:04:26 com.gtcocalcomp.screenrecorder.RecordingConverter DEBUG read(): nextImage = 15370,numOfFrames : 15372 2009-Jun-01 19:04:26 com.gtcocalcomp.screenrecorder.RecordingConverter DEBUG read(): nextImage = 15371,numOfFrames : 15372 2009-Jun-01 19:04:26 com.gtcocalcomp.screenrecorder.RecordingConverter DEBUG read(): nextImage = 15372,numOfFrames : 15372 2009-Jun-01 19:04:26 com.gtcocalcomp.screenrecorder.RecordingConverter ... |
Suppose that we have two programs, a client and a server... If the client sends a request to the server asking it to send a certain audio file (or video)... And then the server has to reply by sending that requested file... Our question is, how can it send that file???... We tried to use InputStream method but didn't succeed... Is ... |
Hi All, I need a small help. My requirement is to convert a text file in to an image file by attaching a background and that image is converted into video file by attaching audio file. please guide me how i can achieve this using sun java API. Is this facility was available in sun java API,s or any other API's ... |
|