
Recherche avancée
Médias (2)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (80)
-
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 (...) -
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 (...) -
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 (13687)
-
How merge two mp4 videos side by side with the help of FFMPEG and PHP code ?
20 mars 2017, par studentCould anybody help me with the php code for FFMPEG to concatenate two mp4 videos and store the concatenated files as an mp4 at any folder in the server ?
i find command for ffmpeg.but i don’t know how to make it work in php..
ps : in the orther hand, is there any program like ffmpeg i can use ? -
How to mix two PCM streams into single mp4 file ?
28 mars 2012, par newentryHow to merge two PCM streams into single mp4 file format. One of the PCM is obtained from MIC source i.e person A's voice and on the other hand i receive person B's voice which is finally decoded to PCM.The goal is to mix the two PCM and play the audio smoothly.It is like a call recording but the approach is different. And also is it possible using ffmpeg ?
-
Android best view for video streaming
15 juillet 2017, par KoLiBerI’m working on media streaming application that get video frames from camera and encode it using FFMPEG native c library and send it on socket and on the other hand receive and decode it then show it.
now my question is which View is better for showing video frames and why ?
SurfaceView or TextureView or GLSurfaceView or ANativeWindow