Recherche avancée

Médias (0)

Mot : - Tags -/performance

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (40)

  • 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 v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

Sur d’autres sites (6266)

  • FFMPEG on Ubuntu server introducing green screen in the intro for IOS devices, ex : Safari on Mac and iPad

    15 mars 2021, par Hyder Hussain

    I have been using the ffmpeg command on my local to encode the videos and get a dash file to play it. The videos processed on my local machine (Mac) play perfectly, but the same code on my EC2 instance ubuntu server produces this green screen for 5 secs at the beginning only in Safari and iPad. I don't seem to understand the problem. Is there anyway to solve this issue. Please find screenshot of the behaviour. Screenshot showing the behaviour for first 5 seconds

    


  • How to add a black bar on top and bottom of a video screen with a watermark on it ?

    3 mai 2017, par Neo Herakles

    I have this code to watermark my videos but I believe that the watermark may be distracting so I want to add black bars on top and on the bottom to place my watermark in, how could I do that ? Here’s my code for the watermarking of the video, I’m also appending an intro and outro to the presentation.

    for %%I in ("C:\Users\Administrator\Desktop\work\*.mp4") do ffmpeg.exe
    -y -i "%%I" -i white.png -i out1.ts -filter_complex "[1:v][0:v]scale2ref=iw/6:ih/18[logo][0v];[0v][logo]overlay=W-w-3:H-h-1,scale=hd720,setsar=1[vl];[2:v][2:a][vl][0:a][2:v][2:a]concat=n=3:v=1:a=1[v][a]"
    -map "[v]" -map "[a]" -r 20 -c:v libx264 -ar 48000 "C:\Users\Administrator\Desktop\Complete-videos\%%~nI.mp4"

    pause
  • ffmpeg how to remove black background overlay image on video [duplicate]

    5 mai 2021, par Abhi Panchal

    'ffmpeg -y -i video.mp4 -i bells_sticker.png -filter_complex "[1:v]rotate='90*PI/180:c=black@0'[rotate] ;[rotate]scale=238:238[b] ;[0][b] overlay=100:50:enable='between(t,0,20)'" -codec:a copy StickerWithVideo.mp4'

    


    I get black background behind the input image

    


    try also this for remove background

    


    c=0x00000000
c=none

    


    Outout

    


    Original Sticker Image

    


    i'm say thanks in advance