Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (73)

  • 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 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

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

  • avformat/assdec : UTF-16 support

    2 septembre 2014, par wm4
    avformat/assdec : UTF-16 support
    

    Use the UTF-16 BOM to detect UTF-16 encoding. Convert the file contents
    to UTF-8 on the fly using FFTextReader, which acts as converting wrapper
    around AVIOContext. It also can work on a static buffer, needed for
    format probing. The FFTextReader wrapper now also takes care of skipping
    the UTF-8 BOM.

    Fix Ticket #3496.

    • [DH] libavformat/assdec.c
    • [DH] libavformat/subtitles.c
    • [DH] libavformat/subtitles.h
  • Ffmpeg - Video is missing audio after merging

    27 mai 2024, par Ondřej Omar Martínek

    tl ;dr I am trying to merge two videos using concat command. The videos merge well but the audio is missing. I get a warning message about "New audio stream with inder 1 at pos7354 and DTS 15s" which is exactly the time where the second video starts. I don't care about the audio stream from the first video, it is just a thumbnail, but I want the second video audio to work.

    


    I merged the files using :

    


    ffmpeg -i list.txt -c copy output.mp4


    


  • avcodec/dovi_rpudec : simplify vdr handling (cosmetic)

    9 juin 2024, par Niklas Haas
    avcodec/dovi_rpudec : simplify vdr handling (cosmetic)
    

    Move `vdr` into local scope and point only to the field we actually care
    about.

    • [DH] libavcodec/dovi_rpudec.c