
Recherche avancée
Autres articles (85)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (15902)
-
How can I play .g726 file with ffplay ?
29 août 2017, par user8531025I have encoded sound file in .g726 file format. Now I want to play this sound file in my windows 10 (64bit) pc. For that, I have downloaded the ffmpeg for windows and try to play it using ffplay command. I don’t get the options to play it with .g726 audio file. However, I have pcm (raw buffer file) audio file. For that, I have execute ffplay command as per below. But I cant hear any voice.
ffplay -f s16le -ar 16k -ac 1 console.pcm
So please, Can anybody tell me why I cant hear voice ?
What command should be executed to play .g726 audio file
-
Play Network Streams with FFmpeg - C++
25 novembre 2013, par user2492388I want to write a program which plays Internet Streams.
I can play files on my computer with FFmpeg.
But if I have an
http://...
address from a stream, how can I read and play this ?
How can I read these streams in FFmpeg ? -
Using WebHDFS to play video over HTTP
3 février 2015, par Qin.YangI used ffmpeg + libx264 to convert file format as H264, then uploaded the file to Hadoop. I used WebHDFS to access the file by HTTP, but can not online play. If I download this file over HTTP, it can play by HTML5 video. My English is poor, hope you know what I mean.