
Recherche avancée
Autres articles (84)
-
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...) -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
Installation en mode ferme
4 février 2011, parLe mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
C’est la méthode que nous utilisons sur cette même plateforme.
L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)
Sur d’autres sites (5547)
-
Python imageio cant read/write | First-Order-Model
19 août 2020, par user10847428I want to make a first order model with https://github.com/AliaksandrSiarohin/first-order-model , but when I run the crop-video.py with python 3.8 I get this windows popup :


This program cannot run on your pc
....


When I close it the CMD was show this :


H:\first-order-model\first-order-model>py crop-video.py --inp driving_video/zsebibaba.mp4
Traceback (most recent call last):
 File "crop-video.py", line 154, in <module>
 commands = process_video(args)
 File "crop-video.py", line 87, in process_video
 video = imageio.get_reader(args.inp)
 File "C:\Python38\lib\site-packages\imageio\core\functions.py", line 129, in get_reader
 return format.get_reader(request)
 File "C:\Python38\lib\site-packages\imageio\core\format.py", line 168, in get_reader
 return self.Reader(self, request)
 File "C:\Python38\lib\site-packages\imageio\core\format.py", line 217, in __init__
 self._open(**self.request.kwargs.copy())
 File "C:\Python38\lib\site-packages\imageio\plugins\ffmpeg.py", line 358, in _open
 self._load_infos()
 File "C:\Python38\lib\site-packages\imageio\plugins\ffmpeg.py", line 523, in _load_infos
 raise IOError(fmt % err2)
OSError: Could not load meta information
=== stderr ===

A hozzfrs megtagadva. ( Acces denied)
</module>


The python38 folder in the C : is read-only and I tried change it but didnt work.


How can I solve this problem ?


-
avfilter/vf_derain.c : put all the calculation in model file.
20 mars 2020, par Guo, Yejunavfilter/vf_derain.c : put all the calculation in model file.
currently, the model outputs the rain, and so need a subtraction
in filter c code to get the final derain result.I've sent a PR to update the model file and accepted, see at
https://github.com/XueweiMeng/derain_filter/pull/3Signed-off-by : Guo, Yejun <yejun.guo@intel.com>
Signed-off-by : Steven Liu <lq@chinaffmpeg.org> -
avfilter/vf_drawtext : use replacement chars for invalid UTF8 sequences
29 janvier 2020, par Marton Balint