Recherche avancée

Médias (0)

Mot : - Tags -/gis

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

Autres articles (70)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (5850)

  • Python subprocess trying to access ffmpeg a bin in /usr/bin but it's in /usr/loca/bin

    27 juin 2017, par Jay Cee

    I’m install through brew the ffmpeg library and brew installed it in /usr/local/bin

    Nevertheless when I’m running my program that uses subprocess I have this stack trace :

    Traceback (most recent call last):
     File "user_path/lib/python3.6/site-packages/celery/app/trace.py", line 367, in trace_task
       R = retval = fun(*args, **kwargs)
     File "user_path/lib/python3.6/site-packages/celery/app/trace.py", line 622, in __protected_call__
       return self.run(*args, **kwargs)
     File "user_path/src/apps/candidates/tasks.py", line 66, in fake_process_video
       result = get_personality(converted_video_path)
     File "../extraction/extraction_main.py", line 144, in get_personality
       iterator = VideoFrameIterator(video_file_path)
     File "../extraction/utils/video_frame_iterator.py", line 25, in __init__
       self._reader = imageio.get_reader(file_path)
     File "user_path/lib/python3.6/site-packages/imageio/core/functions.py", line 111, in get_reader
       return format.get_reader(request)
     File "user_path/lib/python3.6/site-packages/imageio/core/format.py", line 158, in get_reader
       return self.Reader(self, request)
     File "user_path/lib/python3.6/site-packages/imageio/core/format.py", line 207, in __init__
       self._open(**self.request.kwargs.copy())
     File "user_path/lib/python3.6/site-packages/imageio/plugins/ffmpeg.py", line 286, in _open
       self._initialize()
     File "user_path/lib/python3.6/site-packages/imageio/plugins/ffmpeg.py", line 352, in _initialize
       stdout=sp.PIPE, stderr=sp.PIPE)
     File "/usr/local/Cellar/python3/3.6.1/Frameworks/Python.framework/Versions/3.6/lib/python3.6/subprocess.py", line 707, in __init__
       restore_signals, start_new_session)
     File "/usr/local/Cellar/python3/3.6.1/Frameworks/Python.framework/Versions/3.6/lib/python3.6/subprocess.py", line 1326, in _execute_child
       raise child_exception_type(errno_num, err_msg)
    FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/ffmpeg'

    So I’m a bit clueless about how to solve this error. I don’t seem to be able to copy the bin from /usr/local/bin to /usr/bin/ as this last folder is read only.

    Any advice about it ?

  • lavc/hevcdec : Treat clean random access nals as keyframes for -skip_frame.

    27 mai 2018, par Carl Eugen Hoyos
    lavc/hevcdec : Treat clean random access nals as keyframes for -skip_frame.
    

    Fixes ticket #7227.

    Reviewed-by : Mark Thompson

    • [DH] libavcodec/hevcdec.c
  • Révision 117634 : Compat PHP 7.4, Deprecated : Array and string offset access syntax with curly br...

    25 août 2019, par marcimat@rezo.net

    (Francky)