Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (16)

  • Participer à sa documentation

    10 avril 2011

    La documentation est un des travaux les plus importants et les plus contraignants lors de la réalisation d’un outil technique.
    Tout apport extérieur à ce sujet est primordial : la critique de l’existant ; la participation à la rédaction d’articles orientés : utilisateur (administrateur de MediaSPIP ou simplement producteur de contenu) ; développeur ; la création de screencasts d’explication ; la traduction de la documentation dans une nouvelle langue ;
    Pour ce faire, vous pouvez vous inscrire sur (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

Sur d’autres sites (4382)

  • How to use a framework build of Python with Anaconda

    30 avril 2017, par Addem

    I’m unable to get matplotlib animations to display on a Mac computer. I’ve chased down several attempts at installing ffmpeg but they’ve all failed and I’m starting to wonder if that isn’t the wrong way to solve the problem.

    I found this page http://matplotlib.org/faq/osx_framework.html

    Since I’m running Python from the Spyder app in Anaconda, the section for this seems relevant. It says

    The default python provided in (Ana)Conda is not a framework build.
    However, the Conda developers have made it easy to install a framework
    build in both the main environment and in Conda envs. To use this
    install python.app conda install python.app and use pythonw rather
    than python

    I’m not perfectly clear on what this means, but I opened a terminal, ran conda install python.app and it seemed to work—at least there were no error messages. I could navigate to a folder that contained the file python.app.

    I’m not clear on what it means to "use pythonw" but I navigated to the animation I’m trying to compile and ran $ pythonw anim.py and it gave me an I/O error. I’m not sure if I’m supposed to use pythonw in some other way, or what. If I restart and try to run the code in Spyder I get the same error as before.

    I know that the code works, because I’ve run it on a Linux machine that has ffmpeg and it worked.

    Is there something else I need to do to get a framework build, whatever that means ?

  • Gource without window/gui

    27 septembre 2022, par Simon K.

    is there a possibility to run gource (scm-visualizer) completely without gui and windows ? I just want to render the video to a file. This is possible with commands like :

    



    gource --output-ppm-stream - | ffmpeg .. 


    



    on linux. But not on a server-os without graphical interface. I did not find any clear statements about that.

    



    Please tell me, if I missed something !

    



    Kind regards,

    


  • Gource without window/gui

    15 novembre 2016, par Simon K.

    is there a possibility to run gource (scm-visualizer) completely without gui and windows ? I just want to render the video to a file. This is possible with commands like :

    gource --output-ppm-stream - | ffmpeg ..

    on linux. But not on a server-os without graphical interface. I did not find any clear statements about that.

    Please tell me, if I missed something !

    Kind regards,