
Recherche avancée
Autres articles (73)
-
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 ;
-
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 -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (8423)
-
Any AS3 solutions for video compression ?
18 novembre 2017, par Troy MyersI’ve been looking around and it does not seem like it is possible with Flash, but is there any way to compress a video file from a mobile device then upload it to a server ? Right now some of my videos are too large (30 mb for 15 seconds) resulting in long upload times. Everything seems to point to ffmpeg but to implement ffmpeg you have to use the NativeProcess which isn’t allowed on mobile devices. Is such a thing possible on the server side via PHP or only client side ? or should I switch to something like Xamarin instead of AS3.
Thanks !
-
Does video capture in openCV use ffmpeg ?
26 juin 2019, par Ignacio PeletierI am capturing video with openCV and converting it to frames and have the follwing question :
Does it use FFMPEG in a lower level ?
The idea behind this question is that I am trying to reduce times in the generation of frames and was wondering if there is a faster method.
Furtherly, I do not need all the frames and I would like to randomly rample frames of the video.
Thank you ! If I have not been clear enough please tell me.
-
MPEG-DASH and fragmented mp4
15 septembre 2015, par bhh1988My understanding of fragmented mp4 is that it is a single file, but internally it is structured as fragments. Can someone explain to me how these fragments can be addressed in the .mpd file for DASH ? The .mpd files that I’ve seen seem to address various segments with separate urls, but a fragmented mp4, I imagine, would have to be addressed by byte offsets into the same url. How does the browser then know what times correspond to what byte ranges ?