
Recherche avancée
Médias (91)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
-
Les Miserables
4 juin 2012, par
Mis à jour : Février 2013
Langue : English
Type : Texte
-
Ne pas afficher certaines informations : page d’accueil
23 novembre 2011, par
Mis à jour : Novembre 2011
Langue : français
Type : Image
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Richard Stallman et la révolution du logiciel libre - Une biographie autorisée (version epub)
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (75)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
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 (10049)
-
Nodejs based video creation using ffmpeg with multiple images having distinct timegap inbetween
22 novembre 2017, par Aman Kumar AggarwalTrying to create video content out of multiple images.
But need to create video with images on dynamic timelinei.e
image1->0sec
image2->5sec
image3->8sec
... so onAny help will be useful. Currently using below git reference in nodejs but couldn’t achieve above scenario. It asks for loop value we tried to create it dynamic with float value but doesn’t work.
https://github.com/h2non/videoshow
We passed images list of 6 images and total timeline of images is 14seconds of which video is to be created.
But when we create video it depends on loop value under options which push time lag between images content to create video and for an example if we keep it 3 then video length will be 6*3=18sec
Please help of how to manage same.
-
Add Win32 GDI-based screen grabbing
2 avril 2014, par Calvin WaltonAdd Win32 GDI-based screen grabbing
Based on original code by Christophe Gisquet in 2010, updated to work
with current ffmpeg APIs.Supports grabbing a single window or an area of the screen, including
support for multiple monitors (Windows does funky stuff with negative
coordinates here).I’ve moved most of the configuration to AVOptions ; the input file name
is now only the string "desktop", or "title=<windowname>" to select a
single window. The AVOptions are the same as x11grab where possible.Code has been added to support a "show_region" mode, like x11grab, which
will draw a rectangle on the screen around the area being captured.Instead of duplicating code for paletted image handling, I make use of
the GDI API’s ability to output DIB (BMP) images, which can be run
through ffmpeg’s existing BMP decoder.Signed-off-by : Calvin Walton <calvin.walton@kepstin.ca>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at> -
Add a compat stdatomic.h implementation based on GCC atomics
17 juillet 2016, par Anton Khirnov