Advanced search

Medias (91)

Other articles (105)

  • Encoding and processing into web-friendly formats

    13 April 2011, by

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 April 2011, by

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Gestion de la ferme

    2 March 2010, by

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

On other websites (12572)

  • ffmpeg using downloaded google font

    10 June 2021, by ekato

    I am using the following code to hardsub the video and it works perfectly.

    


    ffmpeg -i "pure.mkv" -lavfi "subtitles=pure.mkv:force_style='Alignment=10,Fontsize=18'" -c:a copy "output.mkv"


    


    I would like to use a google font link, I am using the following code, but the subtitle font is still the original one.

    


    ffmpeg -i "pure.mkv" -vf "subtitles=pure.mkv:force_style='Alignment=10,Fontsize=18,fontfile="c\:\\Users\\...\\Bfont.ttf"'" -c:a copy "output.mkv"


    


    I have totally no idea what could be the problem.

    


  • aarch64: vp9itxfm: Use the right lane sizes in 8x8 for improved readability

    3 January 2017, by Martin Storsjö
    aarch64: vp9itxfm: Use the right lane sizes in 8x8 for improved readability
    

    Signed-off-by: Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/aarch64/vp9itxfm_neon.S
  • avcodec/tiff_common: fix bprint max sizes

    29 September 2013, by Michael Niedermayer
    avcodec/tiff_common: fix bprint max sizes
    

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

    • [DH] libavcodec/tiff_common.c
    • [DH] tests/ref/fate/exif-image-jpg