
Recherche avancée
Autres articles (52)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
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 (7913)
-
ffmpeg drawtext support for Tibetan fonts
19 juin 2020, par A-Circle ZhangI'm trying to use ffmpeg drawtext filter to render Tibetan text to videos. But some characters aren't rendered correctly.



for example :





སྤྱི་སྟེགས








some characters which is.. vertically too long, are not rendered correctly :






and this is my command line for generating the output :



ffmpeg -i input.mp4 -filter_complex "drawtext=fontsize=80:fontcolor=black:fontfile=himalaya.ttf:shadowx=1:shadowy=1:text='སྤྱི་སྟེགས':x=0:y=0" -c:v libx264 -b:v 400k -c:a copy output.mp4




The font himalaya.ttf (Microsoft Himalaya) is the default built-in font for Tibetan on Windows 10. (See https://docs.microsoft.com/en-us/typography/font-list/microsoft-himalaya )



I tried
text_shaping=1
andtext_shaping=0
, neither one is working.


I've also tried other Tibetan fonts, problem is the same.



But all of those fonts are rendered correctly in other places such as web browser.


-
Merge commit ’2725f2d40315b56f17c5dffe39dda7d94786302d’
25 septembre 2013, par Michael NiedermayerMerge commit ’2725f2d40315b56f17c5dffe39dda7d94786302d’
* commit ’2725f2d40315b56f17c5dffe39dda7d94786302d’ :
doc/filters : fix an option name in the unsharp docsConflicts :
doc/filters.texiSee : b7b72963e06f21fb985c58100c7d048cfea2736a
Merged-by : Michael Niedermayer <michaelni@gmx.at> -
Issues in integrating ffmpeg with omxil
23 février 2014, par Mayank AgarwalI want to make media player based on OMX IL.I want to use ffmpeg as demuxer.Is there any sample code that shows how to integrate ffmpeg with omxil.Basically i want to give AVFormatContext packets as input to omxil decoder.
Please point me to any docs/sample code.
Regards,
Mayank