
Recherche avancée
Médias (91)
-
999,999
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Demon seed (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
The four of us are dying (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Corona radiata (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Lights in the sky (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (51)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
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 (7676)
-
Is it Possible To hide an information in a Image and convert it to video and decrypt it back with FFMPEG
16 février 2014, par IvanI am doing my project with the help of ffmpeg. I initially convert a video file in to images and hide some information in one of the images and convert it back to video. and in the receiver side the user should again convert the video containing the encrypted message in to images and get back the information from the image in which we have previously hided the information.
I have done all these but after convert the encrypted image into video and then i convert back to image i am not able to get the hidden information from the converted image...How do i do this. Is there any way to hide infor mation in a image other than this...
-
FFmpeg removed video rotation information
15 janvier 2016, par Mei YiCurrently I’m using FFmpeg to edit and compress video. But when I edit the video, it removed my metadata which is the video rotational information.
String cmd = "-ss" +"command" + " ";
The video is not rotated but the rotation information is removed and causes the video output to be changed.
How do I maintain the video rotation information and also the video rotation ?
Initially the matrix was Rotate 90 but the converted video is :
Matrix{u=0.0, v=0.0, w=1.0, a=0.0, b=1.0, c=-1.0, d=0.0, tx=360.0, ty=0.0}
The video conversion changed the rotation Matrix.
Thank you.
-
cbs : Ensure that reference fields always follow the associated pointer
27 juillet 2020, par Mark Thompsoncbs : Ensure that reference fields always follow the associated pointer
Having these together allows us to find both pointers given the address
of only one of them.