
Recherche avancée
Autres articles (78)
-
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 (12594)
-
Automate file splitting with FFMPEG
19 novembre 2018, par JSawyerWe currently use Wowza web streaming for events and would like to take the recorded streams and split them up based on events within the stream.
My thought would be to upload a file with the times listed and then loop through those times using FFMPEG to split the file.
-
Automate file spliting with FFMPEG
10 novembre 2017, par JSawyerWe currently use Wowza web streaming for events and would like to take the recorded streams and split them up based on events within the stream.
My thought would be to upload a file with the times listed and then loop through those times using FFMPEG to split the file.
-
After ffmpeg conversion to mp3, winamp shows half frequency
8 octobre 2012, par user404781I'm converting movie in flv to mp3 format (just to extract soundtrack) with this options :
ffmpeg -i movie.flv -acodec libmp3lame -ac 2 -ab 128000 -ar 22050 -vn soundtrack.mp3
When I check with some free tool I get 44100kHz, but winamp shows half of that - 22050kHz. Which one should I trust ? Maybe ffmpeg options are wrong ?