Recherche avancée

Médias (0)

Mot : - Tags -/latitude

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

Autres articles (99)

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

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (7666)

  • fate : disable fate-ra4-288, the code uses floats and does not produce the same result...

    17 septembre 2014, par Michael Niedermayer
    fate : disable fate-ra4-288, the code uses floats and does not produce the same results on different platforms
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] tests/fate/real.mak
  • Revision 805078a1bf : build : convert rtcd.sh to perl significantly speeds up file generation. the go

    24 février 2014, par James Zern

    Changed Paths :
     Add /build/make/rtcd.pl


     Delete /build/make/rtcd.sh


     Modify /libs.mk


     Add /vp8/common/rtcd_defs.pl


     Delete /vp8/common/rtcd_defs.sh


     Modify /vp8/vp8_common.mk


     Add /vp9/common/vp9_rtcd_defs.pl


     Delete /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/vp9_common.mk


     Modify /vpx_scale/vpx_scale.mk


     Add /vpx_scale/vpx_scale_rtcd.pl


     Delete /vpx_scale/vpx_scale_rtcd.sh



    build : convert rtcd.sh to perl

    significantly speeds up file generation.

    the goal of this change is to convert rtcd.sh to perl as directly as
    possible to allow for simple comparison. future changes can make it more
    perl-like.

    — -
    Linux
    [CREATE] vpx_scale_rtcd.h
    real 0m0.485s -> 0m0.022s
    [CREATE] vp8_rtcd.h
    real 0m4.619s -> 0m0.060s
    [CREATE] vp9_rtcd.h
    real 0m10.102s -> 0m0.087s

    Windows
    [CREATE] vpx_scale_rtcd.h
    real 0m8.360s -> 0m0.080s
    [CREATE] vp8_rtcd.h
    real 1m8.083s -> 0m0.160s
    [CREATE] vp9_rtcd.h
    real 2m6.489s -> 0m0.233s

    Change-Id : Idfb71188206c91237d6a3c3a81dfe00d103f11ee

  • Error in streaming video over java socket using xuggler

    18 avril 2014, par user3548066

    Although the video is streaming the console is full of repetitive errors and the video freezes after about 20 seconds.

    CLIENTSIDE :

    [Thread-4] ERROR org.ffmpeg - [vfwcap @ 0551F420] real-time buffer 90% full! frame dropped!
    [Thread-4] ERROR org.ffmpeg - [vfwcap @ 0551F420] real-time buffer 90% full! frame dropped!
    [Thread-4] ERROR org.ffmpeg - [vfwcap @ 0551F420] real-time buffer 90% full! frame dropped!
    [Thread-4] ERROR org.ffmpeg - [vfwcap @ 0551F420] real-time buffer 90% full! frame dropped!
    [Thread-4] ERROR org.ffmpeg - [vfwcap @ 0551F420] real-time buffer 121% full! frame dropped!
    [Thread-4] ERROR org.ffmpeg - [vfwcap @ 0551F420] real-time buffer 90% full! frame dropped!
    [Thread-4] ERROR org.ffmpeg - [vfwcap @ 0551F420] real-time buffer 90% full! frame dropped!
    [Thread-4] ERROR org.ffmpeg - [vfwcap @ 0551F420] real-time buffer 90% full! frame dropped!
    [Thread-4] ERROR org.ffmpeg - [vfwcap @ 0551F420] real-time buffer 90% full! frame dropped!
    [Thread-4] ERROR org.ffmpeg - [vfwcap @ 0551F420] real-time buffer 90% full! frame dropped!
    [Thread-4] ERROR org.ffmpeg - [vfwcap @ 0551F420] real-time buffer 90% full! frame dropped!
    [Thread-4] ERROR org.ffmpeg - [vfwcap @ 0551F420] real-time buffer 90% full! frame dropped!

    SERVERSIDE :

    Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
       at com.xuggle.xuggler.demos.VideoImage$ImageComponent$ImageRunnable.run(VideoImage.java:103)
       at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
       at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
       at java.awt.EventQueue.access$200(EventQueue.java:103)
       at java.awt.EventQueue$3.run(EventQueue.java:694)
       at java.awt.EventQueue$3.run(EventQueue.java:692)
       at java.security.AccessController.doPrivileged(Native Method)
       at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
       at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
       at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
       at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
       at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
       at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
       at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
       at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)