Recherche avancée

Médias (91)

Autres articles (59)

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

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

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

  • ffmpeg open remote video with high latency while gstreamer not

    30 octobre 2014, par madcc

    I use MJPEG-Streamer to send my remote camera video via wifi. I use such command to see video :

    gstreamer :

    gst-launch -v souphttpsrc location= "http://192.168.1.1:8080/?action=stream&type=.mjpg" do-timestamp=true is_live=true ! multipartdemux ! jpegdec ! autovideosink

    ffmpeg :

    ffplay "http://192.168.1.1:8080/?action=stream&type=.mjpg"

    or :

    ffplay "http://192.168.1.1:8080/?action=stream&type=.mjpg" -fflags nobuffer

    however the ffplay has a high latency up to 3 10 seconds in my test, while the gstreamer
    show almost no latency.

    when using localhost MJPEG-Streamer, both two methods show low latency. so what’s the reason ? and how to decrease the latency ?

    more detail :

    I want to use opencv to capture a remote camera,my opencv compile with ffmpeg support but without gstreamer support ( I tried but failed,the cmake seemed to not find my gstreamer,I don’t know which gstreamer library to install in opensuse 13.1), I can get the video in opencv but with high latency,so I compared ffmpeg with gstreamer,the result is as above.so how to decrease the latency ? I read this link,but still no solution.

    thank you.

  • Revision 2080e4b206 : Fix high bit-depth loop-filter sse2 compiling issue - part 1 The intrinsic stat

    24 février 2015, par Jingning Han

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



    Fix high bit-depth loop-filter sse2 compiling issue - part 1

    The intrinsic statement _mm_subs_epi16() should take immediate.
    Feeding variable as its input argument will cause compile failure
    in older version gcc.

    Change-Id : I6a71efcc8d3b16b84715e0a9bcfa818494eea3f4

  • x86util : Reduce code size of high bit-depth AVX LOAD_DIFF

    15 janvier 2017, par Henrik Gramner
    x86util : Reduce code size of high bit-depth AVX LOAD_DIFF
    

    AVX supports unaligned memory operands which makes the SATD code a bit denser.

    • [DH] common/x86/x86util.asm