
Recherche avancée
Médias (1)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (26)
-
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...) -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (8302)
-
configure : clang : explicitly state dep file and rule name in DEPFLAGS
25 janvier 2014, par Janne Grunau -
Chain `drawtext` with ffmpeg-python
8 septembre 2019, par Hensler SoftwareI have a function within my python script to loop through some given text via an API but I am having issues drawing multiple text values :-
def add_text(title, text_lines):
input = ffmpeg.input(f'output/{title}.mp4')
for text in text_lines:
output = input.drawtext(
fontsize='24',
start_number=0,
text=text['text'],
fontcolor='white',
escape_text=True
)
ffmpeg.output(output, f'output/{title}-final.mp4').run()This works if I have a single test value passed into the loop, but if I pass 2 or more values only the last value is drawn onto the video.
How am I able to loop through the
text_lines
and build up the output to include all of the values in the outputted file.the array for text_lines looks like :-
[{text: 'Value 1'}, {text: 'Value 2'}, {text: 'Value 3',}]
I know they will be overlapping each other but that is not the issue at the moment, just the values apart from the last is not being shown on the video.
Any help would be greatly appreciated.
Thank you in advance.
-
Revert "h264 : Properly set coded_{width, height} when parsing H.264."
21 août 2011, par Luca BarbatoRevert "h264 : Properly set coded_width, height when parsing H.264."