Recherche avancée

Médias (91)

Autres articles (6)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

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

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

Sur d’autres sites (1803)

  • How to set a water mark in a Specific postion in FFMPEG ?

    3 juin 2022, par Anas Saradar

    I am Using FFMPEG With C# , And I want to add a water mark to a video , so I store the position of the user click in the media player and then Use the FFMPEG Command :

    


    -i input.mp4 -vf "drawtext="Roboto-Regular.ttf":text='Stack Overflow':fontcolor=white:fontsize=24:box=1:boxcolor=black@0.5:boxborderw=5:x=300:y=100" -codec:a copy "ouput.mp4"


    


    but this is not working , Any Solutions ?

    


  • avcodec/pcm-dvdenc : Mark unreachable defaults

    26 mai 2022, par Michael Niedermayer
    avcodec/pcm-dvdenc : Mark unreachable defaults
    

    Helps : CID1441929
    Helps : CID1441931

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/pcm-dvdenc.c
  • aacenc : mark the preset 5.0/5.1 layouts correctly with back speakers

    9 novembre 2017, par Rostislav Pehlivanov
    aacenc : mark the preset 5.0/5.1 layouts correctly with back speakers
    

    The spec is correct, it does list these layouts as having rear speakers.
    Questionable how many decoders correctly interpret those correctly since
    side is way more popular.
    Also fixes fate-aac-yoraw-encode.

    Reported-by : pkviet <pkv.stream@gmail.com>
    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/aacenctab.h