Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (26)

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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • Qualité du média après traitement

    21 juin 2013, par

    Le bon réglage du logiciel qui traite les média est important pour un équilibre entre les partis ( bande passante de l’hébergeur, qualité du média pour le rédacteur et le visiteur, accessibilité pour le visiteur ). Comment régler la qualité de son média ?
    Plus la qualité du média est importante, plus la bande passante sera utilisée. Le visiteur avec une connexion internet à petit débit devra attendre plus longtemps. Inversement plus, la qualité du média est pauvre et donc le média devient dégradé voire (...)

Sur d’autres sites (3939)

  • 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 !

  • 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

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