0
votes
2answers
170 views
Encoding for JMF
I'm creating some videos from a collection of images, I subsequently wish to play this video back with java. I found JMF but I haven't been able to find an encoding which is actua …
1
vote
6answers
793 views
Video Thumbnails in Java
I want to generate a thumbnail preview of videos in Java. I'm mostly JMF and video manipulation alienated.
Is there an easy way to do it?
What about codecs? Will I have to deal …
0
votes
1answer
23 views
JMF Registry could not add item (Vista)
Hello,
I'm using JMF to capture video stream (webcam) on my Java project.
The camera I'm using is recognized by JMF (JFMStudio) and I manage to get the video stream.
However, on …
0
votes
1answer
30 views
Problem stopping a Player in JMF
I recently asked a question about controlling the volume of a Java audio clip and it was suggested that I try JMF. As I'm using an old JVM (1.4) and only interested in playing WAV …
0
votes
0answers
132 views
Javafx with JMF
Hello, good Afternoon, I do not speak English, but I have a problem: I can't play videos with JMF using JavaFX for my GUI. I need the RTP JMF API and I'm getting this error:
Un …
0
votes
3answers
438 views
JMF+JavaFx layout problem
I can creat a GUI in javafx and call the JMF component within JavaFx, just like this
public class JMFComponent extends SwingComponent{
var panel: JPanel;
public var cen …
2
votes
2answers
89 views
JMF replacement
JMF is old, and doesn't support a lot of codecs properly. I get by these days by using FFMPEG in the background, but I would like to switch to a native java solution if one exists, …
1
vote
5answers
166 views
Java for a video based application: Good choice?
I am in the concept phase of an application that is going to have a lot of Audio/Video input and output. I want to do it in Java; but somehow am not fully convinced yet. What do yo …
1
vote
3answers
658 views
JMF and RTP Protocol
Hello everyone.
I am doing a project which consists of a video-conference system in Java and using the RTP protocol.
The problem is that I can not pass the stream to the clients, …
0
votes
3answers
54 views
How to show captured images in a sequence so it look like a video?
Hi,
I am currently capturing diffrent images using java....
Now i want to show all these images in a sequence so that it should look like a video...
How should i do this?
I hav …
-1
votes
1answer
80 views
Playing an Online mp3 [closed]
I have a problem with playing online mp3s. I'm using latest version of javazoom's jlayer and basicplayer. Here is the exception:
Caused by: javazoom.jlgui.basicplayer.BasicPlayer …
0
votes
0answers
34 views
Manipulating Videos using Java Media Framework
How would I go about manipulating a video stream with Java Media Framework, for example; the user loads a video, and then can adjust the brightness/contrast while the video is play …
3
votes
3answers
54 views
Is there an equivalent to Java Media Framework in C#?
Is there an equivalent to Java Media Framework in C#?
3
votes
1answer
154 views
Webcam access from JavaFx
Does the latest JavaFx version support streaming webcam video? Is it possible to get it through JMF in fx?
0
votes
1answer
266 views
Java microphone to .NET SpeechAPI in C#
Hi everyone,
For a school projet we must implement speech recognition sofware. We want to use Microsoft SpeechAPI for that, which works quite well.
However it needs to be Web-bas …
