
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (56)
-
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)
Sur d’autres sites (6955)
-
Revision 75278 : Définir la fonction lcfirst si PHP 5.3 Devrait être bon pour ...
5 septembre 2013, par kent1@… — LogDéfinir la fonction lcfirst si PHP < 5.3
Devrait être bon pour http://contrib.spip.net/Inscription-2#reply470552
Version 3.3.2 -
ffmpeg .iff image sequence to video
3 septembre 2013, par rajatI have a file sequence of format test2#.iff, and i want to convert this sequence to a video, i have tried following commands :
ffmpeg -f IFF -r 25 -start_number 75 -i "test2%d.iff" -vcodec libx264 test2.mp4
Error: test2%d.iff: No such file or directory
ffmpeg -f image2 -r 25 -start_number 75 -i "test2%d.iff" -vcodec libx264 test2.mp4
Error: [image2 @ 00000000002ee220] Could not find codec parameters for stream 0 (Video: none): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options test2%d.iff: could not find codec parametersI also have tried various codecs but it gives me same errors, can any of you please shed some light on what might be wrong ?
-
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
.