Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (16)

  • Installation en mode standalone

    4 février 2011, par

    L’installation de la distribution MediaSPIP se fait en plusieurs étapes : la récupération des fichiers nécessaires. À ce moment là deux méthodes sont possibles : en installant l’archive ZIP contenant l’ensemble de la distribution ; via SVN en récupérant les sources de chaque modules séparément ; la préconfiguration ; l’installation définitive ;
    [mediaspip_zip]Installation de l’archive ZIP de MediaSPIP
    Ce mode d’installation est la méthode la plus simple afin d’installer l’ensemble de la distribution (...)

Sur d’autres sites (4893)

  • doc : mark "ADPCM IMA High Voltage Software ALP" as encodable

    29 octobre 2020, par Zane van Iperen
    doc : mark "ADPCM IMA High Voltage Software ALP" as encodable
    

    Signed-off-by : Zane van Iperen <zane@zanevaniperen.com>

    • [DH] doc/general_contents.texi
  • avcodec : add decoder for High Voltage Software's ALP ADPCM

    8 mars 2020, par Zane van Iperen
    avcodec : add decoder for High Voltage Software's ALP ADPCM
    

    Signed-off-by : Zane van Iperen <zane@zanevaniperen.com>
    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] Changelog
    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/adpcm.c
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/version.h
  • ffmpeg issue with Jupyter notebook

    16 novembre 2022, par Nanda

    I am trying to extract frames from a video file using ffmpeg in Python. I installed ffmpeg using Homebrew and ffmpeg-python on the Anaconda-Navigator. Yet when I call ffmpeg on Jupyter notebook as follows

    &#xA;

    !ffmpeg -i "$file" "$rootdir"/"$folder_name"/frame%04d.png&#xA;

    &#xA;

    I get an error saying

    &#xA;

    zsh:1: command not found: ffmpeg&#xA;

    &#xA;

    I clearly see ffmpeg in my usr/local/bin. Can someone please assist me in sorting this ? I am able to use ffmpeg in Google Colab, though.

    &#xA;