Hello,

I want to know if we have any forum for Quicktime.
I'm working on a Quicktime (for Java) project, but find it very difficult to find the help in understanding the technology.

So, if there is a forum for Quicktime, then it would be convenient to get the help at one place.

So, Please let me know if there is any place where I can get help in Quicktime..!


Thank You.

Dani AI

Generated

Following and the replies from and , here is a concise, practical guide for QuickTime-for-Java work today and where to get help.

If the goal is Java-based media playback or processing, modern projects avoid the old QuickTime-for-Java stack and use actively maintained toolkits. Useful, community-backed options:

  • JavaFX Media for simple playback: OpenJFX
  • Cross-platform codec/processing with FFmpeg (use JNI wrappers or call the CLI): FFmpeg and a Java wrapper like Jaffree
  • Complex pipelines: GStreamer with Java bindings: GStreamer
  • Robust native player integration: vlcj (VLC bindings): vlcj
  • Pure-Java codec work (limited): JCodec

Practical approach: define whether you need simple playback, format conversion, or low-level frame access; prototype with the ffmpeg CLI to confirm codec support; then pick the smallest Java wrapper that meets those needs. Expect platform and native-library issues with legacy QuickTime code; for community help, use project issue trackers, Stack Overflow, and the projects above rather than a dedicated QuickTime forum. For historical context on QuickTime and its legacy components, see the QuickTime overview at QuickTime (Wikipedia).

Recommended Answers

All 2 Replies

Clearly not, as if we did have one, it would be visible on the forums list. Why don't you try the Java forum?

No forum for quicktime because there is no interest in one. And its a broad subject. Quicktime the app? the codec? programming using the quicktime API?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.