Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (49)

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

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

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

Sur d’autres sites (7036)

  • How to overlay two videos with blend filter in ffmpeg

    17 avril 2016, par carlosacns

    I need to do a lot of videos with the next specifications :

    • A background video (bg.mp4)
    • Overlay a sequence of png images img1.png to img300.png (img%d.png) with a rate of 30 fps
    • Overlay a video with dust effects using a blend-lighten filter (dust.mp4)
    • Scale all the inputs to 1600x900 and if the input have not the aspect ratio, then crop them.
    • Specify the duration of the output-video to 10 sec (is the duration of image sequence at 30fps).

    I’ve being doing a lot of test with different commands but always shows error.

  • How to overlay two videos with blend filter in ffmpeg

    30 août 2019, par Carlos Angulo

    I need to do a lot of videos with the next specifications :

    • A background video (bg.mp4)
    • Overlay a sequence of png images img1.png to img300.png (img%d.png) with a rate of 30 fps
    • Overlay a video with dust effects using a blend-lighten filter (dust.mp4)
    • Scale all the inputs to 1600x900 and if the input have not the aspect ratio, then crop them.
    • Specify the duration of the output-video to 10 sec (is the duration of image sequence at 30fps).

    I’ve being doing a lot of test with different commands but always shows error.

  • Additionals : Add notEqualTo method

    17 février 2015, par robotdan
    Additionals : Add notEqualTo method
    

    New method ‘notEqualTo’ that delegates to the equalTo method and
    returns the inverted value.

    Closes #1020