Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (71)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (12151)

  • avcodec/lpc : Avoid floating point division by 0

    28 mai 2021, par Michael Niedermayer
    avcodec/lpc : Avoid floating point division by 0
    

    Fixes : Ticket7996
    Fixes : CVE-2020-20445

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/lpc.c
    • [DH] libavcodec/lpc.h
  • FFMpeg SDR and HDR side-by-side video encoding

    21 septembre 2023, par Famro Fexl

    I am attempting to create a side-by-side video with FFMpeg using the hstack filter.

    &#xA;

    The SDR video is formatted as "AVC 8-bit YUV420p BT709 Gamma 2.4" and the HDR video is formatted as "HEVC 10-bit YUV420p10le BT2020 SMPTE2084 (with HDR10 metadata)".

    &#xA;

    In order for the gamma and color space to match, I tried to convert the SDR video to an HDR format using filtering.

    &#xA;

    Basically, I attempted to process the Rec.709 gamma 2.4 SDR content to Rec.2020 SMPTE2084 content so it could be combined and displayed in the same video. I'm not sure if the input pixel format mattered, at it appeared to be automatically transformed into the output pixel format. From everything I know, this should be theoretically possible.

    &#xA;

    Here is my FFMpeg command for converting the SDR video into HDR :&#xA;ffmpeg -i input.mkv -filter_complex "colormatrix=bt709:bt2020" -color_primaries bt2020 -color_trc smpte2084 -c:v libx265 out.mkv

    &#xA;

    The colorspace filter always returned the error [Parsed Colorspace_0 @ addr] Unsupported input primaries 2 (unknown), when using the filter_complex `colorspace=all=bt2020", so I was never able to use it.

    &#xA;

    The HDR result had over-saturated reds in the color space and it was too dim in the gamma. I tried every gamma option available, but none of them matched the original SDR content.`

    &#xA;

  • avformat/movenc : remove the write_clli mov flag

    13 avril 2020, par Michael Bradshaw
    avformat/movenc : remove the write_clli mov flag
    

    The clli atom is expected to be standardized soon. See
    http://ffmpeg.org/pipermail/ffmpeg-devel/2020-April/259529.html

    We now write the clli atom by default.

    Signed-off-by : Michael Bradshaw <mjbshaw@google.com>

    • [DH] libavformat/movenc.c
    • [DH] libavformat/movenc.h