Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (105)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

Sur d’autres sites (12875)

  • ffmpeg - how to confirm whether or not a video has a black or transparent background [closed]

    8 juillet 2022, par TheForgot3n1

    I have searched everywhere to find an answer, but only options I've seen point to software that is either paid or seem very complicated for the task.

    


    What is the best method of determining if you are seeing a black background when running a video (say with Quicktime) or seeing a transparent background.

    


  • I want to crop videos with black frames on top and bottom

    10 février 2019, par jennie

    I want to crop videos with black frames on the bottom and top according to the frame rate as described in the video after crop

    how with ffmpeg ? How to crop Black Bars from Video

    Can you help me ! thank you so much !

    I want to crop videos with black frames on the bottom and top follow the scale as described in the video .

    Example image video

    video image after crop

    video after crop

  • avcodec/pngdec : do not blend on transparent black

    28 novembre 2014, par Benoit Fouet
    avcodec/pngdec : do not blend on transparent black
    

    There is no need to memset the zlib output buffer, as there is no
    blending happening there. Instead, do not blend when the dispose
    operation is set to ’background’ (tranparent black).

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

    • [DH] libavcodec/pngdec.c