
Recherche avancée
Autres articles (35)
-
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains 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 ;
-
Pas question de marché, de cloud etc...
10 avril 2011Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
sur le web 2.0 et dans les entreprises qui en vivent.
Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)
Sur d’autres sites (1632)
-
Anomalie #3664 : Insertion de formulaire dans l’editeur et champ obligatoire en HTML5
25 juin 2017, par b bDonc, quand HTML5 est actif , il faudrait tenter d’ajouter en js un attribut
novalidate
aux formulaires présents dans la prévisu afin de voir si ça permet de contourner le bug.https://developer.mozilla.org/fr/docs/Web/HTML/Element/Form#attr-novalidate
-
Installed codec not working ffmpeg
25 février 2015, par Chris James ChampeauI have ffmpeg installed on my server, I can trancode mp4 and it works great.
However, I have installed the Theora codec as it explains here, http://cumulusclips.org/docs/install-ffmpeg-x264-on-centos/#Theora_Codec
When I run this code
FFREPORT=file=ffreport.log:level=32 /usr/local/bin/ffmpeg -nostdin -report -i testinput.mp4 -y -b 250k -deinterlace -vcodec libtheora -acodec libvorbis testoutput.ogg
I get the following error
Unknown encoder 'libtheora'
Is there something I missed, any help would be appreciated
-
Creating 3D animated map video
2 mars 2024, par Bob Stonehttps://docs.mapbox.com/mapbox-gl-js/example/query-terrain-elevation/


I did the same animation in the link using react native. Now I want to export this to a video.


I want user to click a button then everything to be done at backend. For example, send post request to
/api/createMapVideo and request body contains the coordinates of MarkerViews, polyLines etc... and use theese data to create animated map video then store it on cloud and after doing all of that send the url of video in the cloud as response. Like relive app's 3d videos.


How can I achieve this functionality ? I want to create animated map video on backend. Or are there better solutions ?