
Recherche avancée
Autres articles (32)
-
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. -
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 -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (4588)
-
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.
-
Automating Basic Video Editing [closed]
2 février, par user29470652What's guys ! I am a beginner in programming.


As of now, I have created a basic YouTube downloader with the help of Python, FFmpeg, yt dlp, and Flaskapp.


Now, I am automating the basic video editing part ( Turn bulk video files into a basic similar edit like we have one template then we add a caption from the title of the video, then place the video in the center of the template trim out to meet the video length of the given video then saving it) with the help of FFmpeg.


Has anyone already tried or built it ?? Any marketer or video editor ??


I am halfway to the project


Here is theenter image description here


I am halfway through the project and wonder if anyone has ever done it before like any video editor or marketer ??


-
fate/lavf-video : Fix test requirements
23 avril 2022, par Andreas Rheinhardt