
Recherche avancée
Médias (33)
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (96)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
-
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
Sur d’autres sites (9315)
-
How to insert emote-like images among text with ffmpeg ?
26 janvier 2020, par Vijay BharadwajI am using FFMPEG to recreate a twitch-like video chat for streaming overlay and wanted a way to insert twitch emotes into the chat that I have. The twitch emotes come in small png/jpg files.
Currently, I use the drawtext command on several messages to get the text part of the chat, but the emotes are integral to make it look like twitch chat. Any idea how to do this ?
If it helps, I have a working simulation of the twitch chat on a video in a webpage, using HTML, CSS, and javascript. All I’m trying to do is take what’s simulated and embed it into the video.
-
lavc/srtenc : do not emit any subrip tags with text codec
1er mai 2016, par Clément Bœsch -
How to use ffmpeg to apply scrolling text from bottom to top of subtitles
3 août 2019, par Sergei SolomatinHow to use ffmpeg to apply scrolling text from bottom to top of subtitles and add a delay at the beginning and end of the video 5 seconds
ffmpeg -i video.mp4 -vf "ass=bigtext.ass" -c:v libx264 -t 200 -max_muxing_queue_size 9999 Output.mp4