Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (35)

  • 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

  • Configuration spécifique pour PHP5

    4 février 2011, par

    PHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
    Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
    Modules spécifiques
    Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (7207)

  • avcodec/hevc.c : for big negative mvy value, should wait line 0 of ref frame due to...

    11 novembre 2014, par Changjiang Wei
    avcodec/hevc.c : for big negative mvy value, should wait line 0 of ref frame due to edge extending
    

    Reviewed-by : Mickaël Raulet <mraulet@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/hevc.c
  • How can i make drawtext filter start the text scrolling from the center while scrolling from right to left

    16 janvier 2018, par Femzy

    Hello How can i make the text start from the center when the video play ? Currently it start from the left side and people dont see the first words before it goes. I want the text to start from either the center of the video or the right while moving from right to left. Thanks in advance for helping me...
    This is my code that currently works for the text, but it starts from the edge of the of the left while moving from right to left

    echo shell_exec('ffmpeg -loop 1 -i slide2.jpg -vf scale=-2:1080,drawtext="textfile=text.txt:expansion=normal:fontfile=FreeSerif.otf: y=h-line_h-20:x=-200*t: fontcolor=white: fontsize=50" -pix_fmt yuv420p -t '.$words_count.' -movflags +faststart textover10.mp4 -report');
  • Merge commit ’e0ab5078a7d865f8f6fd6a6d3cbe0f380ead4a3d’

    21 janvier 2014, par Michael Niedermayer
    Merge commit ’e0ab5078a7d865f8f6fd6a6d3cbe0f380ead4a3d’
    

    * commit ’e0ab5078a7d865f8f6fd6a6d3cbe0f380ead4a3d’ :
    lavc : do not force the emu edge flag

    Conflicts :
    libavcodec/utils.c

    There should be no such bugs in ffmpeg, but merging it anyway
    as its safer.

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/utils.c