Recherche avancée

Médias (91)

Autres articles (49)

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

  • 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

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

  • Refactored Angular module.

    13 juin 2013, par blueimp
    Refactored Angular module.
    

    Renamed fileupload directive to fileUpload (file-upload in templates)
    for consistency with the service and controllers.
    Preview and Progress directives now use "file-upload-" as prefix as a
    sort of namespace.
    The formatFileSizeFilter now accepts suffix and prefix for the units.
    This allows better localizing for languages which put the unit label
    first.

  • How to run two different FFmpeg commands parallelly ?

    3 mai 2019, par SWAPDROiD

    I have one Intent service to work in background to execute compressing video file command because I want to compress video file upto 30GB (4KVideo), but meanwhile I want to run video merge, trim, rotate, add music commands as well, so how can I ?

    Because it giving me below error :

    FFmpegCommandAlreadyRunningException : FFmpeg command is already running, you are only allowed to run single command at a time

    Please provide me any alternative solution for that

  • Live audio streaming from IP camera/rtsp to website

    16 décembre 2018, par Peter Pihlmann Pedersen

    I have a Dahua IP camera with a microphone. I would like to get the audio stream playing on a website like a live radio.

    I have a raspberry pi which I was planning to use with ffmpeg, but I haven’t had much success in bridging the gap between that and my website to form an audio stream.

    • Can this be done via sftp/ftp with mp3 files and some fancy php/javascript to play like a live radio ?

    • Do I need to use another service ? (would like to minimise costs as much as possible !)

    Thanks !

    Peter