Recherche avancée

Médias (0)

Mot : - Tags -/interaction

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

Autres articles (24)

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

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

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

Sur d’autres sites (3744)

  • Convert audio from old video game

    23 août 2019, par Jan Bürger

    I have some audiofiles from an old video game in a very rare format,
    22050 hz, 2 channel, 4 bit, PCM (not ADPCM).

    Is there any tool around to convert that in any modern format ?
    I tried ffplay -ac 2 -acodec adpcm_ima_apc -i $audiofile but that did not work out (it played back, but in a terrible quality)

    I uploaded one of the files here (Be sure to use the right download-button, not the one from the add) :
    https://www.file-upload.net/download-13698824/Morningmood.wav.html

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