Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (55)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Changer le statut par défaut des nouveaux inscrits

    26 décembre 2015, par

    Par défaut, lors de leur inscription, les nouveaux utilisateurs ont le statut de visiteur. Ils disposent de certains droits mais ne peuvent pas forcément publier leurs contenus eux-même etc...
    Il est possible de changer ce statut par défaut. en "rédacteur".
    Pour ce faire, un administrateur webmestre du site doit aller dans l’espace privé de SPIP en ajoutant ecrire/ à l’url de son site.
    Une fois dans l’espace privé, il lui faut suivre les menus configuration > Interactivité et activer (...)

Sur d’autres sites (5888)

  • avcodec/mpeg12dec : Sanitize start codes earlier

    20 septembre 2019, par Andreas Rheinhardt
    avcodec/mpeg12dec : Sanitize start codes earlier
    

    The MPEG-1/2 decoder uses avpriv_find_start_code to search for start
    codes and worked with the resulting start code before checking that it
    is really a start code of a slice. In particular, if the picture is so
    big that a slice_vertical_position_extension is present, it added the
    slice_vertical_position_extension as if it had a slice. Then a left
    shift is performed, without making sure that the value to be shifted is
    nonnegative.
    Afterwards the end result is checked, but even if a start code of a
    non-slice has been found, it might pass these checks : If
    slice_vertical_position_extension is present a start code <
    SLICE_MIN_START_CODE can lead to a macroblock-row index that appears
    valid. Furthermore, the left shift might make an invalid start code
    appear valid by discarding the highest bit.
    This has been fixed by checking directly after avpriv_find_start_code
    has returned.

    Fixes ticket #8162 (which is about the undefined left shifts).

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/mpeg12dec.c
  • ffmpeg how to start encoding at live point (not from beginning)

    9 avril 2021, par Jintor

    Is there a way with ffmpeg to start encoding at "live point" (in other words at last encoded frame...)

    &#xA;

    let met explain : 2 ffmpeg process

    &#xA;

    [1] x11grab that is being generated that started a 2:00 pm.... and still continue live (I don't want to stop and continue encoding live)

    &#xA;

    [2] restream the [1] but at live point (at where it is encoding now) not from start...

    &#xA;

    If [2] is being triggered at 2:15 pm, it will load the first frame of [1] (start to encode from 2pm)

    &#xA;

    but I want that it load the last few frames of [1] as a starting point (2:15pm)...

    &#xA;

    I know that I could ffmpeg -i -ss but I have to specify a x number of seconds after -ss...

    &#xA;

    is there a better way ?

    &#xA;

  • How do you start ffserver when the server starts up ? [closed]

    14 mars 2013, par CoryG

    I have ffmpeg's ffserver installed on Ubuntu but want to start it as a daemon feeding it a config file when the server boots, how do I go about doing so ?