Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (83)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Les images

    15 mai 2013
  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

Sur d’autres sites (9601)

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