Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (73)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (10506)

  • Anomalie #2954 (Nouveau) : chevauchement titre rubrique et logo

    8 mars 2013, par chan kalan

    si le titre à une certaine taille et certains mots il chevauche le logo qui est en position:absolute , alors que s’il était en float:left avec quelques marges on éviterait ça ? je sais pas trop s’il faut faire un second ticket : le même soucis de position existe sur le lien .plusdinfos en colonne (...)

  • How can I connect drawtext to filter complex for change logo size ?

    19 novembre 2016, par parsa

    I want to have a text and a logo on video. for this I used below code.
    I want to change size of logo by scale2ref,but I don’t know how can I connect scale2ref with drawtext.

     ffmpeg -i 4k.mp4 -i http://test.ir/LogoPath/VideoLogo.png?v
       =C7Xfha6ri0yut2x9a5XpIA -filter_complex [0:v]drawtext=fontfile=OpenSansRegular.ttf:text=parsa:fontcolor=white:box=1:r=25:boxcolor=black@0.3:boxborderw=3:fontsize=85:x=85:y=(h-text_h-85)[text];[text][1:v]scale2ref=-1:120[0v]
       [logo];[logo][0v]overlay=W-w-85:85[v] -map [v] -map 0:a out1.mp4

    top code return this error :

    [libx264 @ 00000000004ea0c0] width not divisible by 2 (271x120)
    Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height

    This below code works when I don’t use scale2ref and the video output has logo with defualt size and the text.

     ffmpeg -i 4k.mp4 -i http://test.ir/LogoPath/VideoLogo.png?v
       =C7Xfha6ri0yut2x9a5XpIA -filter_complex [0:v]drawtext=fontfile=OpenSansRegular.ttf:text=parsa:fontcolor=white:box=1:r=25:boxcolor=black@0.3:boxborderw=3:fontsize=85:x=85:y=(h-text_h-85)[text];[text][1:v]overlay=W-w-85:85[v] -map [v] -map 0:a out1.mp4

    How can I connect drawtext to filter complex for change logo size ?

  • avfilter/delogo : Check that logo area is inside the picture

    10 mai 2016, par Jean Delvare
    avfilter/delogo : Check that logo area is inside the picture
    

    We can only remove the logo if it is inside the picture. We need at
    least one pixel around the logo area for interpolation.

    Fixes ticket #5527 (Delogo crash with x=0 and/or y=0).

    Signed-off-by : Jean Delvare <jdelvare@suse.com>
    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/vf_delogo.c