Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (48)

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (6102)

  • fate/checkasm : add LPC test to list

    22 septembre 2022, par Lynne
    fate/checkasm : add LPC test to list
    
    • [DH] tests/fate/checkasm.mak
  • ffmpeg list video devices with batch script to variables

    5 août 2020, par ubul

    I use the ffmpeg -stats -hide_banner -list_devices true -f dshow -i dummy command to list all video and audio devices, and I need to get all Alternative name From "DirectShow video devices" (just video devices) with batch script.

    


    I'm start with this : ffmpeg output parse in batch script (first answer)

    


    Can someone more experienced to help me with this task ? Thanks in advance !

    


  • How to generate m3u8 from a list of files in ffmpeg ?

    5 février 2018, par Blurry Script

    Let’s say I have this list of files :
    audios :

    file1.mp3 //audiotrack 1
    file2.mp3 //audiotrack 2
    file3.mp3 //audiotrack 3

    subtitles :

    file1.vtt //subtitle 1
    file2.vtt //subtitle 2
    file3.vtt //subtitle 3

    videos :

    file1_320x280.mp4 //video quality 1
    file2_640x11024.mp4 //video quality 2
    file3_1200x1600.mp4 //video quality 3

    how to convert with FFMPEG all this files to .TS fragments with a m3u8 file ?

    also will the video.js HLS extension allow the user to choose the quality ?