
Recherche avancée
Médias (3)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
-
Creativecommons informational flyer
16 mai 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (65)
-
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 (...) -
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 -
Configuration spécifique d’Apache
4 février 2011, parModules spécifiques
Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
Création d’un (...)
Sur d’autres sites (8729)
-
Movie with png images in ffmpeg
7 août 2018, par Madara UchihaI have png images as alpha_water_10.png, alpha_water_20.png, upto alpha_water_2780.png. Now I want to make a movie with ffmpeg using this, but the
ffmpeg -r 30 -start_number 10 -i alpha_water_%04d.png -c:v libx264 volfrac1.mp4
seems to give the video but it is not in the ascending order. The images at lets stay 270 will be right after the 20th image.
Would anyone know its fix. -
Ffmpeg , overlay two sequences of png's and turn them into a movie
12 mai 2014, par Lau Llobeti’ve found how to turn a png sequence into a movie, also i’ve found how to overlay two movies using transparency but I don’t know how to do both things at once (using png’s tranparency).
The bottom layer of png’s is smaller than the top one and needs to be stretched to a certain resolution and also have a padding to be centered.
The output dont have to have alpha (black for alpha is ok).
I’m a bit confused by the abundance of filter options
Edit :
for the moment i’ve found :
./ffmpeg -i ./seq1/%d.bmp -vf "movie=./%d.png [a]; [in][a] overlay=0:366" combined.m2v
it works , now i’ve got to find the padding and resize things
thank you in advance.
-
ffmpeg : removing hard subtitles from video [closed]
22 juin 2024, par cahro88Is it possible to remove, e.g. to interpolation like done in images, hard embedded subtitles/text


from a video using ffmpeg or any other solution for Linux ? Example : https://www.youtube.com/shorts/2ZIwg9fjev0


I already tried it with images, thumbnail without subtitles and image with subtitles. Which worked quite fine. Is there any solution for videos out there ?