
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 (80)
-
Problèmes fréquents
10 mars 2010, parPHP et safe_mode activé
Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site -
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 (...) -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)
Sur d’autres sites (12751)
-
How to run FFMPEG in laravel project
20 février 2020, par JinI can run this code via cmd. And my question is how can I run this command to my laravel project locally and also to my live server ?
ffmpeg -i input1.webm -i input2.webm output.mp3
Thanks in advance.
-
plot freezedetect and blackdetect graphs ffmpeg
7 juillet 2021, par AnupI want to plot freezedetect and blackdetect responses from ffmpeg onto a graph. Is there any method to do it ?


Example : A line graph with frames/ seconds in the x-axis, that will have a value 1 when no freeze or black screen, and 0 when it detects an anomaly.


Any pointers would be helpful. Thanks in advance.


-
needed list of steps to make desktop as video streaming server using ffmpeg
29 mai 2018, par vijayky88I am trying to run my Ubuntu machine as ffmpeg server. where i wanted to stream my local video over http.
please suggest the list of complete commands and steps as well.
Thanks in advance !