Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (45)

  • 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 les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (7804)

  • avcodec/huffyuvenc : Remove redundant call

    1er octobre 2022, par Andreas Rheinhardt
    avcodec/huffyuvenc : Remove redundant call
    

    All codecs here have the FF_CODEC_CAP_INIT_CLEANUP set,
    so ff_huffyuv_common_end() will be called automatically
    in encode_end() on error.

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

    • [DH] libavcodec/huffyuvenc.c
  • avformat/assenc : Fix potential NULL + 1

    14 mars 2023, par Andreas Rheinhardt
    avformat/assenc : Fix potential NULL + 1
    

    Incrementing a NULL pointer is undefined behaviour,
    yet this is what would happen in case trailer were NULL
    before the check.

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

    • [DH] libavformat/assenc.c
  • avcodec/libmp3lame : Remove redundant av_packet_unref()

    13 mars 2023, par Andreas Rheinhardt
    avcodec/libmp3lame : Remove redundant av_packet_unref()
    

    The AVPacket given to an encoder's encode callback
    is unreferenced generically on error.

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

    • [DH] libavcodec/libmp3lame.c