Search Results for "java movie player" - Page 10

Showing 738 open source projects for "java movie player"

View related business solutions
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 1
    JPlayerClassic

    JPlayerClassic

    Simple Media Player written in java

    JPlayer Classic is a free and open source player written in java and using JMF (Java Media Framework) to decoding multimedia formats. JPlayer Classic support multiple video and audio formats such as .mov .mp3 .wav .au .aiff and some .mpg .mpeg formats and i works to make it support larger range of formats in the release 1.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Free audio file player (AIFF, WAV, AU) Java jar file You need Java installed in your computer More information please go to http://www.nomtu.com/download2.html http://www.nomtu.com/download5.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Nurikabe

    Nurikabe

    Nurikabe, a great game.

    ...(You need update Java to Java 7 to work properly) (In "Files" you can download the version 1.0 for Java 6) Game based in original puzzle of Nikoli (http://www.nikoli.co.jp/en/puzzles/nurikabe.html)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    GMTool

    A tool for roleplaying gamemasters

    A Java tool that allows a gamemaster to manage notes, characters, combat, images, sounds, etc. on his computer during gaming sessions. Plugin-based to allow using it with various rpg system, such as Shadowrun, GURPS, TDE, D&D, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 5

    Force4Magix (Multiplayer 3D Game)

    A multiplayer First-Person-Shooter game built in Java 3D

    The system is divided into two parts: the client and the server. Clients at different geographic locations in the network connect to a single server by specifying its IPv4 address. The user gets into the system using his/her username and password. Each user has to make an account for himself in the beginning. His account information will be stored on the server machine in persistent form. Server sessions will have no effect on its accounts. The server can be running anywhere on the...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    This application is designed to help create Contract bridge hands with constrains on points and/ or number of cards per suite for each player. The program is an easy to use Java program which outputs the results in an HTML format (fits an A4 page for easy printing). Media wiki pages: http://sourceforge.net/apps/mediawiki/bridgedealer/
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    Music Box
    A cross-platform audio player developed entirely in Java. Using the JavaSound SPI, Music Box will play mp3, flac, ogg vorbis, monkey's audio, wav audio files, and now supports local network sharing using MusicBoxServer! Enjoy all of your music on any computer in your home or office!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    jmp123
    JAVA MPEG 1.0/2.0/2.5 Audio Layer I/II/III Decoder AND mini Player
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This is a little project I've been working on for a while now. It's a VLC audio player written in Java with the use of VLCJ. The ultimate goal is to produce a lightweight mediaplayer to play local files as well as stream from grooveshark and last.fm radio.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 10

    jmag

    java webcam magnifyer

    A simple magnifyer for your webcam using vlcj libraries and the VLC Media Player 2.0.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Ping Pong Evolution

    Ping pong recreation with new features. DISCONTINUED

    This is a recreation of the most epic game, Ping Pong. It's now in early alpha. Features: - Power-ups! - Multiplayer on same computer! - Singleplayer versus a bot! (Simple but kinda hard for new players ;D) - More to come! DISCONTINUED FOR UNORIGINALITY AND INTEREST TO CONTINUE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    jSpykee

    Spykee Control Interface in Java

    jSpykee is a Control Software for the Spykee Roboter by Meccano written in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Direct2CP

    Cappuccino to server side Java and php bridge

    New version of CP2JavaWS framework : added support for php, easy forms creation and validation by code, error management, nested master/detail views (including forms), enhancements and fixes, new components (grid view, Zen audio player, Drop upload controller). See release note for all new features. Best practices are demonstrated in www.emotuned.com and www.direct2it.co web applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    a single player tic-tac-toe game. CHECK OUT AND SUPPORT MY LATEST ANDROID PROJECTS IN HERE: https://play.google.com/store/apps/developer?id=Deepak+PK
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Connect 4 AI

    a connect 4 game with a smart AI

    ...It is played on a 8 X 8 board (actually should be 7 x 6 but in this project we changed it to 8 X 8) and, the goal is to get four consecutive cells either horizontally, vertically or diagonally. The first player to get four consecutive cells wins. It has been proven that there is an optimal strategy for this game i.e. In this project, we worked on implementing a player that uses a minimax with alpha-beta pruning and a heuristic model using Java and Swing. *please copy the pictures in the C drive or change the path in the code
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Flash Test

    Flash Test

    A fun reflex game for the PC written in Java

    Each player has a designated button which he will press under certain circumstances. Depending on the minigame, the rules will differ.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Manage your Films, Music and TV-Series on harddisk. With Webinterface to manage and stream your media in LAN.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    OS independent audio player that uses JMF. The Panic Player should support a multitude of input and output formats. The input stream may be manipulated with additional sample files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    iPlay is a Java based music player for Symbian mobile phones. It plays most of the popular formats like mp3, wav, wma. It’s support playlist functionalities and provides all the functions as of any other music player from creation of playlist to shuffle playlists. Since its an open source application, we are trying to make it support free audio formats like ogg, midi, flac.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    AOOD Mille Bornes

    A Java version of a 2-player Mille Bornes game

    This program allows a user to play Mille Bornes against a computer opponent. Rules have been slightly altered, and are explained under "special rules" in the rules window.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    piPlayer

    piPlayer

    piPlayer (Personal Interactive Player) is an OSGi multimedia player

    piPlayer stands for Personal Interactive Player. It is an OSGi-based application that plays personalised local and remote multimedia contents. piPlayer introduces a solution for an audiovisual convergent service through service gateway. A OSGi-compliant multimedia player has been developed taking as work model the open source philosophy and adding and interactive and personalized value through a service gateway.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    JMusicMan

    JMusicMan

    Music Manager focusing on ID3 tags and internal player

    Free GPL License There is a ".deb" file for Ubuntu and Debian style Linux's and a Windows installer in the binaries section. An RPM package is coming soon. This started out as a project to allow ID3 tag management with features I did not find in the run of the mill player/managers out there for MP3 music. It has the ability to set and change album art as well as load devices with exactly the number and size of files to fit in a known file system size. Like for devices. It is up and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Simple Forum Auto Poster
    Simple Forum Auto Poster is a program that automatically posts messages to forums. This program is for people active on multiple forums, but don't want to type and copy/paste the same message multiple times.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    [ aiPoTT S.T. ]
    [ aiPoTT S.T. ] is an mp3 player that uses the BasicPlayer by JavaZOOM. It has the cool LCARS look, especially made for Trekkies, like me. It features playlist managing, an EQ with presets, Import of m3u playlist (only the Windows version), display of ID3 tags. [ aiPoTT S.T. ] is fully Java coded and comes with a runnable jar file. Latest update: Streaming of Web Radios.
    Downloads: 0 This Week
    Last Update:
    See Project