Recherche avancée

Médias (91)

Autres articles (63)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

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

Sur d’autres sites (5725)

  • Split video stream with FFmpeg and play part with FFplay [closed]

    22 mars 2024, par Jan Hein

    I have a video stream send with FFmpeg to a other computer on my local network.
At the receiver computer I want to split the video stream in multiple parts and play them at the receiver computer. How can I do that ?

    


    Example :
Stream send form sender to receiver is 1000x1000 pixels.
At the receiver split the 1000x1000 pixel stream into four parts of 500x500 pixels, and play them all four on the receiver in a separate player.

    


    I have tryed it with a multicast stream to the receiver, and played it four times with FFplay, but that was not working correct.

    


    I also hve looked for multiple outputs with FFmpeg and then multiple pipes to FFplay, but could not find a solution.

    


  • avutil/tests/channel_layout : make printing results part of the tests

    8 mars 2024, par Marton Balint
    avutil/tests/channel_layout : make printing results part of the tests
    

    Deduplicates a lot of code.

    Some minor differences (mostly white space and inconsistent use of quotes) are
    expected in the fate tests, there was no point aiming for exactly the same
    formatting.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavutil/tests/channel_layout.c
    • [DH] tests/ref/fate/channel_layout
  • avcodec/vulkan_video : Merge dec part of FFVkCodecMap and extension props

    7 mars 2024, par Andreas Rheinhardt
    avcodec/vulkan_video : Merge dec part of FFVkCodecMap and extension props
    

    All the fields of FFVkCodecMap are either decoder-only
    or encoder-only (with the latter being unused and unset for now).
    Yet there is already a per-decoder struct containing
    static information about these decoders, namely
    VkExtensionProperties.

    This commit merges the decoder-parts of FFVkCodecMap
    with the VkExtensionProperties into a common structure.

    Given that FFVkCodecMap is now unused, it is removed.

    Reviewed-by : Lynne <dev@lynne.ee>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/vulkan_av1.c
    • [DH] libavcodec/vulkan_decode.c
    • [DH] libavcodec/vulkan_decode.h
    • [DH] libavcodec/vulkan_h264.c
    • [DH] libavcodec/vulkan_hevc.c
    • [DH] libavcodec/vulkan_video.c
    • [DH] libavcodec/vulkan_video.h