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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (9370)

  • Revision 7e0d0de211 : Refactor inverse_transform_block argument list Replace block index with transfo

    8 juillet 2015, par Jingning Han

    Changed Paths :
     Modify /vp9/decoder/vp9_decodeframe.c



    Refactor inverse_transform_block argument list

    Replace block index with transform type in the argument list. This
    allows to save an extra fetch to the prediction mode. For pedestrian
    area 1080p coded at 5 Mbps with single tile, the average decoding
    speed goes up from 80.55 fps (before the refactoring series) to
    81.13 fps.

    Change-Id : Icbebf84ce63c19c0c92f3690ed201f6c3eab7881

  • Rendering images starting from the last image

    5 juillet 2016, par M.M

    I have a series of images (named : example001.jpg to example100.jpg) and I want to output a video for these images starting from the last picture and back to the first one (i.e., in descending order).
    I use the folloing command :

    ffmpeg -r 10 -i example%03d.png -start_number 100 output.mp4

    But, the output video is not showing the desired video.
    What is wrong in the used command ?

  • how to add transition effect in between images of video using ffmpeg

    12 juin 2018, par p.jadhav

    i want to add trasition effect in video like explod,slide in,slide down,flying out,flying in,quart part in etc..

    i used ffmpeg to create video from series of images.but ffmpeg only provide fade in and fade out trasition.if any other way to do that then also tell me.

    i spend lots of day but not get any solution.Please help me.