Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (37)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

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

Sur d’autres sites (6260)

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