Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (60)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • 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 (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (10347)

  • Revision f7bd1274e3 : Enable vpxenc to specify internal coded frame size Added command line flags "re

    9 avril 2014, par Adrian Grange

    Changed Paths :
     Modify /vp8/vp8_cx_iface.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/vp9_cx_iface.c


     Modify /vpx/vpx_encoder.h


     Modify /vpxenc.c



    Enable vpxenc to specify internal coded frame size

    Added command line flags "resize-width" & "resize-height"
    to allow the user to specify the frame size to encode at.

    These two flags are ignored if the "resize-allowed" switch
    is not set to 1.

    All frames in the clip are then encoded at this size, which
    must be smaller than the raw frame size.

    Change-Id : I3d64bd9303d5c0bd678461a866a1ea621700d744

  • avconv : remove a useless line

    6 avril 2014, par Anton Khirnov
    avconv : remove a useless line
    

    Doing anything with that field when we are doing streamcopy (so the
    encoder is not opened) should have absolutely no effect.

    • [DBH] avconv.c
  • avcodec/x86/Makefile : remove duplicate line

    6 mai 2014, par Michael Niedermayer
    avcodec/x86/Makefile : remove duplicate line
    

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

    • [DH] libavcodec/x86/Makefile