Recherche avancée

Médias (0)

Mot : - Tags -/serveur

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

Autres articles (66)

  • 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

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (6626)

  • Anomalie #4670 : Logo sur la barre typo 3.3

    18 février 2021, par Maïeul Rouquette

    j’ai même vidé le cache firefox pour reverifier, et je maintiens

  • FFMPEG : Combine "Create video from images" + scale to x + add audio + overlay logo

    7 janvier 2020, par Thomas Wild

    I´m working on a webcam-project. It is for generating timelapse videos of sunset/sundown.

    I´m using a raspberrypi to generate them with gphoto2 + DSLR.

    At the end of the day the images should get to an video, with audio and an overlay logo.
    And it should be scaled to 1920 pixel.
    I got a nice solution an it worked.

    1. Producing the timelapse video an scale it :

      ffmpeg -y -framerate 25 -start_number 0000001 -i /var/www/html/webcam/2020-01-05_bilder/%7d.jpg -vf scale=1920:-1 -pix_fmt yuv420p /var/www/html/webcam/2020-01-05-tag-output-1920.mp4

    1. Taking the output of (1) and add an overlay-logo, add audio

      ffmpeg -y -i '/var/www/html/webcam/2020-01-05-tag-output-1920.mp4'
      -i '/var/www/html/webcam-scripts/graphics/logo.png'
      -i '/var/www/html/webcam-scripts/sounds/chill_time_5.mp3'
      -shortest -filter_complex '[1][0]scale2ref=h=ow/mdar:w=iw/6[#A logo][liebfrauen]; [#A logo]format=argb,colorchannelmixer=aa=0.95[#B logo transparent]; [liebfrauen][#B logo transparent] overlay=(main_w-w)-(main_w*0.05):(main_h-h)-(main_h*0.01)'
      -c:v libx264 -crf 18 -preset slow -pix_fmt yuv420p -c:a aac -strict -2
      '/var/www/html/webcam/2020-01-05-tag-1920.mp4

    I tried to combine both actions, but I get an error :

    ffmpeg -y -framerate 25 -start_number 0000001 -i '/var/www/html/webcam/2020-01-05_bilder/%7d.jpg' -vf scale=1920:-1 -pix_fmt yuv420p -i '/var/www/html/webcam-scripts/graphics/logo.png' -i '/var/www/html/webcam-scripts/sounds/chill_time_5.mp3' -shortest -filter_complex '[1][0]scale2ref=h=ow/mdar:w=iw/6[#A logo][liebfrauen]; [#A logo]format=argb,colorchannelmixer=aa=0.95[#B logo transparent]; [liebfrauen][#B logo transparent] overlay=(main_w-w)-(main_w*0.05):(main_h-h)-(main_h*0.01)' -c:v libx264 -crf 18 -preset slow -pix_fmt yuv420p -c:a aac -strict -2 '/var/www/html/webcam/2020-01-05-tag-1920.mp4'

    Error : Filtergraph ’scale=720 :-1’ was specified through the -vf/-af/-filter option for output stream 0:0, which is fed from a complex filtergraph.
    - vf/-af/-filter and -filter_complex cannot be used together for the same stream.

    Isn`t it possible to combine these inputs and scale it ? Or ... Where is my misunderstanding ?

  • Révision 17788 : declarer les titres de la boite de changement de logo

    30 avril 2011, par cedric -