
Recherche avancée
Médias (91)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
avec chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
sans chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
config chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
Autres articles (57)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
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 (...)
Sur d’autres sites (4188)
-
Orange pi 4 lts multimedia acceleration on rk3399 ( 4k hevc ) with MPP and hevc_rkmpp decoder
7 juillet 2023, par DEMOSS-PRODear friends and specialists in SBC. Need your help in understanding how to get media acceleration with a decoder h264_rkmpp and hevc_rkmpp. I read the theme in armbian forum about multimedia library for rk3399, but it is old theme and not for OPI4 LTS version. i can't find any image contain armbian buster for my OPI.
I find some theme in Friendly elec forums, Github sources, but after two weeks of continuous attempts to compile a working version of ffmpeg and mpv, nothing worked for me. My hands drop. This task seems already overwhelming, but maybe someone can still help to get acceleration for mpv without using DM.


https://www.armbian.com/orange-pi-4-lts/ - there is page for OPI 4 LTS image of armbian
Media Process Platform (MPP) module - there is information about MPP. i have succesfull compile it
https://forum.armbian.com/topic/23146-media-acceleration/ some questions about MM aceleration. some URLs is outdated


-
integrate ffmpeg with spring boot
13 juin 2024, par Parkash SbdI have a react native app much like social media app.Users upload their photos and videos from that app .While uploading I wanna show processing sign with percent and I have RESTful api endpoints written in spring boot and wanna resize media(photos and videos).Is there any easy way to implement it.I have heard of ffmpeg but I don't know how to integrate it with spring boot.
Thanks.


-
Mapping Video streaming URL with SPRING MVC
31 mai 2017, par ValerianeI’m developping a site for video streamings.
My application server works with spring MVC (front is managed by angular).
I have another server, that provides stream flux (uses ffmpeg).
Today I have direct URL to my video server, something like that :
http://myvideos_server.com/videos/video.m3u8this URL is detectable client side....
Is it any technic do not provide my videos streaming URL directly ? Is it possible mapping videos stream URLs with Spring MVC ?