Recherche avancée

Médias (91)

Autres articles (62)

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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (13040)

  • How do I know every "stream_specifier" avaiable to use on FFMPEG ?

    18 octobre 2023, par Leonardo Reis

    I only want to know every stream specifier I can use for parameters like "-c:v" or "-c:a".

    


    For example, I'm trying to process a video to the stdout file using the command ffmpeg -f concat -i names.txt -c:v h264_nvenc -f mpeg2video pipe:1, but it took me a while to find out that "h264_nvenc ". Is there any way I can know these values for the different parameters from ffmpeg ? In the documentations there are a lot of examples of the different parameters that are avaiable, but not about the values we can apply on them.

    


    Sorry for the bad english :/

    


  • Can I use ffserver to stream multiple video files from multiple users ?

    4 août 2017, par zeroh7

    First, forgive me for not having good English.

    I learned about ffmpeg and I’m studying it.

    I have a question, but I can not find any related documents on the Internet.

    Here are my questions.

    1. Can I use ffserver to stream multiple video files from multiple users ?

    2. Can I use the ffmpeg command to generate and destroy a feed in server.conf

    please : )

  • Ignore Connection Error on Multiple Rtsp Stream in FFmpeg

    17 décembre 2022, par Onur Külekci

    Sorry for my bad English. My problem is ;
ffmpeg command closes completely when one of the streams cannot be reached while multicasting. when it can't reach a single rtsp address, how can it ignore it and continue broadcasting from the others ?

    


    Example ;

    


    ffmpeg -i rtsp://5.63.151.4:443/atv/atv2 -map 0 c:\atv.flv -i rtsp://live.sabah.com.tr:443/ahaber/ahaber3 -map 1 c:\ahaber.flv


    


    if it can't reach the 2nd link, keep playing the first one

    


    Thank you !