Recherche avancée

Médias (91)

Autres articles (42)

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

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

  • Updated Google App Engine Go implementation.

    8 août 2015, par blueimp
    Updated Google App Engine Go implementation.
  • Google Colan installs ffmpeg very slowly

    10 juillet 2020, par apegdro

    I'm using the command ' !apt install ffmpeg' and each time I run it in Google Colab it takes anywhere from 10 to 30-40 minutes to finish loading/installing.

    


    Anyone got a clue on why is that ? And possibly how to fix it ? Everything else I run loads in a matter of seconds or a few minutes.

    


  • Encoding sounds to play in a Google Hangouts app with ffmpeg

    12 mai 2014, par user3463570

    I have a Google Hangouts app and I am trying to let the user play a sound that I provide.

    Google has this covered, with its Audio Resource, but it only accepts specifically encoded sound files, PCM 16 wav files.

    I have been trying to encode my files using ffmpeg, but it does not seem to be working.
    Any idea as to what I am doing wrong ?

    Here is my ffmpeg command line :
    ffmpeg -i sound.mp3 -map_metadata -1 -flags bitexact sound.wav

    Thanks for your help