Recherche avancée

Médias (91)

Autres articles (31)

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

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

  • ffmpeg download multiple m3u8 link from txt file

    8 septembre 2023, par Shashank

    I have a list of multiple m3u8 links in a text file. I want to download m3u8 video using ffmpeg from m3u8_urls.txt and want to set output file name from another text file(output_name.txt).

    


    I tried ffmpeg but I am able to download only one by one by changing link.

    


    I want to loop that process automatically.

    


  • How to download a specific part of the video ?

    26 décembre 2023, par Mohammad Kazemian

    Do you know a library that allows us to download a video instead of the whole video, only a specific part of that video ?
I checked and it seems that this can be done with ffmpeg, but using ffmpeg increases the size of the apk file very much.
I could not find a small version of ffmpeg

    


  • download livestream real-time data

    15 juillet 2024, par Chenguang He

    I'm working on a project to design a RTMP server in Java to get livestream data and download to flv file. One requirement is that to capture the real-time data, I need to download the recording for every second instead of downloading entire recording when livestream stop. Is there any way to achieve it ? Thanks

    


    tried to download stream into byte array for every second and decode to flv using H.264 but didn't work.