Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (56)

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

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (5076)

  • {avcodec,tests} : rename the bundled Mesa AV1 vulkan video headers

    14 février 2024, par Jan Ekström
    avcodec,tests : rename the bundled Mesa AV1 vulkan video headers
    

    This together with adjusting the inclusion define allows for the
    build to not fail with latest Vulkan-Headers that contain the
    stabilized Vulkan AV1 decoding definitions.

    Compilation fails currently as the AV1 header is getting included
    via hwcontext_vulkan.h -> <vulkan/vulkan.h> -> vulkan_core.h, which
    finally includes vk_video/vulkan_video_codec_av1std.h and the decode
    header, leading to the bundled header to never defining anything
    due to the inclusion define being the same.

    This fix is imperfect, as it leads to additional re-definition
    warnings for things such as
    VK_STD_VULKAN_VIDEO_CODEC_AV1_DECODE_SPEC_VERSION. , but it is
    not clear how to otherwise have the bundled version trump the
    actually standardized one for a short-term compilation fix.

    • [DH] libavcodec/Makefile
    • [DH] libavcodec/vulkan_video.h
    • [DH] libavcodec/vulkan_video_codec_av1std.h
    • [DH] libavcodec/vulkan_video_codec_av1std_decode.h
    • [DH] libavcodec/vulkan_video_codec_av1std_decode_mesa.h
    • [DH] libavcodec/vulkan_video_codec_av1std_mesa.h
    • [DH] tests/ref/fate/source
  • How to convert YUV420SP to YUV420P using ffmpeg sws_scale or other efficient method ?

    3 septembre 2011, par limitfan

    Thanks in advance. Any suggestion will be appreciated.

  • FFMPEG - 4K HDR - MPEG - BIG FILE convert

    8 mars 2018, par Ian Lodanko

    I would like to ask how through ffmpeg to achieve the smallest file size and yet keep the best quality [LIKE Youtube convert].

    Currently used :

    ffmpeg -i "/home/sampe_4K_HDR.mkv" -map 0:00 -c:v libx264 -preset ultrafast -b:v 66718k -pix_fmt yuv420p10le -x264-params "colorprim=bt2020:transfer=smpte2084:colormatrix=bt2020nc" -crf 18 -c:a libfdk_aac -profile:v baseline -level 3.0 "/home/sampe_4K_HDR.mp4"

    But the size of the video after conversion is very large, I would like to preserve as much as possible the quality of the original video and get the smallest possible video size.

    Could you please advise ? Write some examples of how to get better with smaller sizes ? Thank you in advance and I apologize for my English in advance.