Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (80)

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

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Les sons

    15 mai 2013, par

Sur d’autres sites (4435)

  • How to extract audio with youtube-dl on Windows

    25 septembre 2023, par FlyingNimbus

    I want to extract audio from a video downloaded with youtube-dl on Windows. I got youtube-dl working, but am unable to extract the audio. This problem is caused due to not having the correct audio codes installed.

    



    When I try to extract audio it tells me the following :

    



    WARNING: unable to obtain file audio codes with ffprobe


    



    The youtube-dl manual says :

    



    -x -extract-audio    convert video files to audio-only files (requires ffmpeg or avconv and ffprobe or avprobe)


    



    How do I install ffprobe or ffmpeg ? Do I install this on Windows, or do I install this as a Python extension ?

    



    My OS is Windows 7.

    


  • avcodec/h261dec : Make VLC smaller

    29 décembre 2020, par Andreas Rheinhardt
    avcodec/h261dec : Make VLC smaller
    

    The VLC for the macroblock address increment uses nine bits ;
    yet there is no code with this length : All codes are either shorter or
    longer. So one can make the table smaller without changing the amount of
    codes that need more than one round of parsing.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/h261dec.c
  • Merge commit '5d45fe7da972da528915fbdfe3dbf22eb2effd01'

    9 avril 2017, par James Almer
    Merge commit '5d45fe7da972da528915fbdfe3dbf22eb2effd01'
    

    * commit '5d45fe7da972da528915fbdfe3dbf22eb2effd01' :
    build : Add EXTRALIBS to TOOLS linker command

    This commit is a noop. We're already adding EXTRALIBS to the linker
    command on a case by case basis.

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