
Advanced search
Medias (91)
-
Spitfire Parade - Crisis
15 May 2011, by
Updated: September 2011
Language: English
Type: Audio
-
Wired NextMusic
14 May 2011, by
Updated: February 2012
Language: English
Type: Video
-
Video d’abeille en portrait
14 May 2011, by
Updated: February 2012
Language: français
Type: Video
-
Sintel MP4 Surround 5.1 Full
13 May 2011, by
Updated: February 2012
Language: English
Type: Video
-
Carte de Schillerkiez
13 May 2011, by
Updated: September 2011
Language: English
Type: Text
-
Publier une image simplement
13 April 2011, by ,
Updated: February 2012
Language: français
Type: Video
Other articles (55)
-
MediaSPIP version 0.1 Beta
16 April 2011, byMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
MediaSPIP 0.1 Beta version
25 April 2011, byMediaSPIP 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 (...) -
Amélioration de la version de base
13 September 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
On other websites (7243)
-
Rendering pixel perfect subtitles for small videos
23 October 2017, by forthrinI want to burn subtitles with a font as small as possible (yet readable) on top of a small size video, as shown on the first image. FFmpeg makes the font blurry for any font size tried (second image).
ffmpeg -i in.jpg -vf "scale=160x128,subtitles=in.srt:force_style='OutlineColour=&H80000000,BorderStyle=3,Fontsize=15,Fontname=Silkscreen'" out.png
Is there any way I can achieve pixel perfect subtitles with small fonts using FFmpeg or other readily available command line tools? (The smallest font I’ve found is Silkscreen, though it’s ASCII only!)
-
Revision 75103: Les liens de création des index induisaient en erreur Par exemple, sur la ...
29 August 2013, by lesage.sylvain@… — LogLes liens de création des index induisaient en erreur
Par exemple, sur la page ecrire/?exec=fulltext, le texte du lien de
création d’un index "titre" pour la table "article", était le
suivant :
Créer l’index titre (surtitre,titre,soustitre,chapo,texte,ps,nom_site,url_site,descriptif)
alors que l’index réellement créé dans la base est
titre (titre) -
avformat/hls: Fix Youtube AAC
6 April, by Michael Niedermayeravformat/hls: Fix Youtube AAC
Fixes: Ticket11435
Fixes: yt-dlp -f 234+270 https://www.youtube.com/live/l8PMl7tUDIESigned-off-by: Michael Niedermayer <michael@niedermayer.cc>