Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (64)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (5717)

  • Installing ffmpeg for Jupyter Notebook

    16 janvier 2021, par anonimostilton

    I want to use ffmpeg to download a video from Youtube to mp3

    


    The code is :

    


    from __future__ import unicode_literals
import youtube_dl

ydl_opts = {'format': 'bestaudio/best',
    'postprocessors': [{
        'key': 'FFmpegExtractAudio',
        'preferredcodec': 'mp3',
        'preferredquality': '192',
    }],
}

with youtube_dl.YoutubeDL(ydl_opts) as ydl:
    ydl.download(['the_url'])


    


    But obviously I get the error : ffprobe/avprobe and ffmpeg/avconv not found. Please install one.

    


    I installed ffmpeg but my question is do I need to import something now or put path were I saved the .exe

    


  • Updated docs

    24 mars 2013, par scottschiller
    m doc/download/archive.html
    m doc/download/index.html
    m doc/getstarted/index.html
    m doc/index.html
    m doc/resources/index.html
    m doc/technotes/index.html
    
    Updated docs
  • How to install latest ffmpeg on mac

    18 juin 2024, par Bachalo

    I am using this command

    



    sudo port install ffmpeg +gpl +postproc +lame +theora +libogg +vorbis +xvid +x264 +a52 +faac +faad +dts +nonfree


    



    But the installed version of ffmpeg I get is only 0.7.13.

    



    I am using MacPorts which may be the issue

    



    Apparently there is a 1.0 release !
http://ffmpeg.org/download.html#release_1.0