Recherche avancée

Médias (1)

Mot : - Tags -/vidéo

Autres articles (69)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

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

  • FFMPEG - Padding bottom of image

    13 mars 2021, par John Doe

    Using ffmpeg (in batch file), Is it possible to add whitespace (padding) to the bottom of an image if it is less than 720px in height ?
If the image is 720px or more, do nothing.

    


    Basically, the image should be a minimum of 720px.

    


    I've tried scale and crop but I don't really have a lot of experience so need some help.

    


    Thanks.

    


  • configure : Move COMPONENT_LIST to the bottom of CONFIG_LIST

    5 décembre 2016, par Diego Biurrun
    configure : Move COMPONENT_LIST to the bottom of CONFIG_LIST
    

    This ensures that dependencies are resolved correctly. COMPONENT_LIST
    can contain parts that depend on previous entries of CONFIG_LIST.

    • [DBH] configure
  • same as in tik tok videos the water mark of image with text transition from top to bottom command i need using ffmpeg,

    7 juillet 2021, par Ajay Sharma

    ffmpeg -i vid1.mp4 -i icon.png -filter_complex "[1][0]scale2ref=w='iw*10/100':h='ow/mdar'[wm][vid] ;[vid][wm]overlay=x='if(lt(mod(t,10),5),10,W-w-100)':y='if(lt(mod(t,10),5),10,H-h-50)', drawtext=fontfile=arial_bold.ttf:text='Picshort ID : Khesari_Yadav_Official':x='if(lt(mod(t,10),5),25,W-w-100)':y='if(lt(mod(t,10),5),105,H-h-500)':fontsize=22:fontcolor=white," output2.mp4