Recherche avancée

Médias (91)

Autres articles (105)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

Sur d’autres sites (13496)

  • Revision ec1d8387e1 : Add 64x64 sub_pel_variance Neon function On Nexus 7 speed -5, -6, -7, and -8 sa

    14 janvier 2015, par Frank Galligan

    Changed Paths :
     Modify /test/variance_test.cc


     Modify /vp9/common/vp9_rtcd_defs.pl


     Modify /vp9/encoder/arm/neon/vp9_variance_neon.c



    Add 64x64 sub_pel_variance Neon function

    On Nexus 7 speed -5, -6, -7, and -8 saw about a 15% increase
    in perf for 480p. Speeds -5, -6, -7, and -8 saw about a 10%
    increase in perf for 720p.

    Tested on Nexus 7, built with ndk r10d, gcc 4.9.

    Change-Id : I2fa5315845e3021c9a6e2ea47e52e68b398d8334

  • Revision 6e7e1cf32f : Add Neon intrinsics for vp9_avg_8x8_neon On Nexus 7 speed -5, -6, -7, and -8 sa

    15 janvier 2015, par Frank Galligan

    Changed Paths :
     Modify /test/vp9_avg_test.cc


     Modify /vp9/common/vp9_rtcd_defs.pl


     Add /vp9/encoder/arm/neon/vp9_avg_neon.c


     Modify /vp9/vp9cx.mk



    Add Neon intrinsics for vp9_avg_8x8_neon

    On Nexus 7 speed -5, -6, -7, and -8 saw about a 1% increase
    in perf for 480p. Speeds -5, -6, -7, and -8 saw about a 1.5%
    increase in perf for 720p.

    Tested on Nexus 7, built with ndk r10d, gcc 4.9.

    Change-Id : Ibf17ebfd952a6aec941719bd8306df8ec4574bee

  • Speed up part of video using ffmpeg

    19 décembre 2016, par midtiby

    I’m recording screencasts and some part of the recorded screencasts I would like to speed up using a command line tool like ffmpeg.

    I know that it is possible to use ffmpeg to speed up an entire video with a command like (source)

    ffmpeg -i input.mkv -filter:v "setpts=0.5*PTS" output.mkv

    Is it possible to only apply the speedup in certain regions in the video. Eg. from 10 to 15 seconds and again from 50 to 60 seconds ? Something similar seems to be possible using the program slowmoVideo.