Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (107)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

Sur d’autres sites (10122)

  • Create dynamic playlist in ffmpeg

    12 juillet 2017, par Ahmad Ali Mukashaty

    I want to stream videos countinuously so I create this playlist (test.txt)

    file ’test1.mp4’

    file ’test2.mp4’

    file ’test3.mp4’

    and I use this command in ffmpeg to run playlist

    ffmpeg -re -f concat -i test.txt -b:v 2.5M -c:v libx264 -acodec aac -f mpegts udp://127.0.0.1:1234?pkt_size=188&buffer_size=3M

    But is there a way to add files to run after this playlist without interrupt streaming or Make the process moves to another playlist When the first one ends

    I am looking for any way to stream other movies after playlist finish during the process running (without interrupt streaming)

    please help me

  • Create dynamic playlist in ffmpeg

    12 octobre 2016, par Ahmad Ali Mukashaty

    I want to stream videos countinuously so I create this playlist (test.txt)

    file ’test1.mp4’

    file ’test2.mp4’

    file ’test3.mp4’

    and I use this command in ffmpeg to run playlist

    ffmpeg -re -f concat -i test.txt -b:v 2.5M -c:v libx264 -acodec aac -f mpegts udp://127.0.0.1:1234?pkt_size=188&buffer_size=3M

    But is there a way to add files to run after this playlist without interrupt streaming or Make the process moves to another playlist When the first one ends

    I am looking for any way to stream other movies after playlist finish during the process running (without interrupt streaming)

    please help me

  • How can I create video thumbnails in different Folders in ffmpeg ?

    1er janvier 2020, par termnlencodes

    I’m trying to generate video thumbnails for all my video collection using ffmpeg. Downside is, I don’t know how to create them in they’re respective folders.

    Example : Videos are in the following folders ;

    C :/Media/TV Show/<showname></showname>/<seasonnum></seasonnum>/

    C :/Media/Movies/<moviename></moviename>/

    I want to generate the thumbnails under and folders.

    Here’s the script I’m using rn and I don’t know what to add on it.

    Hope somebody can help me.
    Edit : Whenever I create the thumbnails there’s a ".1" after the file extension. How can I remove it ?