Recherche avancée

Médias (0)

Mot : - Tags -/médias

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (51)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (7552)

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