
Recherche avancée
Médias (1)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (81)
-
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras. -
Problèmes fréquents
10 mars 2010, parPHP et safe_mode activé
Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site -
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 (...)
Sur d’autres sites (10573)
-
Java video manipulation library
21 octobre 2015, par Gabriele CiechI’m searching for a Java library that allows me to do some video manipulation like splitting a video in many parts and converting it into some other formats.
I’ve found out that there are already some libraries like Xuggler but they are no more under active development or mantained.
Can someone tell me which library I can use for accomplish my task or how can I build my own wrapper for ffmpeg ?
Thanks for helping me -
ffplay - specify a input pixel format from UVC cam (via V4L2)
14 décembre 2020, par Lak FuI develop a UVC device that can stream the video but its output format is RGB565, and UVC is not supported RGB.

So, I declare my output is YUV422 (also 16 bit per pixel), now I can see my image but its color is incorrect (of course..).

Is it possible to use any tool (ffplay/vlc/mplayer/etc..) to force the input pixel format without to reference v4l2 device capability ?
Thanks everyone.


-
How to transcode video in android in multiple formats [on hold]
25 novembre 2016, par adilyousufI am new to android development. I am working on Video Converter(Transcoder), I applied different api (MediaCodec,FFMPEG) But I didn’t understand what to do.
I didn’t get any special help from android official website and also i didn’t get complete help from google. I also used projects from github but they are very difficult(error) or out of understanding, If someone has work on project like this please tell me what should I learn and do