Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (24)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk 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.

Sur d’autres sites (3504)

  • Can't import moviepy due to missing ffmpex.exe

    9 mars, par SilentGrove_99

    I was trying to create an application with python using the moviepy library. I installed it using :

    


    pip install moviepy


    


    I found this from a MoviePy crash-course :

    


    # Import everything needed to edit video clips
from moviepy.editor import *
# or 
from moviepy import *  # moviepy v2 after removal of editor


    


    After trying to run this line i get this error :

    


    Python 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:42:59) [MSC v.1500 32     bit (Intel)] on win32&#xA;Type "help", "copyright", "credits" or "license" for more information.&#xA;>>> # Import everything needed to edit video clips&#xA;... from moviepy.editor import *&#xA;Traceback (most recent call last):&#xA;  File "<stdin>", line 2, in <module>&#xA;  File "C:\Python27\lib\site-packages\moviepy\editor.py", line 22, in <module>&#xA;    from .video.io.VideoFileClip import VideoFileClip&#xA;  File "C:\Python27\lib\site-packages\moviepy\video\io\VideoFileClip.py", line 3, in <module>&#xA;    from moviepy.video.VideoClip import VideoClip&#xA;  File "C:\Python27\lib\site-packages\moviepy\video\VideoClip.py", line 20, in <module>&#xA;    from .io.ffmpeg_writer import ffmpeg_write_image, ffmpeg_write_video&#xA;  File "C:\Python27\lib\site-packages\moviepy\video\io\ffmpeg_writer.py", line 15, in <module>&#xA;    from moviepy.config import get_setting&#xA;  File "C:\Python27\lib\site-packages\moviepy\config.py", line 38, in <module>&#xA;    FFMPEG_BINARY = get_exe()&#xA;  File "C:\Python27\lib\site-packages\imageio\plugins\ffmpeg.py", line 86, in get_exe&#xA;    raise NeedDownloadError(&#x27;Need ffmpeg exe. &#x27;&#xA;imageio.core.fetching.NeedDownloadError: Need ffmpeg exe. You can download it by calling:&#xA;  imageio.plugins.ffmpeg.download()&#xA;</module></module></module></module></module></module></stdin>

    &#xA;

    What is the problem here, and how can i fix it ?

    &#xA;

  • Revision 30147 : corrections orthographiques

    24 juillet 2009, par denisb@… — Log

    corrections orthographiques

  • pixfmt : add AV_PIX_FMT_GRAY32

    21 janvier, par Lynne
    pixfmt : add AV_PIX_FMT_GRAY32
    

    This is a useful format for high-precision intermediates.

    • [DH] libavutil/pixdesc.c
    • [DH] libavutil/pixfmt.h