Advanced search

Medias (91)

Other articles (21)

  • Le profil des utilisateurs

    12 April 2011, by

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Librairies et logiciels spécifiques aux médias

    10 December 2010, by

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel; FFMpeg avec le maximum de décodeurs et (...)

  • Submit enhancements and plugins

    13 April 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

On other websites (4473)

  • How to escape all special characters for ffmpeg drawtext filter in java

    28 March 2022, by ezwrighter

    Does anyone have a good recipe for escaping all of the special characters (',%,\,:,,) from a String in java, that will be used in an ffmpeg drawtext filter chain? Trying to use replaceAll with different combinations of escaping has been an exercise in frustration!

    



    
String myTextString = "Bob's special\cool mix:stuff @ 40% off";
Runtime.getRuntime().exec(new String[] { "ffmpeg",...., "filter_complex", "drawtext=enable='between(t,0,10)':x=10:y=10:fontfile=Roboto-Black.ttf:text='" + myTextString + "':fontcolor=#a43ddb:fontsize=14", ... });


    



    ffmpeg drawtext filter: https://ffmpeg.org/ffmpeg-filters.html#drawtext-1

    


  • build: Special-case handling of SDL CFLAGS

    2 March 2017, by Diego Biurrun
    build: Special-case handling of SDL CFLAGS
    

    SDL adds some "special" CFLAGS that interfere with building normal
    binaries. Capture those CFLAGS separately and avoid adding them to
    the general CFLAGS.

    • [DBH] configure
  • Revision 1e5f25ecc8: Remove special case vp9_decode_coefs_4x4 This code was only called in the BPRED

    4 April 2013, by John Koleszar

    Changed Paths: Modify /vp9/decoder/vp9_decodframe.c Modify /vp9/decoder/vp9_detokenize.c Modify /vp9/decoder/vp9_detokenize.h Remove special case vp9_decode_coefs_4x4 This code was only called in the BPRED case, but had no real special case associated with it. Made BPRED behave like all other (...)