Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (45)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (7170)

  • Revision 89a213b4b0 : get_ref_frame : fix test for valid buffer. In the current implementation of the

    14 août 2014, par Adrian Grange

    Changed Paths :
     Modify /vp9/common/vp9_onyxc_int.h



    get_ref_frame : fix test for valid buffer.

    In the current implementation of the encoder,
    frame buffers may come from the wider set of
    12 such buffers, and is not restricted to the
    8 allowed as reference frames. This is only
    an implementation detail and does not affect
    the constraint of having a total of 8 reference
    buffers overall.

    Change-Id : I075f777146c2df49c275d89232933f8127235175

  • How can I limit the CPU usage of moviepy ?

    11 février 2020, par Egon Kirchof

    Python 3. I am using moviepy to create a new video. The problem is ffmpeg uses 100% of all my cores so I can’t do anything else in the computer.
    There is a parameter for write_videofile called threads but when I adjust it to, say, threads=10 (I have 12 cores in total) there is no difference.
    I even tried invoking the script using cpulimit (cpulimit -l 70 python my_script.py, for instance) but then the script simply doesn’t work, it just freezes, no error message.
    Is there a way I can force moviepy not to use all the cores in the CPU or is there any application (like cpulimit) that would actually work ?

  • I have a series of images recorded by a webcam with unstable frame rate at about 22 fps. Did ffmpeg interpolate these image into other fps ? [closed]

    13 septembre 2020, par yangze68

    I have a series of images and its recorded timestamps. Their real fps is about 22 and it's unstable. If I use the FFmpeg to encode it into a 30fps video, do these really change the fps and interpolate image at an interval of 1/30 per second ? or Just arrange those images in the interval of 1/30 and decrease the total duration time ?

    


    my command :
ffmpeg -framerate 30 -i img%03d.png output.mp4