Recherche avancée

Médias (1)

Mot : - Tags -/sintel

Autres articles (58)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

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

  • Download m3u8 playlist and merge into one C#

    10 août 2014, par trinvh

    Solution 1 :

    I tried this by using create a ffmpeg wrapper, read output from cmd with following command :

    -i \"{m3u8-url-for-download}\" -y -c copy -bsf:a aac_adtstoasc \"{destination-filename}\"

    I can get duration, current state for downloading. Everything seems be ok. However sometimes it crashed and I can’t detect why. It isn’t ALWAYS, but SOMETIME.

    Solution 2 :

    I download m3u8 playlist file and get contents within it. It contains an array *.ts file url that I can easily download by using HttpClient. But I don’t know how to combine these *.ts file into one mp4 file that keeps their format.

    Are there other solutions for doing this ?

  • Download ffmpeg dlls with aforge

    16 juin 2014, par Thilina Dimantha

    where can I download ffmpeg with aforge as .dll files. I need to use ffmpeg with aforge in my c# project. I don’t need any wrappers. Need only dlls. I need to add reference for ffmpeg.dll.
    And it must contain aforge dlls as well. I downloaded aforge zip. I tried Aforge.ffmpeg.dll. But it doesn’t work. So where can I download working ffmpeg namespace for aforge ?

  • how to copy/download each m3u8 .ts file to diffrent folder using ffmpeg ?

    21 mai 2014, par user1788736

    hi all can any tell me how to copy each .ts file found in m3u8 to different folder with same ts file names.I don’t want to merge all ts files to one big file. I just want copy them to different folder .For example if there is 10 .ts url in m3u8 i want to all those 10 .ts file downloaded to a specific folder using ffmpeg.