Recherche avancée

Médias (91)

Autres articles (106)

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

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

  • How to get h264 video info ?

    3 janvier 2016, par Zelenov

    How can I get specific h264 video information from video file ? I need to know profile (Baseline/Main/High) and is there B-Frames in movie ?

  • linux video loop : write to named pipe

    5 mars 2012, par puchu

    I am going to create funny video today :P. I am looking for utility that will loop video and write it to named pipe. I like ffmpeg to compress video that's why I am doing :

    mkfifo video.looped
    ffmpeg -i video.looped ...

    but how to write to this pipe looped video ? I found a very common solution :

    mencoder -o video.looped ... video video video ...

    and it works great. but is there something more comfortable ? something like :

    mplayer -fixed-vo -loop 5 video -dumpstream -dumpfile video.looped

    but this does not work. only first video went into pipe

  • Video to FLV code in php

    18 janvier 2012, par freelanceinphp

    I am looking for efficient and easy to implement code which work for media file to flv conversion.

    Please give me some referral sites or links.