Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (59)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

  • movie creation from images using ffmpeg

    6 août 2015, par user1391023

    Im trying to create a movie from list of images using ffmpeg
    The command which i use is
    ffmpeg -framerate 1 -pattern_type glob -r 30 -i ’*.jpg’ -s ’1280x720’ 1.mp4

    The problem i am facing is some movies are created but some were not

    getting error something like this

    swscaler @ 0x1664700] deprecated pixel format used, make sure you did set range correctly
    [output stream 0:0 @ 0x167af40] 100 buffers queued in output stream 0:0, something may be wrong.

    can anyone provide me ffmpeg command that converts images to movie in all scenario.

  • Revision a2746d7096 : examples.mk : quiet vcproj script exec by default the full command line can be s

    4 août 2015, par James Zern

    Changed Paths :
     Modify /examples.mk



    examples.mk : quiet vcproj script exec by default

    the full command line can be seen with V=1 as with the other gen*
    scripts

    Change-Id : Id045b57e0f9af17d82d79201bbc1241b25a2b821

  • Created a black frame movie using ffmpeg

    28 juillet 2015, par Yunxiao Jia

    ffmpeg -i "data%04d_Projection_z_temperature_density.png" -r 47 -b 14M Projection_test_movie.mp4

    This is the command i have used, the output seems fine, but when I open it with realplayer, it just plain back. Need Help, thank you !