Recherche avancée

Médias (1)

Mot : - Tags -/punk

Autres articles (105)

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (16398)

  • How to make all the edit in just one command ?

    2 août 2023, par bartche

    I'm new to ffmpeng so perdon me if it is a stupid question but I've been trying to put these 2 lines together and everytime it show me some different error.

    


    Command that runs first :

    


    ffmpeg -i input.mp4 -filter_complex pad="in_w:in_h+150:0:0",subtitles="subtitle.srt:force_style='Fontsize=24,PrimaryColour=&H000CCFF&,Bold,Shadow=12'" -vcodec libx264 output.mp4


    


    Command that runs second :

    


    ffmpeg -i output.mp4 -i input2.mp4 -filter_complex "[1][0]scale2ref=iw:iw*(1/2)[sat][ep];[ep][sat]vstack",pad="in_w:in_h+240:0:-120",drawtext="fontfile=/home/ubuntu/test/rhumasinera.ttf:text='My Text Here':fontcolor=red:fontsize=82:x=15:y=30",drawtext="fontfile=/home/ubuntu/test/rhumasinera.ttf:text='My Text Here':fontcolor=red:fontsize=82:x=15:y=880" -vcodec libx264 output2.mp4


    


    Not sure what I'm doing wrong since it works running the commands separateded. Wanting to do just in one code to make it faster.

    


  • Facebook Look Back and Dynamic Rendering [on hold]

    6 février 2014, par goo

    Facebook launched last month the Look Back page.

    Here at our company we've developed a few projects similar to it, but never dynamically rendering a video on the server side just like Facebook seems to do.

    Our solution was always overlaying elements with Flash in a background video like Lost in Val Sinestra.

    how can I create a dynamically rendered video in server side ?
    Is ffmpeg suitable for this ?

    Is there another tool that can do it ?

    Thanks

  • vp9 : move VP9SharedContext back to the top of VP9Context

    19 septembre 2017, par Hendrik Leppkes
    vp9 : move VP9SharedContext back to the top of VP9Context
    

    VP9SharedContext needs to be the first member so its properties can be
    safely accessed from hardware accelerators, without the need to share
    the full VP9Context.

    Fixes ticket #6674.

    • [DH] libavcodec/vp9dec.h