
Recherche avancée
Autres articles (99)
-
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
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 -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (5415)
-
ffmpeg overwrite v4l2-ctl configuration -> how to do real raw device to network copy ?
14 décembre 2019, par ServeurpersoI need to do a real device to a tcp socket copy like :
cat /dev/video0 | /bin/nc 127.0.0.1 8000 -w 1
This very basic command line work for my case. I want to do the same, but with the ffmpeg process.
The aim is to standardize the streaming process, this case, a basic raw copy from a device to network, and advanced transcoding from any source to network, always with the same ffmpeg process.I use v4l2-ctl before ffmpeg to make a lot of configuration that I want to keep.
I tried :
ffmpeg -loglevel debug -i /dev/video0 -f rawvideo tcp://127.0.0.1:8000
ffmpeg -loglevel debug -f v4l2 -i /dev/video0 -f rawvideo tcp://127.0.0.1:8000The probleme here ffmpeg kill my v4l2 configuration, and I don’t want to setup it twice (v4l2-ctl interface + ffmpeg interface) in my code.
I also tried :
ffmpeg -loglevel debug -f rawvideo -i /dev/video0 tcp://127.0.0.1:8000
ffmpeg -loglevel debug -f rawvideo -i /dev/video0 -f rawvideo tcp://127.0.0.1:8000I always get this stderr + exit :
[IMGUTILS @ 0x7ec1d5f0] Picture size 0x0 is invalid
[AVIOContext @ 0x1e8bb40] Statistics: 26 bytes read, 0 seeks
/dev/video0: Invalid argumentI also tried the
-c:v copy
parameter for all combination above without success :(
How to do a raw binary copy (like "cat" or "dd" with NetCat) from a device to socket with ffmpeg (without killing v4l2 configuration) ?
Pascal
-
Anomalie #2787 : La compression HTML mange les retour ligne dans les formulaires
8 août 2012, par nicolas -Je progresse un peu : Mes doubles retour chariots sont déjà transformés en un seul dans le du formulaire de prévisualisation alors que la prévisualisation en elle-même est bonne. C’est donc la génération de ce champs caché qui vire un retour chariot sur (...)
-
lavd/v4l2 : implement list device callback
21 décembre 2014, par Lukasz Marek