Recherche avancée

Médias (91)

Autres articles (48)

  • MediaSPIP : Modification des droits de création d’objets et de publication définitive

    11 novembre 2010, par

    Par défaut, MediaSPIP permet de créer 5 types d’objets.
    Toujours par défaut les droits de création et de publication définitive de ces objets sont réservés aux administrateurs, mais ils sont bien entendu configurables par les webmestres.
    Ces droits sont ainsi bloqués pour plusieurs raisons : parce que le fait d’autoriser à publier doit être la volonté du webmestre pas de l’ensemble de la plateforme et donc ne pas être un choix par défaut ; parce qu’avoir un compte peut servir à autre choses également, (...)

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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (8991)

  • ffmpeg How to add multiple drawtext to one input video

    22 mai 2018, par Raven

    I need to add two texts to a video. First text appears in the bottom right for the first 6 seconds, and the second text at the center of the video for the last 3 seconds.

    Below is my code :

    ffmpeg -i input.mp4 -vf drawtext="text='Stack Overflow': fontcolor=white: borderw=2: fontfile=Arial Black: fontsize=w*0.04: x=(w-text_w)-(w*0.04): y=(h-text_h)-(w*0.04): enable='between(t,0,6)'", -vf drawtext="text='Stack Overflow': fontcolor=white: borderw=2: fontfile=Arial Black: fontsize=w*0.04: x=(w-text_w)/2: y=(h-text_h)/2: enable='between(t,7,10)'" -codec:a copy output2.mp4

    I don’t get any error running the above code but in the output file, only the second drawtext is applied.

  • Generating a Square wave with FFmpeg

    12 avril 2018, par Ali Bai

    So I know how to generate a sine wave with FFmpeg, for example

    ffmpeg -f lavfi -i "sine=frequency=440:duration=10" sine_440_10.wav

    How can I use this and create both a square and also a triangle wave ?

    I am also wondering if a simple attack and decay can be applied with FFmpeg ?

    Thanks in advance for any help.

  • Merge commit 'e744281c49496b0e0a357e9f84c37fbf99215e20'

    30 mars 2018, par James Almer
    Merge commit 'e744281c49496b0e0a357e9f84c37fbf99215e20'
    

    * commit 'e744281c49496b0e0a357e9f84c37fbf99215e20' :
    configure : Revert some incorrect uses of check_cc()

    This commit is a noop. The changes reverted here were never applied
    to begin with.

    Merged-by : James Almer <jamrial@gmail.com>