Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (47)

  • Les statuts des instances de mutualisation

    13 mars 2010, par

    Pour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
    Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...)

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

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

  • ffmpeg water mark in all qualities

    29 octobre 2020, par OmidReza Roozbeh

    this command dont write watermark in all qualities

    


    ffmpeg -i F :\Reza\Files\0\0\0.mp4 -filter_complex [0:v]drawtext=fontfile=/Reza/Component/OpenSansRegular.ttf:text=mp4.ir/reza:fontcolor=white:r=25:box=1:boxborderw=3:boxcolor=black@0.3:fontsize=31:x=31:y=(h-text_h-31)[v] ;[v]split=4[out0][out1] -map ?0:a -c:v libx264 -c:a aac -f tee -b:v 1100K -map [out0] -threads 0 -max_muxing_queue_size 99999 -s 640x800 -start_number 0 -hls_time 6 -hls_list_size 0 -f hls ../Videos/0/m3u8/720p/out.m3u8 -map ?0:a -c:v libx264 -c:a aac -f tee -b:v 700K -map [out1] -threads 0 -max_muxing_queue_size 99999 -s 640x800 -start_number 0 -hls_time 6 -hls_list_size 0 -f hls ../Videos/0/m3u8/480p/out.m3u8

    


  • ffmpeg - Add INTRO and Watermark

    6 décembre 2020, par MrSergeiz

    I need to add INTRO.mp4 at the beginning of video.mp4 and add watermark.png (bottom right corner)

    


    How to do this using ffmpeg, because I'm lost ?

    


    log file

    


  • add username as random position watermark to video using PHP [duplicate]

    12 novembre 2020, par mohamed.nabil

    Iam working on video learning courses website

    


    I want to put a dynamic watermark appears in random positions on top of video with username or email of the logedin user.

    


    is it possible to do this example by using ffmpeg or require Ai ?, website is php wordpress site.

    


    This link provide an example of What I mean from vdocipher website
https://www.vdocipher.com/blog/2014/12/add-text-to-videos-with-watermark/