Recherche avancée

Médias (0)

Mot : - Tags -/signalement

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

Autres articles (19)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (6695)

  • Does ffmpeg support indianness build (little indian or big indian)

    18 novembre 2014, par Shivraj Patil

    Can I build ffmpeg for particular architecture stating this architecture is big or little indian.

  • Revision c74bf6d889 : Update CHANGELOG for v1.4.0 (Indian Runner Duck) release Change-Id : Id31b4da40c

    3 avril 2015, par Johann

    Changed Paths :
     Modify /CHANGELOG



    Update CHANGELOG for v1.4.0 (Indian Runner Duck) release

    Change-Id : Id31b4da40c484aefc1236f5cc568171a9fd12af2

  • FFmpeg text is not rendering for indian local language font

    7 mars 2023, par Konduri Sai Aditya

    FFmpeg unable to render the local language font using drawtext. Below is the command
ffmpeg -i test.mp4 -vf "drawtext=fontfile=ntr.ttf:text='తెలంగాణ':fontcolor=white:fontsize=72:x=(w-text_w)/2:y=(h-text_h)/2" -codec:a copy output.mp4

    


    and out put is

    


    enter image description here

    


    On the above the used Telugu font ntr , text is తెలంగాణ.If we compare the text the output text characters are not rendered properly.

    


    Let me know what the issue was. I tried with a couple of languages too but it failed.It would be grateful if anyone could help me.
Thanks