Recherche avancée

Médias (0)

Mot : - Tags -/signalement

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

Autres articles (50)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (5466)

  • Revision 5c808ba13a : Add max burst bitrate control. Applies an upper limit on burst bitrate for any

    10 janvier 2014, par Paul Wilkins

    Changed Paths :
     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_ratectrl.c



    Add max burst bitrate control.

    Applies an upper limit on burst bitrate for any
    frame. This is to insure that typical encodes for YT
    do not produce frames that are so large that they
    risk stalling HW implementations. Such frames
    could also cause playback problems in SW.

    For now the limit is set at 250 bits per MB for 1080P
    and larger (with the 1080P limit used for smaller frames).

    Setting maxQ, constant quality mode or targeting a
    very high bandwidth will have precedence over this limit.

    Change-Id : Ie6f776c38b06ac7cec043d034085f4b79ee46a38

  • Problem about get the video from webcam in julia

    12 août 2020, par Wendy Chen

    I used this code to get the video from webcam in julia, but it was unstable when I setting the time exceed 4 and one half minutes(ex. -t 00:05:00). Why is that so ? And what should I do ?
Thanks.

    


    using  PyCall
run(`$(PyCall.python) -m pip install ffmpy`)
ffmpy = pyimport("ffmpy")
ff=ffmpy.FFmpeg(
     inputs=Dict("rtsp://......@....."=>nothing),
     outputs=Dict("./Video.mp4"=>"-t 00:01:00"))
println(ff.cmd)
ENV["PATH"]="PATH/TO/ffmpeg.executable;"*ENV["PATH"]
ff.run()


    


  • examples/encoding : List more formats to make it more clear to the reader what is...

    11 octobre 2011, par Michael Niedermayer

    examples/encoding : List more formats to make it more clear to the reader what is...