Recherche avancée

Médias (0)

Mot : - Tags -/gis

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (100)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

  • Do not assume AV_SAMPLE_FMT_S16 as tta sample format.

    3 mai 2011, par Carl Eugen Hoyos

    Do not assume AV_SAMPLE_FMT_S16 as tta sample format.

  • Change the sample rate by a factor with ffmpeg in a single command without using ffprobe ?

    22 décembre 2017, par Miha Zupan

    Is it possible to change the sample rate by a factor with ffmpeg in a single command without using ffprobe ?

    Considering there is a way to do something similar when cropping images by using in_w :

    ffmpeg -i input.jpg -vf crop=in_w/1.2 output.jpg

    Is there a similar aproach for asetrate, something like :

    ffmpeg -i input.wav -af asetrate=r=in_r*1.2 output.wav

    I found no mention of anything like that in the documentation.

    If this is not possible I can afford to run another ffprobe command to get the sample rate, but I was just wondering if there was a way to avoid it.

  • tests : don't include TARGET_PATH in the sample path needlessly

    4 avril 2019, par Hendrik Leppkes
    tests : don't include TARGET_PATH in the sample path needlessly
    

    The transcode() helper function will already prepend the TARGET_PATH to
    the sample path, if its a relative path. This avoids an issue on
    Windows, where the relative path check could fail.

    • [DH] tests/fate/ffmpeg.mak