jmf
jmf file play error
I have taken the code from the urland tried to play a file of mpg format as shown below: Code URL: http://snippets.dzone.com/pos开发者_运维知识库ts/show/2912[详细]
2023-04-13 03:27 分类:问答NetBeans JMF project deployment
I used JMF/Webcam Frame Grabber Demo to create java desktop application in NetBeans 7.0.1 EE that grabs frame from my webcam. Application works fine if I run it from NetBeans (Right click on project a[详细]
2023-04-02 12:01 分类:问答How to create a media player in Java without JMF?
How to create a media player in Java without using the JMF?Some blogs say it\'s an old version. I also tried using JMF - this is my code.[详细]
2023-03-29 23:49 分类:问答1's and 0's to an audio file in java
I currently have a String that contains 1\'s and 0\'s. I want to make an audio file out of this string, preferably in .WAV format by using Java. How do i go about it ? Are there 开发者_运维知识库any A[详细]
2023-03-27 05:54 分类:问答Why do i get these exceptions while trying to play a mp3 file?
I downloaded JMF MP3 Plugin to play mp3 files in my java program.I included mp3plugin.jar in my project library of netbeans along with JDK. But still i am unable to play mp3 file.[详细]
2023-03-24 07:13 分类:问答bigger resolution in JMF
Hi there guys i got this code in leejava but its only save jpg file with size 320x240 i want it to capture and save with bigger resolution starting at least at 800x600.[详细]
2023-03-24 07:05 分类:问答What's the proper way to structure an AEC (Acoustic Echo Cancellation) filter for JMF?
I\'m working on connecting the Speex Library to JMF for the purpose of doing Voice Activity Detection/Noise reduction, and also for Acoustic Echo Cancellation.(I may adopt the codec at some point in t[详细]
2023-03-19 19:38 分类:问答JDK 7 doesn't work with JMF image capture
I tried using the recent JDK release - JDK 1.7.0-ea with one of my java applications that uses JMF to capture facial image, but the motion image gets displayed at the back of the fra开发者_开发问答me[详细]
2023-03-17 05:31 分类:问答How to play sound from a IP in java with Android
I want to run a radio station from a hill top with the studio in the valley using a radio Ethernet link of 1.1 mbs data rate below is an example code (below) that I found.[详细]
2023-03-16 21:13 分类:问答JMF - big files (2GB) - no 'movi' chunk error
I have a question. Anybody try to open big AVI files (>= 2GB) in JMF player? This is an AVI file where two streams located: video and audio. Video stream has no any compression, fccHandler = \'DIB \'[详细]
2023-03-16 18:38 分类:问答