Recherche avancée

Médias (91)

Autres articles (71)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • 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

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

Sur d’autres sites (5689)

  • Revision 51c60a891e : make default_interp_filter choice a speed feature This commit changed the hard-

    16 juillet 2014, par Yaowu Xu

    Changed Paths :
     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_speed_features.c


     Modify /vp9/encoder/vp9_speed_features.h



    make default_interp_filter choice a speed feature

    This commit changed the hard-coded DEFAULT_INTERP_FILTER to a speed
    feature with the same default value : SWITCHABLE.

    Change-Id : I7f54f40f1bd3f5277841d04b85db7a84e47313f1

  • Revision 62c6411820 : Remove neon version of vp8 extend borders The code fails the unit test. Speed c

    24 juillet 2014, par Johann

    Changed Paths :
     Modify /test/scale_border_test.cc


     Delete /vpx_scale/arm/neon/vp8_vpxyv12_extendframeborders_neon.asm


     Modify /vpx_scale/arm/neon/yv12extend_arm.c


     Modify /vpx_scale/vpx_scale.mk


     Modify /vpx_scale/vpx_scale_rtcd.pl



    Remove neon version of vp8 extend borders

    The code fails the unit test. Speed comparisons to the C are invalid
    because the code frequently didn’t correctly extend the right and
    bottom portions of the frame.

    Reduce maximum frame size on ARM devices to avoid OOM

    Change-Id : Ia664c86406f0bb8120fd7ad401f32d0bd44994fb

  • Android built in Camera encoder VS FFMPEG --- Speed

    3 novembre 2015, par user3903275

    How does recording a 1080P, H264 encoded video in android camera application is realtime fast but encoding a video in android using FFMPEG is slow at the same video size ?

    I know FFMPEG is a software level encoder and it wont support any hardware features.

    I know camera applications directly get buffer data from camera driver.

    But actually where the difference happens ??

    Why camera application is Realtime fast ???

    Does it use GPU and OpenGL features of the phone to encode the video so that its so realtime fast ??

    Because both Camera Application and FFMPEG runs on same mobile but still camera encodes H264 realtime ???