
Recherche avancée
Médias (3)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (63)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Gestion de la ferme
2 mars 2010, parLa ferme est gérée dans son ensemble par des "super admins".
Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
Dans un premier temps il utilise le plugin "Gestion de mutualisation"
Sur d’autres sites (8287)
-
Android video trimming via ffmpeg
9 juin 2014, par Karan_RanaI have downloaded video trimming code from github from this link.
It’s working perfectly for the first time, but when I try to run it for the second time the code crashes without any exception then again when I try to run it for the 3rd time after the crash it works !
Does any one have any idea for this kind of behaviour ?I am also developing an application which has one module of trimming videos.
I would really appreciate it, if any one could help me . -
Capturing snapshot using vlc
28 mars 2012, par Saurabh GandhiI am using the VLM feature (over telnet) of VLC to re-stream a live camera RTSP stream using VOD (video on demand). This provides me with two options of viewing the live stream :
- Original camera stream
- VOD stream generated using VLM
Both these streams are working fine when viewed within VLC player. I would like to take a snapshot from both these streams whenever the user presses a key. So, I am using command-line vlc interface to grab a snapshot, the command for which is :
- Snapshot from original camera stream (Case I)
cvlc -V dummy --video-filter scene --scene-format jpeg --scene-prefix myscene --start-time=0 --stop-time=1 --scene-replace --scene-path /var/www/ <original camera="camera" stream="stream"> vlc://quit;
</original>- Snapshot from VOD stream (Case II)
cvlc -V dummy --video-filter scene --scene-format jpeg --scene-prefix myscene --start-time=0 --stop-time=1 --scene-replace --scene-path /var/www/ <vod stream="stream" generated="generated" using="using" vlm="vlm"> vlc://quit;
</vod>Now, case I seems to work fine but case II does not work, in-spite of confirming that both the live streams are working fine. What could be the problem ?
Here are the logs of VLC when case II is executed on command-line :
saurabh@saurabh-Latitude-E5510:~/Desktop/html_trial$ cvlc -V dummy --video-filter scene --scene-format jpeg --scene-prefix myscene --start-time=0 --stop-time=1 --scene-replace --scene-path /var/www/ rtsp://10.17.1.150:5544/vid1 vlc://quit;
VLC media player 1.1.9 The Luggage (revision exported)
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
[0x97c684c] dummy interface: using the dummy interface module...
rc buffer underflow
rc buffer underflow
rc buffer underflow
rc buffer underflow
^C[0x97be2ac] signals interface error: Caught Interrupt signal, exiting...Regards,
Saurabh Gandhi
-
unable to load PHP_ffmpeg.dll
2 mars 2012, par Alexis ZenigataBeen trying to make this work but no luck.
I always get
PHP Warning : PHP Startup : Unable to load dynamic library 'C :\xampp\php\ext\php_ffmpeg.dll' - The specified module could not be found.
- Using XAMPP 1.7.4 on a Windows 7 64 Bit Computer.
- Tried several php_ffmpeg.dll files restart but I still encounter the error.
- Made sure that the dll is in C :\xampp\php\ext and copied the other DLL's on both system32 and SysWOW 64.
- Was previously using the newest version of WAMPP but no luck so decided to go to XAMPP with a lower version.
If this doesn't work is there any other scripts I can use for converting uploaded audio files besides using FFMPEG ? uploaded Audio files has a .wav extension..
Thanks