
Recherche avancée
Autres articles (67)
-
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
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 (8866)
-
Screenshot of the Nexus One from adb ?
23 avril 2015, par MarcusMy goal is to be able to type a one word command and get a screenshot from a rooted Nexus One attached by USB.
So far, I can get the framebuffer which I believe is a
32bit xRGB888
raw image by pulling it like this :adb pull /dev/graphics/fb0 fb0
From there though, I’m having a hard time getting it converted to a png. I’m trying with ffmpeg like this :
ffmpeg -vframes 1 -vcodec rawvideo -f rawvideo -pix_fmt rgb8888 -s 480x800 -i fb0 -f image2 -vcodec png image.png
That creates a lovely purple image that has parts that vaguely resemble the screen, but it’s by no means a clean screenshot.
-
Find bytes range of webm video for specified segment
21 mai 2024, par M2shI have a Video in webm format (like video.webm the duration is 60 seconds)

I want to get specified segment of video (i.e split video) with http header range (Range : 100-200).

In another word :

I want to get a section of video (e.g. from second 4 to 12) but I don't want to use any converter like ffmpeg. I want to send http request to server and get specified range of webm file.

Can I use this method (http range header) ?


Thanks


-
Find bytes range of webm video for specified segment
2 septembre 2015, par M2shI have a Video in webm format (like video.webm the duration is 60 seconds)
I want to get specified segment of video (i.e split video) with http header range (Range : 100-200).
In an other word :
I want to get a section of video (e.g. from second 4 to 12) but i don’t want to use any converter like ffmpeg. i want to send http request to server & get specified range of webm file.Can i use this method (http range header) ?
Thanks