
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 (72)
-
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 ;
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Installation en mode ferme
4 février 2011, parLe mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
C’est la méthode que nous utilisons sur cette même plateforme.
L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)
Sur d’autres sites (9224)
-
How to create Ken Burns effect using FFMPEG on Windows
22 mars 2016, par B AI need to create slideshow videos from a bunch of images and apply ken burns and other transition effects to them as well if possible.
I found some tools for Linux like http://imagemovie.sourceforge.net/ and http://diascope.sourceforge.net/ that allowed creating ken burns effect from the command line but couldn’t find any for Windows. Does anyone know of any technique to do this ?Right now i am using an FFMPEG code but it only produces a zooming in effect from the top left corner of the video. I need a ken burns(pan and zoom effect) from the command line, how can i do that ?
-
python ffmpeg and pydub on windows
11 mars 2016, par Yonatan KreinerI am trying to import the ffmpeg and pydub to my python script.
I downloaded the ffmpeg for windows from https://ffmpeg.zeranoe.com/builds/
and put the bin folder in the system path.
I can use it from the CMD but I need to import it to the script
for the pydub library to work.
I had tried to executeAudioSegment.from_mp3("something.mp3").export("somethingElse.wav", format="wav")
without importing it but It throws
FileNotFoundException
.
Any suggestions ? -
Revision 37e6fd3d76 : Adding video reader/writer APIs. Right now only IVF format is supported which i
6 février 2014, par Dmitry KovalevChanged Paths :
Modify /examples.mk
Modify /examples/decode_to_md5.c
Modify /examples/decode_with_drops.c
Modify /examples/postproc.c
Modify /examples/simple_decoder.c
Modify /examples/simple_encoder.c
Modify /ivfdec.c
Modify /ivfdec.h
Add /video_common.h
Add /video_reader.c
Add /video_reader.h
Add /video_writer.c
Add /video_writer.h
Adding video reader/writer APIs.Right now only IVF format is supported which is enough for example code.
Other formats like y4m, webm, raw yuv will be supported later.Change-Id : I34c6f20731c1851947587ca5c589d7856b675164