Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (41)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (6078)

  • How convert High bitrate mp3 to lower rate using ffmpeg in android

    23 mars 2018, par Android Team

    We want to convert 320kbps mp3 file to 128kbps mp3 so currently we are using below ffmpeg command but its not working.

    ffmpeg -i input.mp3 -codec:a libmp3lame -qscale:a 5 output.mp3

    Result :-the output bitrate same as input mp3.

    And we are following the FFmpeg Encoding guideline for that here is the link :- https://trac.ffmpeg.org/wiki/Encode/MP3

    so please suggest any solution.

  • avcodec/d3d12va_decode : enable reference-only mode

    18 mars, par Araz Iusubov
    avcodec/d3d12va_decode : enable reference-only mode
    

    The Reference-Only feature in DirectX 12 is a memory optimization
    technique designed for video decoding scenarios.
    This feature requires that reference resources must be allocated with
    the D3D12_RESOURCE_FLAG_VIDEO_DECODE_REFERENCE_ONLY resource flag.
    Reference textures must also be separated from output textures.
    This feature is not supported in the current version of ffmpeg.
    Since AMD GPU uses this feature in Direct 12 decoder,
    ffmpeg does not support AMD GPU Direct 12 decoding.

    Signed-off-by : Tong Wu <wutong1208@outlook.com>

    • [DH] libavcodec/d3d12va_decode.c
    • [DH] libavcodec/d3d12va_decode.h
  • avcodec/d3d12va_decode|dxva2 : add a warning to replace assertion

    28 décembre 2023, par Tong Wu
    avcodec/d3d12va_decode|dxva2 : add a warning to replace assertion
    

    Previous assertion was not useful. Now a warning is added to replace it.
    For get_surface_index, we should return a zero index in case the index is not found.
    But a warning is necessary to notify.

    Signed-off-by : Tong Wu <tong1.wu@intel.com>

    • [DH] libavcodec/d3d12va_decode.c
    • [DH] libavcodec/dxva2.c