Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (78)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

Sur d’autres sites (4860)

  • ffmpeg only shows one Image ?

    8 juillet 2021, par m_so99

    Here are the images I have in my folder :

    


    img001.png
img002.png


    


    They are stored in c:/frames.

    


    Because that my frames are not shown correctly, used the FPS filter video shown below (documentation from https://trac.ffmpeg.org/wiki/Slideshow) :

    


    ffmpeg -r 1/5 -i img%03d.png -c:v libx264 -vf fps=25 -pix_fmt yuv420p out.mp4


    


    I tried running on my VLC media player but it still doesn't work. It only shows one image.

    


  • How to convert High bitrate MP3 to lower rate using FFmpeg

    28 mars 2024, par user4571931

    We want to convert 320kbps mp3 file to 128kbps mp3 so currently we are using below ffmpeg command but its not working.

    



    ffmpeg -i input.mp3 -codec:a libmp3lame -qscale:a 5 output.mp3


    



    Result :-the output bitrate same as input mp3.

    



    And we are following the FFmpeg Encoding guideline for that here is the link :- https://trac.ffmpeg.org/wiki/Encode/MP3

    



    so please suggest any solution.

    


  • Does ffmpeg supported KLV metadata ?

    9 février 2016, par ransh

    Is ffmpeg metadata, which is also described in :
    http://wiki.multimedia.cx/index.php?title=FFmpeg_Metadata
    also supported MISB standard UAV metadata 601.5 ?
    Is it same as KLV ?

    Thanks,
    Ran