Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (44)

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

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (7117)

  • vulkan_decode : convert max level from vulkan to av for comparisons

    6 septembre 2023, par Lynne
    vulkan_decode : convert max level from vulkan to av for comparisons
    
    • [DH] libavcodec/vulkan_decode.c
    • [DH] libavcodec/vulkan_video.c
    • [DH] libavcodec/vulkan_video.h
  • avcodec/apedec : Fix 48khz 24bit below insane level

    25 août 2023, par Michael Niedermayer
    avcodec/apedec : Fix 48khz 24bit below insane level
    

    Fixes : Ticket9816
    Fixes : vlc.ape and APE_48K_24bit_2CH_02_01.ape

    Regression since : ed0001482a74b60f3d5bc5cd7e304c9d65b2fcd5.

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

    • [DH] libavcodec/apedec.c
  • avcodec : move content light level SEI handling to h2645_sei

    12 juillet 2023, par Jan Ekström
    avcodec : move content light level SEI handling to h2645_sei
    

    This allows this common H.274 SEI to be parsed from both H.264
    as well as HEVC, as well as probably from VVC in the future.

    Generally attempts to keep the original code as similar as possible.

    FATE test refererence changes only change the order of side data
    export within a single frame. Nothing else seems to have changed.

    • [DH] libavcodec/h2645_sei.c
    • [DH] libavcodec/h2645_sei.h
    • [DH] libavcodec/h264_slice.c
    • [DH] libavcodec/hevc_sei.c
    • [DH] libavcodec/hevc_sei.h
    • [DH] libavcodec/hevcdec.c
    • [DH] tests/ref/fate/hevc-hdr-vivid-metadata
    • [DH] tests/ref/fate/hevc-hdr10-plus-metadata