Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (49)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

Sur d’autres sites (10142)

  • Revision 9a92891ac4 : interintra : wedge : Get the correct wedge params. Fixes an asan issue. Change-I

    17 mars 2015, par Alex Converse

    Changed Paths :
     Modify /vp9/common/vp9_reconintra.c



    interintra : wedge : Get the correct wedge params.

    Fixes an asan issue.

    Change-Id : I671ffc382c77c2b38673e0b148f54e7bce2ce9c2

  • EM28xx input source, ffmpeg raspbian issue [on hold]

    19 mars 2015, par kamilw7

    I have a big problem with USB2861 video grabber connected to RPI (em28xx module).

    Grabber has two input : 0=svideo, 1=composite.

    When I use command :

    mplayer tv:// -tv device=/dev/video0:input=1

    everything works very good - I’ve got a composite stream on my screen, but I have no idea, what should I do to get this stream in ffmpeg.

    ffmpeg -f video4linux2 -i /dev/video0 use 0 input (svideo), I want to use 1 input (composite), but command :
    ffmpeg -f video4linux2 -i /dev/video0:input=1 show me an error.. (No such file or directory).

    It is possible to change input of device in ffmpeg ?
    Thanks in advance !

  • Revision 899585ebe9 : Fix reference frame size restrictions. The issue was introduced by commit g9f37

    28 juillet 2014, par Jim Bankoski

    Changed Paths :
     Modify /test/test-data.sha1


     Modify /test/test.mk


     Modify /test/test_vectors.cc


     Modify /vp9/decoder/vp9_decodeframe.c



    Fix reference frame size restrictions.

    The issue was introduced by commit g9f37d14 with adding explicit
    restrictions on reference-frame scale factors. The restriction
    is checked against aligned-by-8 frame dimensions, not against
    original ones. So, for example, frame of 35×35 actually can refer
    to frame of 70×70, but the new check won’t allow this. It will
    compare 35 vs 72 (not 70), so 2x downscale limit will be exceeded.

    Change-Id : Ic663693034440f64ac8312cbff9e1e773a921060