Advanced search

Medias (91)

Other articles (63)

  • Use, discuss, criticize

    13 April 2011, by

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 March 2010, by

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3); le plugin champs extras v2 nécessité par (...)

  • Configuration spécifique d’Apache

    4 February 2011, by

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

On other websites (9631)

  • avutil/hwcontext_dxva2: add ARGB format

    7 August 2021, by Soft Works
    avutil/hwcontext_dxva2: add ARGB format
    

    Required for uploading frames with alpha for qsv_overlay
    (v2: remove tab indent)

    Signed-off-by: softworkz <softworkz@hotmail.com>
    Signed-off-by: Marton Balint <cus@passwd.hu>

    • [DH] libavutil/hwcontext_dxva2.c
  • avutil/opt: fix mis-alignment of option and constant values for filter help

    13 October 2021, by Soft Works
    avutil/opt: fix mis-alignment of option and constant values for filter help
    

    Before:

    overlay AVOptions:
    x <string> ..FV....... set the x expression (default "0")
    y <string> ..FV....... set the y expression (default "0")
    eof_action <int> ..FV....... Action to take when encountering EOF from secondary input (from 0 to 2) (default repeat)
    repeat 0 ..FV....... Repeat the previous frame.
    endall 1 ..FV....... End both streams.
    pass 2 ..FV....... Pass through the main input.
    eval <int> ..FV....... specify when to evaluate expressions (from 0 to 1) (default frame)

    After:
    a
    overlay AVOptions:
    x <string> ..FV....... set the x expression (default "0")
    y <string> ..FV....... set the y expression (default "0")
    eof_action <int> ..FV....... Action to take when encountering EOF from secondary input (from 0 to 2) (default repeat)
    repeat 0 ..FV....... Repeat the previous frame.
    endall 1 ..FV....... End both streams.
    pass 2 ..FV....... Pass through the main input.
    eval <int> ..FV....... specify when to evaluate expressions (from 0 to 1) (default frame)

    Signed-off-by: softworkz <softworkz@hotmail.com>
    Signed-off-by: Marton Balint <cus@passwd.hu>

    • [DH] libavutil/opt.c
  • fftools/ffmpeg: Output log message when interactive q command is received

    13 October 2021, by Soft Works
    fftools/ffmpeg: Output log message when interactive q command is received
    

    When viewing logs, it's sometimes useful to be able to see whether
    execution was ended via q command.

    Signed-off-by: softworkz <softworkz@hotmail.com>
    Signed-off-by: Marton Balint <cus@passwd.hu>

    • [DH] fftools/ffmpeg.c