
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (93)
-
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. -
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.
Sur d’autres sites (8369)
-
Run FFMPEG mimized/hidden using python subprocess [duplicate]
2 septembre 2020, par IdanqSo I'm running the following command :


subprocess.call(["ffmpeg", "-i", "test1.mp4", "test1.mp3"], shell=False)



But when I run it as an .pyw (which does not launch a controlling terminal), it opens a terminal for the FFMPEG, is there a way to make it hidden or even minimized ?


Thanks for any help !


-
FFmpeg error count in C/C++
22 mai 2018, par daveIn my C/C++ application I need to count decoding errors. I’m not familiar with ffmpeg library. Is there any way to do it without grabbing errors from terminal ? For example in terminal I got
[h264 @ 008df020] error while decoding MB 34 0, bytestream 3152
Any ideas ? Thanks in advance.
-
Red5 server + ffmpeg feed stream, and cannot play the stream
16 juillet 2014, par user1914692Ubuntu 12.04,
(a) start Red5 server in Terminal 1
(b) feed a stream to the Red5 server in Terminal 2
ffmpeg -re -i '/usr/share/red5/webapps/oflaDemo/streams/avatar.flv' -vcodec libx264 -ab 128k -ac 2 -ar 44100 -r 25 -s 320x240 -vb 660k -f flv 'rtmp://localhost/oflaDemo/streamTest'
Terminal 2 shows some messages that it is streaming.
(c) play the stream
I use Movie Player : rtmp ://localhost/oflaDemo/streamTest[Result] An error occured. Stream contains no data.