Recherche avancée

Médias (91)

Autres articles (46)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

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

Sur d’autres sites (4996)

  • 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.
It works well with a video which has an audio stream.
But does not list stream playlists in master.m3u8 when I give a video file without audio as an input.

    


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

    


    #EXTM3U
#EXT-X-VERSION:6


    


    expected :

    


    #EXTM3U
#EXT-X-VERSION:6
#EXT-X-STREAM-INF:BANDWIDTH=415800,RESOLUTION=1280x720,CODECS="avc1.64001f,mp4a.40.2"
prefix_stream_0.m3u8

#EXT-X-STREAM-INF:BANDWIDTH=105600,RESOLUTION=768x432,CODECS="avc1.64001e,mp4a.40.2"
prefix_stream_1.m3u8

#EXT-X-STREAM-INF:BANDWIDTH=105600,RESOLUTION=640x360,CODECS="avc1.64001e,mp4a.40.2"
prefix_stream_2.m3u8

#EXT-X-STREAM-INF:BANDWIDTH=52800,RESOLUTION=426x240,CODECS="avc1.640015,mp4a.40.2"
prefix_stream_3.m3u8


    


  • convert m3u8 into mp4 with ffmpeg (unwatchable on browser)

    29 juin 2022, par tokugawa

    I am trying to convert m3u8 url into mp4 video using ffmpeg on mac.
    
original m3u8 file is master playlist like below.

    


    #EXTM3U
#EXT-X-VERSION:3
#EXT-X-INDEPENDENT-SEGMENTS
#EXT-X-STREAM-INF:BANDWIDTH=733576,AVERAGE-BANDWIDTH=502007,CODECS="avc1.4d4020,mp4a.40.5",RESOLUTION=360x360,FRAME-RATE=25.000
656f4e8407bc25d8103b354996a62154_360w.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=482032,AVERAGE-BANDWIDTH=330739,CODECS="avc1.4d4020,mp4a.40.5",RESOLUTION=240x240,FRAME-RATE=25.000
656f4e8407bc25d8103b354996a62154_240w.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=1052800,AVERAGE-BANDWIDTH=702556,CODECS="avc1.4d4020,mp4a.40.5",RESOLUTION=480x480,FRAME-RATE=25.000
656f4e8407bc25d8103b354996a62154_480w.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=1480312,AVERAGE-BANDWIDTH=1012004,CODECS="avc1.4d4020,mp4a.40.5",RESOLUTION=640x640,FRAME-RATE=25.000
656f4e8407bc25d8103b354996a62154_640w.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=1601760,AVERAGE-BANDWIDTH=1120903,CODECS="avc1.64001f,mp4a.40.5",RESOLUTION=720x720,FRAME-RATE=25.000
656f4e8407bc25d8103b354996a62154_720w.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=2319544,AVERAGE-BANDWIDTH=1579717,CODECS="avc1.64001f,mp4a.40.5",RESOLUTION=960x960,FRAME-RATE=25.000
656f4e8407bc25d8103b354996a62154_960w.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=3865280,AVERAGE-BANDWIDTH=2730512,CODECS="avc1.640020,mp4a.40.5",RESOLUTION=1080x1080,FRAME-RATE=25.000
656f4e8407bc25d8103b354996a62154_1280w.m3u8



    


    command I used to convert is below

    


    ffmpeg -i 'https://v.pinimg.com/videos/mc/hls/65/6f/4e/656f4e8407bc25d8103b354996a62154.m3u8' -c copy -movflags faststart 'output.mp4'


    


    The output file can be watchable on preview, but when I try to play the video on browser (in my case, Chrome) by drag and drop the file, the video wasn't playable.
    
And the output file cannot be played with quicktime player.

    


    Does anyone have solution of this problem ?

    


  • FFMPEG not converting mp3 to ogg

    25 juillet 2013, par nbs189

    I have a php upload script that converts MP3 files after they have been uploaded. I am keeping the mp3 file which is why I am doing it afterwards. A copy is created and then that is converted to ogg. The problem i am having is with FFMPEG as it is just not doing anything. I have never used FFMPEG or a tool like it before, nor have I used PHP's exec() function so I really have no idea how to use it but I have had a thorough look around for my answer before I came here.

    exec("ffmpeg -i ".$target_path."".$hash_filename.".".$path_extension."  ".$hash_filename.".ogg");

    What the function could look like with data instead of variables :

    ffmpeg -i ../uploads/ee78d5deb564901626067cc0008456ed.mp3 ee78d5deb564901626067cc0008456ed.ogg

    I have checked with SSH and FFMPEG is located under the usual usr/bin/ffmpeg. I wondered if I should be targeting the file from where FFMPEG is or where the phpscript is but I have had no luck with either. Perhaps I am still targeting it from the wrong place ?

    I have checked and the codecs required for mp3 to ogg conversion are installed. I did also try adding those codecs into the command but the same thing happened. I understand FFMPEG automatically chooses which codecs to use so I ommited them.