
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (105)
-
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 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 ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (9700)
-
How to pause FFmpeg from C++ code ?
13 mai 2015, par jAckOdEI’m writing a VisualC++ program which have code invoke ffmpeg.exe to convert video file.
I wonder is it possible to pause/resume ffmpeg converting thread from C++ code ?LR.
-
FFMPEG exec exit code 126
17 mai 2020, par Ali Lordhere is my code for FFMPEG



$mp3path=realpath("1.mp3");
$cmd = "/usr/include/ffmpeg -i $mp3path -ab 128 /home/swiftfa1/public_html/output.mp3 2>&1";
exec($cmd, $output, $value);
echo '<pre>'; print_r($output); echo '</pre>';
echo '<pre>'; print_r($value); echo '</pre>';
exit;




and here is my result :



Array
(
 [0] => sh: /usr/include/ffmpeg: Is a directory
)
126




I used whereis for ffmpeg path and searched a lot but can't solve my issue. any command returns 126 !


-
Summer of Code (in space)
25 juillet 2011, par Dark Shikari — development, SOCISThere’s apparently another Summer of Code in town. x264 has been accepted into the ESA Summer of Code in Space. Just like Google Summer of Code, work on x264 over the summer and get paid ! Watch out though ; only some countries are allowed, so check first if you’re allowed to participate. The application deadline is July 27, 11AM (UTC) ; sorry for the short notice this time around !