
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (47)
-
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 -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)
Sur d’autres sites (14249)
-
Invalid buffer size, packet size 1447 expected frame_size 460800
24 février 2017, par Thiruvarangan VedanthamI am trying to display raw video being captured from a capturing device using ffplay. The following command works fine :
’ffplay -fs -i /dev/video1’
However, I need to rename the capture device to ’webcam’ and have added necessary UDEV rules and then trying to play using the following command :
’ffplay -s cif -pix_fmt yuv420p -f rawvideo /dev/webcam’
This command gives me the following error :
Invalid buffer size, packet size 1447 < expected frame_size 460800.
Also tried :’ffplay -fs -i /dev/web-cam’
which gives me the following error :
Invalid data found when processing input. Please help.
Thanks in advance.
-
filesize is not growing as expected
29 juillet 2019, par Oracy MartosI am trying to record a stream here on my machine to study ffmpeg library,
but with(out) success.I have a file watcher to clean up bugged streams, that cleanup each 3 minutes files that have been not changed less then 3 minutes.
The real problem is, if I use the command below :
/usr/bin/ffmpeg -i http://sysrad.net:10090/ -y test.mp3
this command doesn’t have any kind of codec or audio transformation, so my target file (test.mp3) become 256k quickly, but, if I use this command below :
/usr/bin/ffmpeg -i http://sysrad.net:10090/ -y -b:a 8k -ac 1 -ar 11025 test.mp3
My target file (test.mp3) keep 0k until the record has 256k, I am not sure if this is an Unix problem or ffmpeg problem.
Other information, if I run in loop :
while true; do wc -l teste.mp3; sleep 0.5; done;
test.mp3 file keeps 0 rows, until has 256k size...
I have no idea how to workaround that, to get the real time file size for each 1k that ffmpeg get from stream with those codecs, does you guys have any idea how can I handle that ?
Thanks !!!!
-
fate : Add basic license header check
27 septembre 2015, par Michael Niedermayer