Recherche avancée

Médias (91)

Autres articles (19)

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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (4764)

  • ffmpeg to print encryption info of a AVPacket in a video stream

    14 février 2021, par Keogh Mathuin

    What I am looking for is a way of printing encryption info of each packet.

    


    With encrypted streams, AVPacket has a side_data of 'AV_PKT_DATA_ENCRYPTION_INFO (25)' type. There is the 'av_encryption_info_get_side_data' function that takes this data and returns AVEncryptionInfo, that struct (amongst other important info) includes a sequence of sizes that will tell you which parts of the AVPacket are encrypted.

    


    Ideally I think there probably is a nice elegant way of getting ffmpeg to print AVEncryptionInfo of each packet (like with trace_headers). It is possible to write my own function but my spidey senses tell me this might already exist as a ffmpeg option. I must admit at the moment I am using a debugger with a player and counting hex bytes of the side_data with info from the above function. I've done this too many times now for my liking !

    


  • mkv : Print unsupported mov tags when found

    11 mai 2015, par Vittorio Giovara
    mkv : Print unsupported mov tags when found
    
    • [DBH] libavformat/matroskadec.c
  • avformat/mpegtsenc : don't print warning for DVB text streams

    20 avril 2020, par Gyan Doshi
    avformat/mpegtsenc : don't print warning for DVB text streams
    

    They can be demuxed by ffmpeg.

    • [DH] libavformat/mpegtsenc.c