Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (42)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (5031)

  • ffmpeg_opt : Add -start_at_zero option.

    21 octobre 2014, par Rodger Combs
    ffmpeg_opt : Add -start_at_zero option.
    

    This automatically shifts input timestamps to start at 0 instead of the file’s
    starting timestamp when using -copyts.

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

    • [DH] ffmpeg_opt.c
  • ffmpeg_opt : Delete duplicate “hwaccel_output_format” option.

    24 juin 2016, par Jun Zhao
    ffmpeg_opt : Delete duplicate “hwaccel_output_format” option.
    

    Delete duplicate “hwaccel_output_format” option.

    Signed-off-by : Jun Zhao <mypopydev@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] ffmpeg_opt.c
  • lavc/libopenh264enc : Add coder option to replace cabac

    6 mai 2020, par Linjie Fu
    lavc/libopenh264enc : Add coder option to replace cabac
    

    Set DEPRECATED flag to option cabac, replace with coder. The
    priority logic is :
    1. s->coder ; then
    2. avctx->coder_type ; then
    3. s->cabac.

    Change the default option to -1 and allow the default cabac to be
    determined by profile.

    Add FF_API_OPENH264_CABAC macro for cabac to remove this option after
    LIBAVCODEC_VERSION_MAJOR = 59.

    Reviewed-by : Martin Storsjö <martin@martin.st>
    Signed-off-by : Linjie Fu <linjie.fu@intel.com>

    • [DH] libavcodec/libopenh264enc.c
    • [DH] libavcodec/version.h