Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (53)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • which video tool we can use for making a video hosting server on linux

    19 janvier 2017, par Satinder Singh

    I am searching for video tools which I can use for make a server for video conference and as well as recording . Can anybody help which is high performance tool for video server .

  • convert a 10fps video into a one frame per second video with half resolution ffmpeg ?

    22 septembre 2022, par yeahman

    I want to convert my video (h264) into a video with half the resolution of the original video and with one frame per second ; this will be used a small size preview video

    


  • ffmpeg image watermark on video first half of video on Bottom left and next half of video on Top Right

    23 novembre 2020, par qedsl

    I was playing with this for several hours, I couldn't make so thought of reaching for help, Can you please help me in framing the ffmpeg command to display the watermark Image on the video, For the Initial half video the watermark should be on the bottom left and for the rest half video the watermark shop be on the right top.

    


    Bottom left : ffmpeg -i input.mp4 -i logo.png -filter_complex "overlay=(main_w-overlay_w)/2:(main_h-overlay_h)/2" -codec:a copy output.mp4

    


    Top right :
ffmpeg -i input.mp4 -i logo.png -filter_complex "overlay=main_w-overlay_w-5:5" -codec:a copy output.mp4

    


    Also, I had a look on this for Timeoverlay ffmpeg watermark first 30 second.

    


    How to merge all these and satisfy my requirements as mentioned above ?