
Recherche avancée
Médias (91)
-
Spoon - Revenge !
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
My Morning Jacket - One Big Holiday
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Zap Mama - Wadidyusay ?
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
David Byrne - My Fair Lady
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Beastie Boys - Now Get Busy
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
Autres articles (101)
-
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 (...) -
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 (...)
Sur d’autres sites (11516)
-
Php ffmpeg download and installation win7 64 bit wamp [on hold]
21 mai 2014, par user3560703Since i cannot find this whole google and inernet combined i asked a Question here !
here is ffmpeg for php5.4 FFMPEG php5.4
What i want is for win64 bit version me using **wamp.
Any one can help me uploading the ffmpeg for win764bit php5.4 ?
Thanks in advance !
got the files Question closed anyone requiring ffmpeg for php5.4 win7 64bit take a look HERE
-
How to download video by url using ffmpeg-python
22 novembre 2022, par pufI'm trying to write script that will be downloading part of youtube video by url. I'm using
ffmpeg
+ffmpeg-python
library.

I have terminal command that I want put to python code.


ffmpeg -i "url_to_download" -ss 00:00:15 -t 00:00:25 -c:v copy -c:a copy "demo.mp4"



url_to_download
is an youtube stream url that I get like in an answer to another question https://stackoverflow.com/a/57134397/6583203

I started writing script


import ffmpeg

FROM = "00:00:15"
TO = "00:00:25"
TARGET = "demo.mp4"

ffmpeg.input(url_to_download, ss=FROM, t=TO)



But I don't know how to pass parameters
-c:v copy -c:a copy "demo.mp4"
toffmpeg.input


Do not advice me to use
subprocess
. I have the same error like in a following question : Python ffmpeg won’t accept path, why ?

-
replace all __volatile__ by volatile
11 juillet 2012, par Michael Niedermayerreplace all __volatile__ by volatile