
Recherche avancée
Autres articles (41)
-
Les vidéos
21 avril 2011, parComme 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 (...) -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (6034)
-
Update testsuite to use equal and deepEqual. Fix tests that the fix for #219 (732f5ff04b3a285f) broke. The element method now returns true for dependency-mismatch, that’s fine.
24 février 2012, par Jörn Zaeffererm test/messages.js m test/methods.js m test/rules.js m test/test.js Update testsuite to use equal and deepEqual. Fix tests that the fix for #219 (732f5ff04b3a285f) broke. The element method now returns true for dependency-mismatch, that’s (...)
-
RGL Video with movi3ed
18 mars 2016, par John1402I am trying to do an animation using the RGL package :
plot3d(x, y,z, xlab="PCA 1", ylab="PCA 2", zlab="PCA 3",
main="MDS PLOT",col=xxx[phenotype$Patient],type="s",radius=0.04)
text3d(x,y,z,as.character(phenotype$contrasts))
movie3d( spin3d(), duration = 10,dir="mds_video",convert=FALSE)The above code is just a Dummy code on the PCA plot I would like to make an animation. However, the png file movie3d generate is highly low resolution. Then I am using ffmpeg to convert the png’s to avi or mp4. However, the png files are really really blurry (Far worse than the pictures in the open gl window). Is there a way to increase the resolution and have a nice animation.
Thanks -
ffmpeg create a tile with a extremly high resolution [closed]
7 octobre 2020, par FrederikI want a tile in a hidh resolution, but I get an error that the picture size is invalid.

ffmpeg -i video.mp4 -frames: 1 -vf "select=not(mod(n\,100)),scale=1920x1080,tile=5x50" out.jpeg.
Picture size 9600x54000 is invalid
. But this is lower than the max jpeg size which is 65,535×65,535. How can i fix it or how do i tell ffmpeg to split it up in multiple pictures.