Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (82)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

Sur d’autres sites (7442)

  • FFPLAY shows video, but FFMPEG just shows black

    22 mai 2017, par ahenshaw

    I’m trying to record video/audio from a VIDBOX device using ffmpeg. Using Windows 10 and ffmpeg version N-86129-g1e8daf3, I can see and hear the video/audio fine when I execute

    ffplay -f dshow -i video="VIDBOX NW07":audio="Microphone (VIDBOX NW07)"

    but, I only record a black screen (and the correct audio) when I execute

    ffmpeg -f dshow -i video="VIDBOX NW07":audio="Microphone (VIDBOX NW07)" -c:v libx264 out.mp4

    What could be causing this to work in ffplay but not ffmpeg ?

  • avcodec/pngdec : do not blend on transparent black

    28 novembre 2014, par Benoit Fouet
    avcodec/pngdec : do not blend on transparent black
    

    There is no need to memset the zlib output buffer, as there is no
    blending happening there. Instead, do not blend when the dispose
    operation is set to ’background’ (tranparent black).

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/pngdec.c
  • FFPLAY shows video, but FFMPEG just shows black

    22 mai 2017, par ahenshaw

    I’m trying to record video/audio from a VIDBOX device using ffmpeg. Using Windows 10 and ffmpeg version N-86129-g1e8daf3, I can see and hear the video/audio fine when I execute

    ffplay -f dshow -i video="VIDBOX NW07":audio="Microphone (VIDBOX NW07)"

    but, I only record a black screen (and the correct audio) when I execute

    ffmpeg -f dshow -i video="VIDBOX NW07":audio="Microphone (VIDBOX NW07)" -c:v libx264 out.mp4

    What could be causing this to work in ffplay but not ffmpeg ?