
Recherche avancée
Médias (91)
-
999,999
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Demon seed (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
The four of us are dying (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Corona radiata (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Lights in the sky (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (73)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...)
Sur d’autres sites (11165)
-
PHP exec 'at' command doesn't work
16 avril 2014, par VitalyI'm trying to schedule video recording from live stream with 'at' command :
exec("/usr/bin/at now +1 minute <<< \"ffmpeg -i 'http://191.235.136.144:9001/?cmd=play&file=7663&type=channel' -vcodec copy -acodec copy -t 30 -f mp4 -y /media/NASDRIVE/video_2.mp4\" 2>&1", $output, $return_var);
Checking with 'at -l' doesn't show anything. When I run absulutely the same command in the console, everything works fine.
I've added 'www-data ALL=NOPASSWD : ALL' to sudoers. Still getting empty 'at' queue.
-
how to install Pseudo-streaming to work with jwplayer
6 mars 2016, par Shahbaz Younishi im curently using jwplayer on my website with ffmpeg and using jwplayer version 5 but people cannot scurb forward here is a thing i found out that the problem can be fixed with Pseudo-streaming Here’s A link but im new to this webserver stuff and i dont know what to do can anybody help me with please. i have videos in flv
-
How does ffmpeg work on the server and which path should I give for ffmpeg in php ?
6 août 2016, par samI was trying to create a video gallery and I am using mac and xampp. I do not understand how ffmpeg works on the server-side. We have to give the path for the ffmpeg program for example.
window user path in php file
$ffmpeg = 'c:\\ffmpeg'
.mac user path in php file
$ffmpeg = 'user\local\bin'
.Something like that. My question is : How does it work on the server because what we have ffmpeg = than we it work correctly ?