Recherche avancée

Médias (0)

Mot : - Tags -/médias

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (77)

  • Les statuts des instances de mutualisation

    13 mars 2010, par

    Pour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
    Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (8390)

  • How to replace a current ffmpeg command with another without stopping the broadcast

    27 juin 2021, par timimi

    I would like to know if I can replace a current ffmpeg command with another without stopping the broadcast.
I explain
I have this ffmpeg command :

    


    ffmpeg   -stream_loop -1  -i myvideo1   -c:v libx264 -preset ultrafast  -c:a copy  -f flv rtmp://myoutputlive


    


    Now if I want to make another scene with ffmpeg after some times

    


    ffmpeg   -stream_loop -1  -i sound   -i  image.png   drawtext  drawbox    -c:v libx264 -preset ultrafast  -c:a copy  -f flv rtmp://myoutputlive


    


    How to replace the first ffmpeg command by the new without down the broadcast ?

    


  • h264 : update the current bit depth/chroma type in init_slice_header()

    12 avril 2015, par Anton Khirnov
    h264 : update the current bit depth/chroma type in init_slice_header()
    

    With frame threading, it is currently only updated in the context where
    the change occurs, but not in any other contexts.

    • [DH] libavcodec/h264_slice.c
  • FFmpeg teletex current time in output

    13 juin 2019, par HPa

    I take subtitles from teletext page from my own dvbt stream.
    Subtitles are displayed for some local information services and movies
    I need to change the default output :

    1  
    00:00:00,040 --> 1193:02:47,335  
    To zna¾ j@ ksi@dz czy nie?

    2  
    00:00:04,000 --> 1193:02:51,295  
    Wygl@da na to, ¼e Kornaccy  
    wynaj—li babk— z brzuchem.

    3  
    00:00:08,440 --> 1193:02:55,735  
    Jak to si— nazywa? Surygatka.  
    Surogatka.

    to output with current system time :

    15:40:21,040 --> 1193:02:47,335  
    To zna¾ j@ ksi@dz czy nie?

    15:40:24,000 --> 1193:02:51,295  
    Wygl@da na to, ¼e Kornaccy  
    wynaj—li babk— z brzuchem.

    15:40:30,440 --> 1193:02:55,735  
    Jak to si— nazywa? Surygatka.  
    Surogatka.

    Command :

    ffmpeg -txt_format text -txt_page 777 -i http://localhost:11000/bysid/1 output.srt