
Recherche avancée
Médias (91)
-
Head down (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Echoplex (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Discipline (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Letting you (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
1 000 000 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
999 999 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (96)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (4400)
-
Add watermark with text effect using drawtext ffmpeg
27 mars 2023, par mandesk -
Fixed basic vis demo (missing class in HTML), clarified canvas support (no eq/spectrum) re : IE 9
4 juillet 2011m demo/360-player/360-button-play-light.png m demo/360-player/canvas-visualization-basic.html m demo/360-player/canvas-visualization.html m demo/360-player/script/360player.js Fixed basic vis demo (missing class in HTML), clarified canvas support (no eq/spectrum) re : (...)
-
Running ffplay video within a jframe
22 juillet 2013, par Optimus PrimeI wish to play a video in
JFrame
. I am already usingffmpeg
in my project. As I wish to keep the project light, I am not willing to use other frameworks likeJMF
or other. I know that I can play video usingffplay
. But the problem here isffplay
opens the video in new window when I tryffplay output.avi
I wish to put that video within my JFrame, like a player. How can I do this ?
Request :
Please ask for any other clarifications, details, and suggest improvements or comment what you find wrong before downvoting or voting to close the question :). I will change it. I am really new to Java, I tried searching this but could not find any possible solution.What I tried ? I couln't find anything related to this, so I don't have any code. I am familiar to how to create frames, and can use
runtime
to ffplay video. But I got no clue how to put that video within my window :(.All suggestions are welcome if you can suggest me other methods to play the video. But I haven't use any frameworks other than
ffmpeg
. And do not wish to make the application heavier. So it would be more helpful if it can be achieved usingffplay
.