
Recherche avancée
Autres articles (66)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
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 -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (13931)
-
fate/cbs : add a decode model AV1 test
1er décembre 2019, par James Almer -
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> -
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 ?