Recherche avancée

Médias (1)

Mot : - Tags -/géodiversité

Autres articles (44)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

Sur d’autres sites (2325)

  • How do I subtract a word from the output in bash

    23 octobre 2012, par user1768840

    I made a simple bash script to convert movies from .avi to .mp4 but now I want to do two more things.

    1. Have the output file have only *.mp4 rather than *.avi.mp4
    2. Delete the old file after the conversion is completed.

    Here is my script.

    #!/bin/bash


    avconv -i "$1" -c:v libx264 -c:a copy -sn -crf 24 "$1".mp4
  • ffmpeg make film look wet

    29 juillet 2018, par theonlygusti

    How can I make something look like it’s really wet ?

    I have a video of some food and I want to make it look shiny/moist/glistening.

    Can ffmpeg do this ?

    I don’t think iMovie can, I looked through all the video filters.

    I looked at this ffmpeg documentation because it showed up for a google search with "wet" and "ffmpeg", but I don’t know what "wet gain" is.

  • Revert "avcodec/nvdec_av1 : fix setting film grain parameters for frames with update_g...

    25 novembre 2020, par James Almer
    Revert "avcodec/nvdec_av1 : fix setting film grain parameters for frames with update_grain == 0"
    

    This reverts commit f9eec6298387fe72cd8035ff45276cfc3da784a8.

    This does not effectively cover all cases. The values for some frames need
    to be inferred by the decoder.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/nvdec_av1.c