Recherche avancée

Médias (1)

Mot : - Tags -/remix

Autres articles (107)

  • 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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

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

  • avformat/mpegtsenc : Preserve disposition in the absence of language

    3 avril 2021, par Andreas Rheinhardt
    avformat/mpegtsenc : Preserve disposition in the absence of language
    

    Implements ticket #9113.

    Reviewed-by : Marton Balint <cus@passwd.hu>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/mpegtsenc.c
  • 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&#xA;ffmpeg -i test.mp4 -vf "drawtext=fontfile=ntr.ttf:text=&#x27;తెలంగాణ&#x27;:fontcolor=white:fontsize=72:x=(w-text_w)/2:y=(h-text_h)/2" -codec:a copy output.mp4

    &#xA;

    and out put is

    &#xA;

    enter image description here

    &#xA;

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

    &#xA;

    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.&#xA;Thanks

    &#xA;

  • Ffmpeg : switching audio tracks in cartoon for language learning

    18 novembre 2020, par almachuar
      &#xA;
    1. Need to convert multiple-(audio)-language-video to single-audio-stream-video where 2 languages alternate repeatedly.&#xA;(10sec Lang2) + (15sec Lang3) + (10sec Lang2) + (15sec Lang3) + ... and so on till the end.&#xA;I assume it should be done whith piping in and on-the-fly changing audio streams by scripting.
    2. &#xA;

    &#xA;

    I've done audio switching task (with scripting) by lively changing audio languages in video player but need better and crossplatform solution for little kid - preprepared video.

    &#xA;

      &#xA;
    1. Need to adjust loudness on one of the input audio streams, to match overall voice loudness. Level of adjustment determined by myself not automaticly.
    2. &#xA;

    &#xA;