Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (104)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • hls : Copy the time base from the chained demuxer

    7 mars 2013, par Michael Niedermayer
    hls : Copy the time base from the chained demuxer
    

    When a variant stream isn’t mpegts but e.g. raw adts, the
    default time base (90k) isn’t correct.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/hls.c
  • How can I change what ffmpeg is displaying in real-time ?

    1er juin 2020, par Draconis

    I would like to take a variety of live video streams (from cameras, RTMP, etc), apply some filters to them, then display them on a screen. So far, ffmpeg has handled all the filtering and compositing perfectly and with very little delay.

    &#xA;&#xA;

    However, I'd also like to be able to swap out the streams in real-time.

    &#xA;&#xA;

    My first thought was to have a separate program read each stream and copy them to FIFOs, which ffmpeg would read from, filter, and display ; this separate program would then handle the "channel changing". Is this the best way to go about it ? Or is there a better solution ?

    &#xA;

  • ffmpeg - executing 2 or more command in one time

    25 avril 2019, par Happy Man

    I have 2 ffmpeg commands, I execute them respectively, they work, but I want to execute them in one time and one command. How to do that ?

    ffmpeg -i 1.mp4 -i logo.png -filter_complex "overlay=main_w-overlay_w-20:20" -codec:a copy 2.mp4

    ffmpeg -i 2.mp4 -i picture.png -filter_complex "overlay=10:10" -codec:a copy 3.mp4