
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (89)
-
Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur
8 février 2011, parLa visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
Configuration de la boite multimédia
Dès (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (4079)
-
Can't reproduce a mp4 video in any of my browsers (Ubuntu 22.04.4)
8 mai 2024, par user3303019This one is weird. I can't reproduce the following video in the browser (tried brave, chrome, firefox and edge).


https://a-pop.stg.intuitivo.ai/assets/animations/wowMomentOpenDoor.mp4


- 

-
I have installed all sorts of codecs I may need and the regular video player plays the file no problem.


-
For some reason it was working on Brave up until last week and it wasn't on chrome.


-
It only happens on Linux apparently. Windows, Mac, android and iOS have no problem with the browser playing the animation.










I don't have a clue what could be happening. I've checked other mp4 videos online and they work (from v.reddit)


-
-
ffmpeg : Duplicated Png over video
22 avril 2015, par Nicolasi’m trying to use a single png over a video (30 sec. length) and moving it around using x,y coordinates. I have the exact x,y position of the Png in every frame of the video (29 Fps) and it works pretty good. The image looks like a part of the animation. The thing is that for some reason you can see 2 frames at the same time, all the time, its like if ffmpeg didn’t remove the previous png before inserting the next one.
This is the code for the first 5 frames.
ffmpeg -y -i input_video.mp4 -i image1.png -filter_complex " [0:v][1:v] overlay=332.95:350.5:enable='between(n,0,1)' [tmp], [tmp][1:v] overlay=332.95:350.5:enable='between(n,1,2)' [tmp], [tmp][1:v] overlay =332.95:350.5:enable='between(n,2,3)' [tmp], [tmp][1:v] overlay=332.95:350.5:enable='between(n,3,4)' [tmp], [tmp][1:v] overlay=332.95:350.5:enable='between(n,4,5)' " -c:v libx264 -b:v 1M -s 640x360 -strict -2 -crf 29 -r 29 -pix_fmt yuv420p output.mp4
Can’t figure out why this happens. I don’t fully understand ffmpeg syntax, probably there’s a few errors there...
Thanks in advance -
Render dynamic animated editable text
2 mai 2023, par Shivam guptaI am working on one web application development where i need to render glsl which can support editable animated text.
Whereas User can edit the animated text which can be rendered through webgl.


Can you please provide me and reference link or if there any working GLSL code where i can pass editable text as input ?


eg. I want to have same animation as provided in the below link using glsl
https://tobiasahlin.com/moving-letters/#1