Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (107)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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 ;

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

Sur d’autres sites (19477)

  • 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

  • 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>

  • 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.

    &#xA;&#xA;

    for example :

    &#xA;&#xA;

    &#xA;

    སྤྱི་སྟེགས

    &#xA;

    &#xA;&#xA;

    Expected render output

    &#xA;&#xA;

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

    &#xA;&#xA;

    Actual render output

    &#xA;&#xA;

    and this is my command line for generating the output :

    &#xA;&#xA;

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

    &#xA;&#xA;

    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 )

    &#xA;&#xA;

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

    &#xA;&#xA;

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

    &#xA;&#xA;

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

    &#xA;