Recherche avancée

Médias (0)

Mot : - Tags -/diogene

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (52)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains 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, par

    Pré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 2013

    Puis-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 Zhang

    I'm trying to use ffmpeg drawtext filter to render Tibetan text to videos. But some characters aren't rendered correctly.

    



    for example :

    



    


    སྤྱི་སྟེགས

    


    



    Expected render output

    



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

    



    Actual render output

    



    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 and text_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 Niedermayer
    Merge commit ’2725f2d40315b56f17c5dffe39dda7d94786302d’
    

    * commit ’2725f2d40315b56f17c5dffe39dda7d94786302d’ :
    doc/filters : fix an option name in the unsharp docs

    Conflicts :
    doc/filters.texi

    See : b7b72963e06f21fb985c58100c7d048cfea2736a
    Merged-by : Michael Niedermayer <michaelni@gmx.at>

  • Issues in integrating ffmpeg with omxil

    23 février 2014, par Mayank Agarwal

    I 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