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)

  • Speed up video with FFmpeg with low I-frame distance [on hold]

    5 May 2014, by Kevin Chromik

    I got a video with 60 fps and h264 encoded (.mp4), audio layer is removed. Now I want to speed up the video 4x faster with FFmpeg, but I would like to have a very low I-frame distance to be able to perform very precise and fast seeking. I don’t need a high compression. Does someone has an idea how I could achieve that?

    Thanks in advance.

  • FFMPEG - Reduce speed / framerate of resulting video?

    29 April 2014, by shikata

    I’m using this commnand in order to convert a set of JPGs into a video. The code works but the resulting video is too fast

    exec('ffmpeg -y -f image2 -i img%d.jpg video.mpg 2>&1 >/dev/null', $output, $exit_status);

    I’ve tried to add -r 15 before the output file name but it didn’t work.

    Here what I’ve tried but didn’t work :

    exec('ffmpeg -y -f image2 -i img%d.jpg -r 15 video.mpg 2>&1 >/dev/null', $output, $exit_status);

    Any hints would be highly appreciated

  • Revision d928b34efe: Allow full RD TX size search for GF/ALT at speed 2 For speed 3 and above, such

    21 April 2014, by Yaowu Xu

    Changed Paths:
     Modify /vp9/encoder/vp9_speed_features.c



    Allow full RD TX size search for GF/ALT at speed 2

    For speed 3 and above, such search is only allowed at speed 3.
    The change helped cif and stdhd set by 1.2% and .7% in compression,
    but increased the encoding time by around 5%.

    Change-Id: Ifa4832327f1c1bef3decb032ceb769cbf50e059f