Recherche avancée

Médias (91)

Autres articles (45)

  • 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

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (6128)

  • Error importing VideoFileClip from moviepy : AttributeError : 'PermissionError' object has no attribute 'message'

    9 mai, par Tahlil

    I'm using jupyter notebook. I have also tried from anaconda console as well.

    



    Tried importing with both the ways shown below

    



    from moviepy.editor import VideoFileClip

from moviepy.video.io.VideoFileClip import VideoFileClip


    



    Both of them gave me same error. Full trace is below

    



    AttributeError                            Traceback (most recent call last)&#xA; in <module>()&#xA;      6 import glob&#xA;      7 import math&#xA;----> 8 from moviepy.editor import VideoFileClip&#xA;      9 from moviepy.video.io.VideoFileClip import VideoFileClip&#xA;&#xA;C:\Program Files\Anaconda3\lib\site-packages\moviepy\editor.py in <module>()&#xA;     20 # Clips&#xA;     21 &#xA;---> 22 from .video.io.VideoFileClip import VideoFileClip&#xA;     23 from .video.io.ImageSequenceClip import ImageSequenceClip&#xA;     24 from .video.io.downloader import download_webfile&#xA;&#xA;C:\Program Files\Anaconda3\lib\site-packages\moviepy\video\io\VideoFileClip.py in <module>()&#xA;      1 import os&#xA;      2 &#xA;----> 3 from moviepy.video.VideoClip import VideoClip&#xA;      4 from moviepy.audio.io.AudioFileClip import AudioFileClip&#xA;      5 from moviepy.Clip import Clip&#xA;&#xA;C:\Program Files\Anaconda3\lib\site-packages\moviepy\video\VideoClip.py in <module>()&#xA;     18 &#xA;     19 import moviepy.audio.io as aio&#xA;---> 20 from .io.ffmpeg_writer import ffmpeg_write_image, ffmpeg_write_video&#xA;     21 from .io.ffmpeg_tools import ffmpeg_merge_video_audio&#xA;     22 from .io.gif_writers import (write_gif,&#xA;&#xA;C:\Program Files\Anaconda3\lib\site-packages\moviepy\video\io\ffmpeg_writer.py in <module>()&#xA;     13     DEVNULL = open(os.devnull, &#x27;wb&#x27;)&#xA;     14 &#xA;---> 15 from moviepy.config import get_setting&#xA;     16 from moviepy.tools import verbose_print&#xA;     17 &#xA;&#xA;C:\Program Files\Anaconda3\lib\site-packages\moviepy\config.py in <module>()&#xA;     49     success, err = try_cmd([FFMPEG_BINARY])&#xA;     50     if not success:&#xA;---> 51         raise IOError(err.message &#x2B;&#xA;     52                  "The path specified for the ffmpeg binary might be wrong")&#xA;     53 &#xA;&#xA;AttributeError: &#x27;PermissionError&#x27; object has no attribute &#x27;message&#x27;&#xA;</module></module></module></module></module></module>

    &#xA;&#xA;

    Python version info

    &#xA;&#xA;

    Python 3.5.2 |Anaconda custom (64-bit)| (default, Jul  5 2016, 11:41:13) [MSC v.1900 64 bit (AMD64)] on win32&#xA;Type "help", "copyright", "credits" or "license" for more information.&#xA;

    &#xA;&#xA;

    Running ffmpeg -version in a console gives me

    &#xA;&#xA;

    ffmpeg version N-83507-g8fa18e0 Copyright (c) 2000-2017 the FFmpeg developers&#xA;built with gcc 5.4.0 (GCC)&#xA;configuration: --enable-gpl --enable-version3 --enable-cuda --enable-cuvid --enable-d3d11va --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-zlib&#xA;libavutil      55. 47.100 / 55. 47.100&#xA;libavcodec     57. 80.100 / 57. 80.100&#xA;libavformat    57. 66.102 / 57. 66.102&#xA;libavdevice    57.  2.100 / 57.  2.100&#xA;libavfilter     6. 73.100 /  6. 73.100&#xA;libswscale      4.  3.101 /  4.  3.101&#xA;libswresample   2.  4.100 /  2.  4.100&#xA;libpostproc    54.  2.100 / 54.  2.100&#xA;

    &#xA;&#xA;

    I'm running 64 bit version of Windows 10.

    &#xA;&#xA;

    I can't find any solution anywhere and its driving me crazy ! Seems like its not finding the ffmpeg binary but I have put it in C :\ffmpeg\bin and added this to path environment variable. Followed the instruction from here.

    &#xA;

  • How to Install FFmpeg on Databricks [closed]

    20 mai, par Riley Cohen

    I’m posting this to save others from the headache I went through getting ffmpeg running on Databricks. The process isn’t super intuitive, especially with Unity Catalog and volume-based restrictions, so here’s a clear step-by-step guide.

    &#xA;

    Step #1 : In Notebook Add init script for ffmpeg

    &#xA;

    dbutils.fs.put(&#xA;  "dbfs:/Volumes/xxxxxxx/default/init/install_ffmpeg.sh",&#xA;  """#!/bin/bash&#xA;apt-get update -y&#xA;apt-get install -y ffmpeg&#xA;""",&#xA;  overwrite=True&#xA;)&#xA;

    &#xA;

    Step #2 Add init script to allowed list

    &#xA;

    Follow this article :&#xA;https://learn.microsoft.com/en-us/azure/databricks/data-governance/unity-catalog/manage-privileges/privileges#manage-allowlist

    &#xA;

    enter image description here

    &#xA;

    Step #3 Add the init script in the cluster advanced setting

    &#xA;

    After creating this script, go to your cluster settings in Databricks UI (Clusters > Edit > Advanced Options > Init Scripts) and add the script path (dbfs :/Volumes/xxxxxxx/default/init/install_ffmpeg.sh). Restart the cluster to apply it. Once the cluster starts with this init script, FFmpeg will be installed and available on each node

    &#xA;

    Step 4 : Start/Restart the cluster

    &#xA;

  • Revision 33515 : Erreur dans la requête

    4 décembre 2009, par kent1@… — Log

    Erreur dans la requête