Recherche avancée

Médias (0)

Mot : - Tags -/diogene

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (66)

  • Participer à sa traduction

    10 avril 2011

    Vous 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 2013

    Puis-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, par

    MediaSPIP 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
    fate/cbs : add a decode model AV1 test
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] tests/fate/cbs.mak
    • [DH] tests/ref/fate/cbs-av1-decode_model
  • avfilter/vf_derain.c : put all the calculation in model file.

    20 mars 2020, par Guo, Yejun
    avfilter/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/3

    Signed-off-by : Guo, Yejun <yejun.guo@intel.com>
    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] doc/filters.texi
    • [DH] libavfilter/vf_derain.c
  • Python imageio cant read/write | First-Order-Model

    19 août 2020, par user10847428

    I 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 :

    &#xA;

    This program cannot run on your pc&#xA;....

    &#xA;

    When I close it the CMD was show this :

    &#xA;

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

    &#xA;

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

    &#xA;

    How can I solve this problem ?

    &#xA;