Recherche avancée

Médias (1)

Mot : - Tags -/portrait

Autres articles (105)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

    5 mars 2010, par

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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (12749)

  • aacdec_usac : skip coeff decoding if the number to be decoded is 0

    6 juin 2024, par Lynne
    aacdec_usac : skip coeff decoding if the number to be decoded is 0
    

    Yet another thing not mentioned in the spec.

    • [DH] libavcodec/aac/aacdec_usac.c
  • How to keep the orientation number after converting from a video file to a image file by a ffmpeg command

    15 mars 2018, par user27240

    The command below is working perfectly fine for my environment except it deletes the orientation number of the image file after being converted from a video file.

    I’d like to know how to keep the orientation number of the image with the command line below(it also have to keep the original purpose of its functionality which is conversion of a video to a image to another directory). I’d appreciate your support.

    for i in /path/to/inputs/*.mp4; do ffmpeg -i "$i" -frames:v 1 "/path/to/outputs/$(basename "$i" .mp4).jpg"; done

    ffmpeg version 2.2.2
    OS:centos-6 (x86_64)

  • libkvazaar : Set frame rate as a rational number

    15 janvier 2016, par Arttu Ylä-Outinen
    libkvazaar : Set frame rate as a rational number
    

    Updates libkvazaar to pass the exact frame rate to Kvazaar by setting
    the numerator and denominator separately instead of a single floating
    point number. The exact frame rate is needed for writing timing info to
    the bitstream.

    Requires Kvazaar version 0.8.1.

    Signed-off-by : Arttu Ylä-Outinen <arttu.yla-outinen@tut.fi>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] configure
    • [DBH] libavcodec/libkvazaar.c