Recherche avancée

Médias (91)

Autres articles (32)

  • 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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (6451)

  • How can I specify domain when downloading m3u8 file in ffmpeg ?

    14 septembre 2022, par Umbrien

    I have .m3u8 file and I am trying to download it like this :

    


    ffmpeg -i file.m3u8 -c copy -bsf:a aac_adtstoasc output.mp4

    


    It gives me errors about downloading it's parts.
I think it's due to the fact that playlist contains partial path to .ts fragments inside without domain in it since this command works fine if i'm specifying URL instead of input file name.

    


    However, I'm using ffmpeg.wasm, which don't have http(s) download support as for now.

    


    I guess maybe I could somehow specify initial domain for m3u8 file's parts so ffmpeg will know from where to download.

    


  • FFmpeg-php installation on cpanel server with CentOS7

    31 août 2020, par Mel

    I installed ffmpeg via below commands but unable to install FFmpeg-php on cpanel server with CentOS7.

    


    Checked articles and found very old version. Please anyone can assist with new FFmpeg-php version and installation steps.

    


    rpm —import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro

    


    rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm

    


    yum install ffmpeg ffmpeg-devel -y

    


    Regards,

    


    Mel

    


  • Downloading ts stream with #EXT-X-DISCONTINUITY-SEQUENCE [ffmpeg]

    29 juin 2018, par MiGu3X

    So I’m using ffmpeg to download streams from the internet but I’m facing a problem with one of them and is that, every once in a while, in the middle of the stream, it goes to some kind of "break" and this #EXT-X-DISCONTINUITY-SEQUENCE tag appears on the .m3u8 files I start to download. I start getting "Non monotuonous DTS" errors on the console and the audio and video start to desync, eventually, I will play the stream once downloaded and it won’t work.

    Is there any way to download with ffmpeg this kind of streams and in some way "skip" the m3u8 files which have this tag or maybe correctly parse them to the video ?

    Hope someone could help me.