Recherche avancée

Médias (1)

Mot : - Tags -/karaoke

Autres articles (54)

  • Initialisation de MediaSPIP (préconfiguration)

    20 février 2010, par

    Lors de l’installation de MediaSPIP, celui-ci est préconfiguré pour les usages les plus fréquents.
    Cette préconfiguration est réalisée par un plugin activé par défaut et non désactivable appelé MediaSPIP Init.
    Ce plugin sert à préconfigurer de manière correcte chaque instance de MediaSPIP. Il doit donc être placé dans le dossier plugins-dist/ du site ou de la ferme pour être installé par défaut avant de pouvoir utiliser le site.
    Dans un premier temps il active ou désactive des options de SPIP qui ne le (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (8310)

  • Revision b88dac8938 : Safely free all the frame buffers after all the workers finish the work. Issue :

    17 mars 2015, par hkuang

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


     Modify /vp9/common/vp9_alloccommon.h


     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/vp9_dx_iface.c



    Safely free all the frame buffers after all the workers finish the work.

    Issue : 978

    Change-Id : Ia7aa809095008f6819a44d7ecb0329def79b1117

  • 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

  • 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 !