
Recherche avancée
Autres articles (33)
-
Modifier la date de publication
21 juin 2013, parComment changer la date de publication d’un média ?
Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
Dans la rubrique "Champs à ajouter, cocher "Date de publication "
Cliquer en bas de la page sur Enregistrer -
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 -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (6456)
-
MAINTAINERS : Add Haihao Xiang for vaapi
14 décembre 2021, par U. Artie EoffMAINTAINERS : Add Haihao Xiang for vaapi
Current listed maintainers for vaapi plugin are
not reponsive and/or currently active in the
ffmpeg community. Thus, vaapi plugin patches
(and qsv plugin) have generally gone ignored or
lost in the ether for too long.Remove Gwenole Beauchesne from vaapi maintainer
who has not been active since 2016.Current alternative maintainer for vaapi is Mark
Thompson whom has not been active since
March/April 2021.Therefore, add Haihao Xiang to vaapi maintainer
who's primary role is FFmpeg development with a
focus on the vaapi and qsv plugins. Haihao has
over a decade of media experience and many years
of FFmpeg development experience, amongst other
media frameworks.The additional patch for adding Haihao as qsv
plugin maintainer has been submitted previously :https://patchwork.ffmpeg.org/project/ffmpeg/patch/20210608141134.27448-1-zhongli_dev@126.com/
This will help FFmpeg to continue to be the leading
multimedia framework by allowing these plugins to be
actively improved, enhanced, and maintained for existing
and future HW platforms.Signed-off-by : U. Artie Eoff <ullysses.a.eoff@intel.com>
-
avcodec/vqavideo : Decode 15-bit VQA3 files
22 septembre 2021, par Pekka Väänänen -
Error using ffmpeg in video downloader : 'ERR : spawn ./db/ffmpeg ENOENT'
25 septembre 2021, par GingerCoffeeI've been trying to get Floatplane Downloader to work on my NAS and I've managed to get most of the way. I've set up an Ubuntu Server VM in TrueNAS and got it working in a Docker container. Everything is downloading fine to the right folder on the NAS but once the download finishes I get this error :
ERR: spawn ./db/ffmpeg ENOENT


It then tries a couple more times but nothing. I made sure I had ffmpeg installe though I don't know if the reason it can't use it is because it's installed on the host and not in the Docker container directly ? Though I've not been able to work out how to do that or even if it's possible.


I tried just copying ffmpeg from
/usr/bin
to/var/lib/docker/volumes/db/_data
where it seems like it wants it to be and then I get this instead :ERR: Command failed: ./db/ffmpeg -i ./videos/Media/LTT/TechLinked/TechLinked - S2021E0925021600 - STEAM Games on Xbox.partial
and then lists all the metadata for the video so I'm not sure that was right.

Whenever I start the downloader, the first thing it says is
Ffmpeg binary missing! Downloading...'
and thenDone
a few seconds later. So it seems to be detecting that it doesn't have ffmpeg and then downloads it but that doesn't seem to work.

Any ideas ?