Recherche avancée

Médias (91)

Autres articles (89)

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

Sur d’autres sites (8205)

  • doc/platform : replace link to site arrozcru.org with link to ffmpeg.zeranoe.com

    20 novembre 2012, par Stefano Sabatini

    doc/platform : replace link to site arrozcru.org with link to ffmpeg.zeranoe.com

  • avfilter/signature_lookup : Avoid branch when adding to linked list

    14 février 2024, par Andreas Rheinhardt
    avfilter/signature_lookup : Avoid branch when adding to linked list
    

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavfilter/signature_lookup.c
  • Master m3u8 file does not list streams

    23 septembre 2021, par kamoloff

    I have a video and I want to transcode it into hls using ffmpeg-python.&#xA;It works well with a video which has an audio stream.&#xA;But does not list stream playlists in master.m3u8 when I give a video file without audio as an input.

    &#xA;

    problem : master.m3u8 is not listing stream, only contains :

    &#xA;

    #EXTM3U&#xA;#EXT-X-VERSION:6&#xA;

    &#xA;

    expected :

    &#xA;

    #EXTM3U&#xA;#EXT-X-VERSION:6&#xA;#EXT-X-STREAM-INF:BANDWIDTH=415800,RESOLUTION=1280x720,CODECS="avc1.64001f,mp4a.40.2"&#xA;prefix_stream_0.m3u8&#xA;&#xA;#EXT-X-STREAM-INF:BANDWIDTH=105600,RESOLUTION=768x432,CODECS="avc1.64001e,mp4a.40.2"&#xA;prefix_stream_1.m3u8&#xA;&#xA;#EXT-X-STREAM-INF:BANDWIDTH=105600,RESOLUTION=640x360,CODECS="avc1.64001e,mp4a.40.2"&#xA;prefix_stream_2.m3u8&#xA;&#xA;#EXT-X-STREAM-INF:BANDWIDTH=52800,RESOLUTION=426x240,CODECS="avc1.640015,mp4a.40.2"&#xA;prefix_stream_3.m3u8&#xA;

    &#xA;