Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (79)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (11897)

  • avcodec/hevc : Adjust white-spaces to reduce difference to 064698d381e1e7790f21b0199a8...

    2 novembre 2013, par Michael Niedermayer
    avcodec/hevc : Adjust white-spaces to reduce difference to 064698d381e1e7790f21b0199a8930ea04e2e942
    

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

    • [DH] libavcodec/hevc.c
    • [DH] libavcodec/hevc_cabac.c
    • [DH] libavcodec/hevc_filter.c
    • [DH] libavcodec/hevc_mvs.c
    • [DH] libavcodec/hevc_parser.c
    • [DH] libavcodec/hevc_ps.c
    • [DH] libavcodec/hevc_refs.c
    • [DH] libavcodec/hevc_sei.c
    • [DH] libavcodec/hevcdsp.c
    • [DH] libavcodec/hevcdsp_template.c
    • [DH] libavcodec/hevcpred.c
    • [DH] libavcodec/hevcpred_template.c
  • Revision 1e6a32f1af : SSE2/SSSE3 optimizations and unit test for sub_pixel_avg_variance(). Encoding o

    21 juin 2013, par Ronald S. Bultje

    Changed Paths :
     Modify /test/variance_test.cc


     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/encoder/x86/vp9_subpel_variance.asm


     Modify /vp9/encoder/x86/vp9_variance_sse2.c



    SSE2/SSSE3 optimizations and unit test for sub_pixel_avg_variance().

    Encoding of bus @ 1500kbps (first 50 frames) goes from 3min57 to
    3min35, i.e. approximately a 10.5% speedup. Note that the SIMD versions
    which use a bilinear filter (x_offset & 7 || y_offset & 7) aren't
    perfectly interleaved, and can probably be improved further in the
    future. I've marked this with a few TODOs/FIXMEs in the code.

    Change-Id : I5c9e900c0f0d32e431a50fecae213b510b2549f9

  • Ffmpeg cannot use the text having white space, while adding a text over a video

    13 août 2018, par Shubham Kamlapuri

    I am using ffmpeg to add text over a video, the text can be more than one also. The problem i am facing is with the text having white spaces, ffmpeg is showing the invalid argument.

    My command is like this :-

    ffmpeg -i input -filter_complex drawtext=fontfile=fontpath:fontcolor=0x000000ff:fontsize=121.26316137279886:shadowcolor=0xffffffff:shadowx=0:shadowy=0:bordercolor=0xffffffff:borderw=0:box=1:boxcolor=0x00000000:boxborderw=30:x=284.73258578742804:y=703.5501114572116:enable='between(t,0,9)':text='hello hello' -c:v libx264 -preset ultrafast output

    Error i am facing :

    ffmpeg : Unable to find a suitable output format for ’hello’’

    ffmpeg : hello’ : Invalid argument

    If i am entering text without spaces, it is working perfectly fine, but things are not good with text having spaces. I am stuck at this point from last 2 days, If anybody can help me, will be very helpful !