Recherche avancée

Médias (0)

Mot : - Tags -/upload

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

Autres articles (20)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • 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 (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (5105)

  • How can I notify that ffmpeg started recording ? [closed]

    20 avril 2021, par Jisatsu

    I have a little script that runs ffmpeg to record my desktop. And I want this script to send me notification that recording has been started. I tried to add && operator but it seems that it runs second command only when first command ended.

    


    screencast.sh :

    


    #!/bin/sh

ffmpeg -y \
-f x11grab \
-s 1920x1080 \
-i :0.0 \
-f alsa -i default \
-c:v h264 \
-c:a aac $1 && notify-send "Started recording"
            ^^^^^^^^^^^^^^


    


    In addition, I want to know how can I stop this script correctly, if I run it outside of terminal (for ex. from dmenu). And can I get some notification that "Recording has been stoped" or smth ?

    


    I'll be glad to hear all suggestions. Thanks.

    


  • Matplotlib animation with FFmpeg : RuntimeError : No MovieWriters available

    11 décembre 2017, par ib-

    The problem I am getting is in code similar to this example :
    https://matplotlib.org/examples/animation/basic_example_writer.html

    The error :

    RuntimeError : No MovieWriters available occurs at Writer = animation.writers['ffmpeg'] in the example above.

    I am using mac, I have installed ffmpeg using brew, and even installed it with conda even though I am not using anaconda for this particular code.

    I am positive that it is installed - I have used it in terminal to change files but it is not working within the program.

    Thanks !

  • Python : Matplotlib Animation FFmpeg, RuntimeError : No MovieWriters available

    10 décembre 2017, par ib-

    The problem I am getting is in code similar to this example :
    https://matplotlib.org/examples/animation/basic_example_writer.html

    The error :

    RuntimeError : No MovieWriters available occurs at Writer = animation.writers['ffmpeg'] in the example above.

    I am using mac, I have installed ffmpeg using brew, and even installed it with conda even though I am not using anaconda for this particular code.

    I am positive that it is installed - I have used it in terminal to change files but it is not working within the program.

    Thanks !