
Recherche avancée
Médias (1)
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
Autres articles (50)
-
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 (10425)
-
Change FPS when creating gif from pictures with ffmpeg
11 avril 2017, par GhostI’m trying to create a gif from a set of pictures with ffmpeg ; currently i’m using :
ffmpeg -i <input images="images" /> .gif
Which works perfect, but i would like to know how can i change the frame ratio of the created gif ? (meaning, how much time for the delay between two frames)
Thanks in advance !
-
How to append new images into a video file which already exists using ffmepg
28 juin 2014, par user3786605Is there any way to append new images into a video file using FFMpeg command line ?
Thanks in advance,
-
Reading RTCP packets from an IP camera using FFMPEG
20 février 2014, par Dídac PérezI am using ffmpeg C++ library. I need to intercept RTCP packets from the camera in order to get the timestamp from the Sender Report. Is there any method or structure in the ffmpeg that gives me this information ? I am completely stuck but I am not able to solve that problem.
Any help will be appreciate. Thanks in advance,