Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (58)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (3109)

  • fftools/ffmpeg : show video stats in progress output without filters

    2 août 2024, par Jan Garcia via ffmpeg-devel
    fftools/ffmpeg : show video stats in progress output without filters
    

    Since ffmpeg 6.1 video stats are accidentally hidden from streamcopy progress output.
    This patch re-enables video stats (like frames=) in the progress output.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] fftools/ffmpeg.c
  • riff : don’t overwrite bps from WAVEFORMATEX if EXTENSIBLE doesn’t contain that data.

    2 mai 2012, par Hendrik Leppkes
    riff : don’t overwrite bps from WAVEFORMATEX if EXTENSIBLE doesn’t contain that data.
    

    According to the specification on the MSDN [1], 0 is valid for that
    particular field, and it should be ignored in that case.

    [1] : http://msdn.microsoft.com/en-us/library/windows/desktop/dd757714(v=vs.85).aspx

    Bug-Id : 950

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavformat/riffdec.c
  • avpacket : fix size check in packet_alloc

    5 janvier 2016, par Andreas Cadhalpun
    avpacket : fix size check in packet_alloc
    

    The previous check only caught sizes from -AV_INPUT_BUFFER_PADDING_SIZE
    to -1.

    This fixes ubsan runtime error : signed integer overflow : 2147483647 + 32
    cannot be represented in type ’int’

    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavcodec/avpacket.c