
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (98)
-
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. -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (8453)
-
Better solution for working with FFPlay in VB.net
7 mars 2014, par Don CullenI wanted to develop a simple visual tool that'd interface with FFPlay/FFMPEG to measure the loudness of any given audio. I'm doing this by having CMD invoke FFPlay/FFMPEG and logging the output the file and processing that file. I wanted to grab the data as FFPlay/FFMPEG output it directly, but it appears that I have to do it via CMD invocation, since invoking FFPlay directly in VB.net results in my not being able to grab the output.
The function I'm using to achieve this works for the most part (other than crashing at the end due to the file that's being logged to being in use).
The function can be seen here :
http://pastebin.com/CtUngvNqI'm sure I can eventually figure out why it isn't correctly killing the process so the file can be opened, but I thought I'd check with StackOverflow. I'm not quite familiar with VB.net, so any and all constructive criticisms are welcome. Any suggestions/ideas for improvements would also be welcome. If there's a better solution to grabbing the output as opposed to invoking CMD to output the data to a file, I'm open to it.
Thanks in advance for your assistance. If no assistance is possible, then don't sweat it, thanks anyway for reading and considering the matter !
-
How to get equal segment times using ffmpeg ?
13 décembre 2015, par Abhay CnI used the following command to split a video into segments :
ffmpeg -i inputfile -c copy -map 0 -segment_time 5 -f segment outputfile
But I got varying segment times ie. some segments were 5s, some were 2s and others were 8s. How do I correct this ?
-
What is solution for ffmpeg rtsp output stuck
1er février 2016, par Long BaiI’m using
ffmpeg
inqt-mingw
.
I developed the sample program to write to the rtsp stream.
It is working well when the rtsp url is regular.
But it is stuck when the rtsp url doesn’t exit. For example, when i try to write to "rtsp ://noserver", my program is stuck onavformat_write_header()
.
Is there any solution for this problem ?
Thanks for your reply.