Questions tagged [fmj]

FMJ is an open-source project with the goal of providing an alternative to Java Media Framework (JMF), while remaining API-compatible with JMF. It aims to produce a single API/Framework which can be used to capture, playback, process, and stream media across multiple platforms.

FMJ stands for Freedom for Media in Java. It is an open-source project. It's goal is to provide an alternative solution to Java Media Framework(JMF) and remaining API-compatible with JMF. It's goal is to provide a single API/Framework to capture, playback, process, and stream media across multiple platforms like Windows/Mac/Linux.

Features:

  1. You don't need to install FMJ like you do in JMF. just use the libraries.
  2. It is opensource.
  3. Its api is compatible with JMF.
  4. FMJ is API-compatible with JMF, thus you can use existing JMF codes and run them.
  5. You can request or add features in FMJ.

If you are interested in FMJ:

17 questions
0
votes
2 answers

Capturing video & storing on hard disk in .3gp format (fmj)

I want to develop a java application to capture video from a usb web cam and store in .3gp format onto the hard disk. Please provide me working code (if any) that stores the video in .3gp format.please help me friends.
Ishan
  • 4,008
  • 32
  • 90
  • 153
0
votes
0 answers

Controlling camera settings

I am attempting to adjust camera settings such as exposure and white balance with the FMJ library in Java. I can create a player dynamically: new net.sf.fmj.media.cdp.civil.CaptureDevicePlugger().addCaptureDevices(); final java.util.Vector…
vlad417
  • 313
  • 1
  • 3
  • 10
1
2