Recherche avancée

Médias (91)

Autres articles (59)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

Sur d’autres sites (6038)

  • Download video from a url [on hold]

    27 mai 2018, par Emilio Maingi

    I’m writing a program to download a video when given a link to the video. From my research i have learned that i am supposed to use ffmpeg to do the conversion and download. But my ffmpeg does not execute. I have tried shell_exec() and exec() but none of them seem to be working. Can somebody help me with some guidelines to get the videos downloadable from any video site like youtube, vimeo, twitch tv. I’ll appreciate any ideas that will come through. Thanks

  • How FFmpeg multi-threaded download ts segment in m3u8 file ?

    22 juin 2021, par xichun lin

    I am using ffmpeg to download the ts in the m3u8 file and merge them into an mp4 file,Use the following command line:

    



    ffmpeg -i <source m3u8="m3u8" file="file"> -c copy target.mp4&#xA;</source>

    &#xA;&#xA;

    Although it can work, but I found the download speed is very slow, bandwidth utilization is very low, so I would like to know if ffmpeg can be set to multi-threaded download to speed up the download speed ?

    &#xA;

  • linux : m3u8 : how to manually download and create an mp4 from segments listed in .m3u8

    28 juillet 2024, par Santhosh

    I have an .m3u8 url i.e http://example.com/test.m3u8

    &#xA;&#xA;

    I can download it by ffmpeg command :

    &#xA;&#xA;

    ffmpeg -y -loglevel verbose -i "http://example.com/test.m3u8" -c copy -f mpegts test.mp4&#xA;

    &#xA;&#xA;

    But i am trying to do this manually :

    &#xA;&#xA;

    I tried the following :

    &#xA;&#xA;

    1) download the m3u8 file :

    &#xA;&#xA;

    wget -O test.m3u8 "http://example.com/test.m3u8"&#xA;

    &#xA;&#xA;

    2) then download each segment into a folder :

    &#xA;&#xA;

    aria2c -i test.m3u8&#xA;

    &#xA;&#xA;

    this downloads all the .ts files in the folder.

    &#xA;&#xA;

    3) then i combine them

    &#xA;&#xA;

    cat *.ts > out.ts&#xA;

    &#xA;&#xA;

    4) then i try to convert to mp4 :

    &#xA;&#xA;

    $ ffmpeg -i out.ts -c:v libx264 outputfilename.mp4&#xA;ffmpeg version 3.4.2 Copyright (c) 2000-2018 the FFmpeg developers&#xA;  built with gcc 7.3.0 (GCC)&#xA;  configuration: --prefix=/usr --disable-debug --disable-static --disable-stripping --enable-avisynth --enable-avresample --enable-fontconfig --enable-gmp --enable-gnutls --enable-gpl --enable-ladspa --enable-libass --enable-libbluray --enable-libfreetype --enable-libfribidi --enable-libgsm --enable-libiec61883 --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libv4l2 --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxcb --enable-libxml2 --enable-libxvid --enable-shared --enable-version3 --enable-omx&#xA;  libavutil      55. 78.100 / 55. 78.100&#xA;  libavcodec     57.107.100 / 57.107.100&#xA;  libavformat    57. 83.100 / 57. 83.100&#xA;  libavdevice    57. 10.100 / 57. 10.100&#xA;  libavfilter     6.107.100 /  6.107.100&#xA;  libavresample   3.  7.  0 /  3.  7.  0&#xA;  libswscale      4.  8.100 /  4.  8.100&#xA;  libswresample   2.  9.100 /  2.  9.100&#xA;  libpostproc    54.  7.100 / 54.  7.100&#xA;out.ts: Invalid data found when processing input&#xA;

    &#xA;&#xA;

    I am getting the following the above error finally. Invalid data found when processing input. Also i heard these files are encrypted. So i am not sure about how to do this.

    &#xA;&#xA;

    Below is an example .m3u8 file :

    &#xA;&#xA;

    #EXTM3U&#xA;#EXT-X-VERSION:5&#xA;#EXT-X-PLAYLIST-TYPE:VOD&#xA;#EXT-X-MEDIA-SEQUENCE:0&#xA;#EXT-X-TARGETDURATION:5&#xA;#UPLYNK-SEGMENT: fadd0d418aea4c5da8b87feec9b0acbc,00000000,segment&#xA;#UPLYNK-KEY:https://content-aapm1.uplynk.com/check?b=fadd0d418aea4c5da8b87feec9b0acbc&amp;v=fadd0d418aea4c5da8b87feec9b0acbc&#xA;#EXT-X-PROGRAM-DATE-TIME:2018-06-01T05:25:50.630000&#x2B;00:00&#xA;#EXT-X-KEY:METHOD=AES-128,URI="https://content-aapm1.uplynk.com/check2?b=fadd0d418aea4c5da8b87feec9b0acbc&amp;v=fadd0d418aea4c5da8b87feec9b0acbc&amp;r=g",IV=0x00000000000000000000000000000000&#xA;#EXTINF:4.0960,&#xA;https://stgec-ausw-tmp.uplynk.com/80C078/ausw/slices/fad/10b98e7c615f43a98b180d51797e74aa/fadd0d418aea4c5da8b87feec9b0acbc/G00000000.ts?x=0&amp;si=0&#xA;#EXT-X-KEY:METHOD=AES-128,URI="https://content-aapm1.uplynk.com/check2?b=fadd0d418aea4c5da8b87feec9b0acbc&amp;v=fadd0d418aea4c5da8b87feec9b0acbc&amp;r=g",IV=0x00000000000000000000000000000001&#xA;#EXTINF:4.0960,&#xA;https://stgec-ausw-tmp.uplynk.com/80C078/ausw/slices/fad/10b98e7c615f43a98b180d51797e74aa/fadd0d418aea4c5da8b87feec9b0acbc/G00000001.ts?x=0&amp;si=0&#xA;#EXT-X-KEY:METHOD=AES-128,URI="https://content-aapm1.uplynk.com/check2?b=fadd0d418aea4c5da8b87feec9b0acbc&amp;v=fadd0d418aea4c5da8b87feec9b0acbc&amp;r=g",IV=0x00000000000000000000000000000002&#xA;#EXTINF:4.0960,&#xA;https://stgec-ausw-tmp.uplynk.com/80C078/ausw/slices/fad/10b98e7c615f43a98b180d51797e74aa/fadd0d418aea4c5da8b87feec9b0acbc/G00000002.ts?x=0&amp;si=0&#xA;#EXT-X-KEY:METHOD=AES-128,URI="https://content-aapm1.uplynk.com/check2?b=fadd0d418aea4c5da8b87feec9b0acbc&amp;v=fadd0d418aea4c5da8b87feec9b0acbc&amp;r=g",IV=0x00000000000000000000000000000003&#xA;#EXTINF:4.0960,&#xA;https://stgec-ausw-tmp.uplynk.com/80C078/ausw/slices/fad/10b98e7c615f43a98b180d51797e74aa/fadd0d418aea4c5da8b87feec9b0acbc/G00000003.ts?x=0&amp;si=0&#xA;#EXT-X-KEY:METHOD=AES-128,URI="https://content-aapm1.uplynk.com/check2?b=fadd0d418aea4c5da8b87feec9b0acbc&amp;v=fadd0d418aea4c5da8b87feec9b0acbc&amp;r=g",IV=0x00000000000000000000000000000004&#xA;#EXTINF:4.0960,&#xA;https://stgec-ausw-tmp.uplynk.com/80C078/ausw/slices/fad/10b98e7c615f43a98b180d51797e74aa/fadd0d418aea4c5da8b87feec9b0acbc/G00000004.ts?x=0&amp;si=0&#xA;#EXT-X-KEY:METHOD=AES-128,URI="https://content-aapm1.uplynk.com/check2?b=fadd0d418aea4c5da8b87feec9b0acbc&amp;v=fadd0d418aea4c5da8b87feec9b0acbc&amp;r=g",IV=0x00000000000000000000000000000005&#xA;#EXTINF:4.0960,&#xA;https://stgec-ausw-tmp.uplynk.com/80C078/ausw/slices/fad/10b98e7c615f43a98b180d51797e74aa/fadd0d418aea4c5da8b87feec9b0acbc/G00000005.ts?x=0&amp;si=0&#xA;#EXT-X-KEY:METHOD=AES-128,URI="https://content-aapm1.uplynk.com/check2?b=fadd0d418aea4c5da8b87feec9b0acbc&amp;v=fadd0d418aea4c5da8b87feec9b0acbc&amp;r=g",IV=0x00000000000000000000000000000006&#xA;#EXTINF:4.0960,&#xA;https://stgec-ausw-tmp.uplynk.com/80C078/ausw/slices/fad/10b98e7c615f43a98b180d51797e74aa/fadd0d418aea4c5da8b87feec9b0acbc/G00000006.ts?x=0&amp;si=0&#xA;#EXT-X-KEY:METHOD=AES-128,URI="https://content-aapm1.uplynk.com/check2?b=fadd0d418aea4c5da8b87feec9b0acbc&amp;v=fadd0d418aea4c5da8b87feec9b0acbc&amp;r=g",IV=0x00000000000000000000000000000007&#xA;#EXTINF:4.0960,&#xA;https://stgec-ausw-tmp.uplynk.com/80C078/ausw/slices/fad/10b98e7c615f43a98b180d51797e74aa/fadd0d418aea4c5da8b87feec9b0acbc/G00000007.ts?x=0&amp;si=0&#xA;#EXT-X-KEY:METHOD=AES-128,URI="https://content-aapm1.uplynk.com/check2?b=fadd0d418aea4c5da8b87feec9b0acbc&amp;v=fadd0d418aea4c5da8b87feec9b0acbc&amp;r=g",IV=0x00000000000000000000000000000008&#xA;#EXTINF:4.0960,&#xA;https://stgec-ausw-tmp.uplynk.com/80C078/ausw/slices/fad/10b98e7c615f43a98b180d51797e74aa/fadd0d418aea4c5da8b87feec9b0acbc/G00000008.ts?x=0&amp;si=0&#xA;#EXT-X-KEY:METHOD=AES-128,URI="https://content-aapm1.uplynk.com/check2?b=fadd0d418aea4c5da8b87feec9b0acbc&amp;v=fadd0d418aea4c5da8b87feec9b0acbc&amp;r=g",IV=0x00000000000000000000000000000009&#xA;#EXTINF:4.0960,&#xA;https://stgec-ausw-tmp.uplynk.com/80C078/ausw/slices/fad/10b98e7c615f43a98b180d51797e74aa/fadd0d418aea4c5da8b87feec9b0acbc/G00000009.ts?x=0&amp;si=0&#xA;#EXT-X-KEY:METHOD=AES-128,URI="https://content-aapm1.uplynk.com/check2?b=fadd0d418aea4c5da8b87feec9b0acbc&amp;v=fadd0d418aea4c5da8b87feec9b0acbc&amp;r=g",IV=0x0000000000000000000000000000000A&#xA;#EXTINF:4.0960,&#xA;https://stgec-ausw-tmp.uplynk.com/80C078/ausw/slices/fad/10b98e7c615f43a98b180d51797e74aa/fadd0d418aea4c5da8b87feec9b0acbc/G0000000A.ts?x=0&amp;si=0&#xA;#EXT-X-KEY:METHOD=AES-128,URI="https://content-aapm1.uplynk.com/check2?b=fadd0d418aea4c5da8b87feec9b0acbc&amp;v=fadd0d418aea4c5da8b87feec9b0acbc&amp;r=g",IV=0x0000000000000000000000000000000B&#xA;#EXTINF:4.0960,&#xA;https://stgec-ausw-tmp.uplynk.com/80C078/ausw/slices/fad/10b98e7c615f43a98b180d51797e74aa/fadd0d418aea4c5da8b87feec9b0acbc/G0000000B.ts?x=0&amp;si=0&#xA;#EXT-X-KEY:METHOD=AES-128,URI="https://content-aapm1.uplynk.com/check2?b=fadd0d418aea4c5da8b87feec9b0acbc&amp;v=fadd0d418aea4c5da8b87feec9b0acbc&amp;r=g",IV=0x0000000000000000000000000000000C&#xA;#EXTINF:4.0960,&#xA;https://stgec-ausw-tmp.uplynk.com/80C078/ausw/slices/fad/10b98e7c615f43a98b180d51797e74aa/fadd0d418aea4c5da8b87feec9b0acbc/G0000000C.ts?x=0&amp;si=0&#xA;#EXT-X-KEY:METHOD=AES-128,URI="https://content-aapm1.uplynk.com/check2?b=fadd0d418aea4c5da8b87feec9b0acbc&amp;v=fadd0d418aea4c5da8b87feec9b0acbc&amp;r=g",IV=0x0000000000000000000000000000000D&#xA;#EXTINF:4.0960,&#xA;https://stgec-ausw-tmp.uplynk.com/80C078/ausw/slices/fad/10b98e7c615f43a98b180d51797e74aa/fadd0d418aea4c5da8b87feec9b0acbc/G0000000D.ts?x=0&amp;si=0&#xA;#EXT-X-KEY:METHOD=AES-128,URI="https://content-aapm1.uplynk.com/check2?b=fadd0d418aea4c5da8b87feec9b0acbc&amp;v=fadd0d418aea4c5da8b87feec9b0acbc&amp;r=g",IV=0x0000000000000000000000000000000E&#xA;#EXTINF:4.0960,&#xA;https://stgec-ausw-tmp.uplynk.com/80C078/ausw/slices/fad/10b98e7c615f43a98b180d51797e74aa/fadd0d418aea4c5da8b87feec9b0acbc/G0000000E.ts?x=0&amp;si=0&#xA;#EXT-X-KEY:METHOD=AES-128,URI="https://content-aapm1.uplynk.com/check2?b=fadd0d418aea4c5da8b87feec9b0acbc&amp;v=fadd0d418aea4c5da8b87feec9b0acbc&amp;r=g",IV=0x0000000000000000000000000000000F&#xA;#EXTINF:4.0960,&#xA;https://stgec-ausw-tmp.uplynk.com/80C078/ausw/slices/fad/10b98e7c615f43a98b180d51797e74aa/fadd0d418aea4c5da8b87feec9b0acbc/G0000000F.ts?x=0&amp;si=0&#xA;#EXT-X-KEY:METHOD=AES-128,URI="https://content-aapm1.uplynk.com/check2?b=fadd0d418aea4c5da8b87feec9b0acbc&amp;v=fadd0d418aea4c5da8b87feec9b0acbc&amp;r=g",IV=0x00000000000000000000000000000010&#xA;#EXTINF:4.0960,&#xA;https://stgec-ausw-tmp.uplynk.com/80C078/ausw/slices/fad/10b98e7c615f43a98b180d51797e74aa/fadd0d418aea4c5da8b87feec9b0acbc/G00000010.ts?x=0&amp;si=0&#xA;#EXT-X-KEY:METHOD=AES-128,URI="https://content-aapm1.uplynk.com/check2?b=fadd0d418aea4c5da8b87feec9b0acbc&amp;v=fadd0d418aea4c5da8b87feec9b0acbc&amp;r=g",IV=0x00000000000000000000000000000011&#xA;#EXTINF:4.0960,&#xA;https://stgec-ausw-tmp.uplynk.com/80C078/ausw/slices/fad/10b98e7c615f43a98b180d51797e74aa/fadd0d418aea4c5da8b87feec9b0acbc/G00000011.ts?x=0&amp;si=0&#xA;#EXT-X-KEY:METHOD=AES-128,URI="https://content-aapm1.uplynk.com/check2?b=fadd0d418aea4c5da8b87feec9b0acbc&amp;v=fadd0d418aea4c5da8b87feec9b0acbc&amp;r=g",IV=0x00000000000000000000000000000012&#xA;#EXTINF:4.0960,&#xA;https://stgec-ausw-tmp.uplynk.com/80C078/ausw/slices/fad/10b98e7c615f43a98b180d51797e74aa/fadd0d418aea4c5da8b87feec9b0acbc/G00000012.ts?x=0&amp;si=0&#xA;#EXT-X-KEY:METHOD=AES-128,URI="https://content-aapm1.uplynk.com/check2?b=fadd0d418aea4c5da8b87feec9b0acbc&amp;v=fadd0d418aea4c5da8b87feec9b0acbc&amp;r=g",IV=0x00000000000000000000000000000013&#xA;#EXTINF:4.0960,&#xA;https://stgec-ausw-tmp.uplynk.com/80C078/ausw/slices/fad/10b98e7c615f43a98b180d51797e74aa/fadd0d418aea4c5da8b87feec9b0acbc/G00000013.ts?x=0&amp;si=0&#xA;#EXT-X-KEY:METHOD=AES-128,URI="https://content-aapm1.uplynk.com/check2?b=fadd0d418aea4c5da8b87feec9b0acbc&amp;v=fadd0d418aea4c5da8b87feec9b0acbc&amp;r=g",IV=0x00000000000000000000000000000014&#xA;#EXTINF:4.0960,&#xA;https://stgec-ausw-tmp.uplynk.com/80C078/ausw/slices/fad/10b98e7c615f43a98b180d51797e74aa/fadd0d418aea4c5da8b87feec9b0acbc/G00000014.ts?x=0&amp;si=0&#xA;#EXT-X-KEY:METHOD=AES-128,URI="https://content-aapm1.uplynk.com/check2?b=fadd0d418aea4c5da8b87feec9b0acbc&amp;v=fadd0d418aea4c5da8b87feec9b0acbc&amp;r=g",IV=0x00000000000000000000000000000015&#xA;#EXTINF:4.0960,&#xA;https://stgec-ausw-tmp.uplynk.com/80C078/ausw/slices/fad/10b98e7c615f43a98b180d51797e74aa/fadd0d418aea4c5da8b87feec9b0acbc/G00000015.ts?x=0&amp;si=0&#xA;#EXT-X-KEY:METHOD=AES-128,URI="https://content-aapm1.uplynk.com/check2?b=fadd0d418aea4c5da8b87feec9b0acbc&amp;v=fadd0d418aea4c5da8b87feec9b0acbc&amp;r=g",IV=0x00000000000000000000000000000016&#xA;#EXTINF:4.0960,&#xA;https://stgec-ausw-tmp.uplynk.com/80C078/ausw/slices/fad/10b98e7c615f43a98b180d51797e74aa/fadd0d418aea4c5da8b87feec9b0acbc/G00000016.ts?x=0&amp;si=0&#xA;#EXT-X-KEY:METHOD=AES-128,URI="https://content-aapm1.uplynk.com/check2?b=fadd0d418aea4c5da8b87feec9b0acbc&amp;v=fadd0d418aea4c5da8b87feec9b0acbc&amp;r=g",IV=0x00000000000000000000000000000017&#xA;#EXTINF:4.0960,&#xA;https://stgec-ausw-tmp.uplynk.com/80C078/ausw/slices/fad/10b98e7c615f43a98b180d51797e74aa/fadd0d418aea4c5da8b87feec9b0acbc/G00000017.ts?x=0&amp;si=0&#xA;#EXT-X-KEY:METHOD=AES-128,URI="https://content-aapm1.uplynk.com/check2?b=fadd0d418aea4c5da8b87feec9b0acbc&amp;v=fadd0d418aea4c5da8b87feec9b0acbc&amp;r=g",IV=0x00000000000000000000000000000018&#xA;#EXTINF:4.0960,&#xA;https://stgec-ausw-tmp.uplynk.com/80C078/ausw/slices/fad/10b98e7c615f43a98b180d51797e74aa/fadd0d418aea4c5da8b87feec9b0acbc/G00000018.ts?x=0&amp;si=0&#xA;#EXT-X-KEY:METHOD=AES-128,URI="https://content-aapm1.uplynk.com/check2?b=fadd0d418aea4c5da8b87feec9b0acbc&amp;v=fadd0d418aea4c5da8b87feec9b0acbc&amp;r=g",IV=0x00000000000000000000000000000019&#xA;#EXTINF:4.0960,&#xA;https://stgec-ausw-tmp.uplynk.com/80C078/ausw/slices/fad/10b98e7c615f43a98b180d51797e74aa/fadd0d418aea4c5da8b87feec9b0acbc/G00000019.ts?x=0&amp;si=0&#xA;#EXT-X-KEY:METHOD=AES-128,URI="https://content-aapm1.uplynk.com/check2?b=fadd0d418aea4c5da8b87feec9b0acbc&amp;v=fadd0d418aea4c5da8b87feec9b0acbc&amp;r=g",IV=0x0000000000000000000000000000001A&#xA;#EXTINF:4.0960,&#xA;https://stgec-ausw-tmp.uplynk.com/80C078/ausw/slices/fad/10b98e7c615f43a98b180d51797e74aa/fadd0d418aea4c5da8b87feec9b0acbc/G0000001A.ts?x=0&amp;si=0&#xA;#EXT-X-KEY:METHOD=AES-128,URI="https://content-aapm1.uplynk.com/check2?b=fadd0d418aea4c5da8b87feec9b0acbc&amp;v=fadd0d418aea4c5da8b87feec9b0acbc&amp;r=g",IV=0x0000000000000000000000000000001B&#xA;#EXTINF:4.0960,&#xA;https://stgec-ausw-tmp.uplynk.com/80C078/ausw/slices/fad/10b98e7c615f43a98b180d51797e74aa/fadd0d418aea4c5da8b87feec9b0acbc/G0000001B.ts?x=0&amp;si=0&#xA;#EXT-X-KEY:METHOD=AES-128,URI="https://content-aapm1.uplynk.com/check2?b=fadd0d418aea4c5da8b87feec9b0acbc&amp;v=fadd0d418aea4c5da8b87feec9b0acbc&amp;r=g",IV=0x0000000000000000000000000000001C&#xA;#EXTINF:3.6405,&#xA;https://stgec-ausw-tmp.uplynk.com/80C078/ausw/slices/fad/10b98e7c615f43a98b180d51797e74aa/fadd0d418aea4c5da8b87feec9b0acbc/G0000001C.ts?x=0&amp;si=0&#xA;#EXT-X-ENDLIST&#xA;

    &#xA;