Recherche avancée

Médias (91)

Autres articles (73)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

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

  • NReco video to sequence of bitmaps

    15 octobre 2016, par Christine

    How can I convert video to a sequence of bitmaps ? I need every frame one by one and process them in memory (no disc output).

    I chose NReco.VideoConverter but not sure which method can do this. I understand that FFMpegConverter.GetVideoThumbnail() is useless, since you can extract image only based on time input.

    Can I use FFMpegConverter.ConvertMedia() ? Please, how ? I’ve been searching for hours.

  • Merge mp3 files having different bitrate using ffmpeg [closed]

    9 janvier 2013, par XCoder

    ffmpeg -i "concat:file1.mp3|file2.mp3" -acodec copy output.mp3

    This command works fine if file1.mp3 & file2.mp3 have same bit-rates.

    I've been searching for past 4 hours but found nothing on how to merge mp3 files having different bit-rates.

    I have two different mp3's having bitrates of 128Kbps & 192Kbps. How to merge them to form a single mp3 file.

  • FFMPEG play in HTML while converting

    26 novembre 2016, par OwenHoward

    Hello :)

    I need to be able to display any popular video format (MKV, FLV, MP4,...) inside a browser WHILE converting. To do this I’ve turned to FFMPEG to convert any video to .ovg and spent hours on Google, forums and in documentation but I can’t find a way to play the converted video real-time.

    Does anyone know how you can play a video in HTML while FFMPEG is still converting it ?