Recherche avancée

Médias (3)

Mot : - Tags -/Valkaama

Autres articles (91)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (15483)

  • Write text on the video and display on the player with the best conditions

    10 novembre 2016, par Nabi K.A.Z.

    I have this code for watermark a text on the video :

    ffmpeg -i out.mp4 -vf "drawtext=fontfile='arialbd.ttf': font=arialbd: text='SiteName.local': fontsize=18: fontcolor=white: x=10:y=h-th-10" -acodec copy -y out2.mp4

    Then I want to play it by jwplayer.

    When I input a video with normal size (ex. 500x300px), all things is ok and it’s preview player :

    500x300px
    (The text on image is with good size.)

    But if the video has big size (ex. 1500x900px) it’s preview player :

    1500x900px
    (The text on image is illegible.)

    Or if the video has very small size (ex. 150x90px) it’s preview player :

    150x90px
    (The text on image is covered on video.)

    I know reason of this happen is fontsize in ffmpeg command.

    Now I thinks must get width and height of the video and then with calculation and discovery of a formula, and find the best fontsize for usage. If you agree, what’s the best formula ?!

    Or maybe I should not use fontsize ! and I can use parameters in ffmpeg command for reach the goal ?!

    What’s your idea ?

  • avformat/libsrt : poll for error conditions as well

    14 février 2020, par Marton Balint
    avformat/libsrt : poll for error conditions as well
    

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/libsrt.c
  • lavf/asfdec : Simplify the check conditions

    15 juin 2019, par Jun Zhao
    lavf/asfdec : Simplify the check conditions
    

    Simplify the check conditions

    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] libavformat/asfdec_o.c