Recherche avancée

Médias (0)

Mot : - Tags -/presse-papier

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

Autres articles (96)

  • 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

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (7087)

  • How to make video player using ffmpeg and sdl for Android ?

    14 décembre 2012, par user1890849

    I want to make a video player using ffmpeg and sdl for android. I had already compiled Tutorial07.c from ffmpeg on Laptop. How compile it for Android using SDL ?

  • Revision d73d621e5d : vp9_subpixel_8t_intrin_ssse3.c : make some tables static + fix formatting Chang

    19 février 2014, par James Zern

    Changed Paths :
     Modify /vp9/common/x86/vp9_subpixel_8t_intrin_ssse3.c



    vp9_subpixel_8t_intrin_ssse3.c : make some tables static

    + fix formatting

    Change-Id : I344d4de089d03e403f0c7b3e64aeb7086cce86ac

  • How to make a PAN faster/slower speed with FFmpeg ?

    27 février 2019, par Duty Alex

    I have an image named "input.png" 1920x7580 px and i want to make a PAN across it from top to bottom. My current code is :

    ffmpeg -loop 1 -i input.png -vf crop=1920:1080:0:n -frames:v 6500 out.mkv

    My video duration with this default speed is 4:20 (260 second). The scrolling down speed is 25 pixels per second.

    How i increase/decrease this speed without changing the video FPS (25 fps) ? For example my video duration to be 3 minutes.

    Thank you !