Recherche avancée

Médias (0)

Mot : - Tags -/logo

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (53)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

Sur d’autres sites (5385)

  • dashenc : default to one AdaptationSet per stream

    29 janvier 2017, par Peter Große
    dashenc : default to one AdaptationSet per stream
    

    Previously all mapped streams of a media type (video, audio) where assigned
    to a single AdaptationSet. Using the DASH live profile it is mandatory, that
    the segments of all representations are aligned, which is currently not
    enforced. This leads to problems when using video streams with different
    key frame intervals. So to play safe, default to one AdaptationSet per stream,
    unless overwritten by explicit assignment.

    To get the old assignment scheme, use

    -adaptation_sets "id=0,streams=v id=1,streams=a"

    Signed-off-by : Peter Große <pegro@friiks.de>
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/dashenc.c
  • lavc/qsvenc : disable h264 look_ahead by default

    1er mars 2018, par Zhong Li
    lavc/qsvenc : disable h264 look_ahead by default
    

    Look_ahead can provide quality improvements, but would better disable it by default due to some reasons :
    1. It is only available for some codecs (e.g. HEVC is not supported) on Intel
    Haswell and plus platforms. Thus means it will be failed on some platforms.
    2. It significantly increases encoding latency and memory consumption.
    3. It may overwrite some other options such as CBR and CAVLC.

    Signed-off-by : Zhong Li <zhong.li@intel.com>
    Signed-off-by : Mark Thompson <sw@jkqxz.net>

    • [DH] libavcodec/qsvenc_h264.c
  • doc/filters/scale : do not explicitly state the default swscale flags value

    11 octobre 2013, par Stefano Sabatini
    doc/filters/scale : do not explicitly state the default swscale flags value
    

    This is done is order to avoid the need of synching scale with libswscale
    docs in case the libswscale default changes.

    • [DH] doc/filters.texi