Recherche avancée

Médias (91)

Autres articles (70)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

Sur d’autres sites (14824)

  • How can i use live data from an api to livestream using FFMPEG

    17 août 2022, par Steve Mimshak

    I would like to use live data from an api in a live stream video in real time how i did not find any information about how this is possible.

    


    I want to use an ubuntu server with FFMPEG to create the livestream.

    


    Does anyone know how to do it.

    


  • FFmpeg, overlay, black detect, intermission — too much to ask ?

    11 avril 2016, par Timo Mika Gläßer

    I have two streams (see the schematic in the picture below). One is the main video-stream which is constantly on and one is a picture-in-picture stream which have intermissions. Both are fed to ffmpeg as live streams and I want to redistribute them as a merged live stream again.

    Is there a way to either have a static image for the picture-in-picture stream when it has no data (i.e. using blackdetect) or completely hiding it temporarily ?

    Screenlayout

  • How can I add "retro-looking" black round cornert to my videos ?

    4 mars 2020, par user3018558

    I’m looking to add (e.g. overlay) some retro/cinematic effect to my video and specifically the black rounded corners.
    Can this be achieved via ffmpeg ? I’m actually using Handbrake mainly but since it relies on ffmpeg I guess I could pass something as a parameter in Handbrake’s Video/Advanced/options to affect the output file ?

    I mean one option would be to add an overlay I guess like :
    enter image description here

    But considering the input files have different resolution/aspect-ration I would ideally be looking to have this dynamically added to the output file.

    Any idea/tip ?

    Thanks