Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (50)

  • 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

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

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

  • BisonCam NB Pro not working correctly in VMware Xubuntu 16.04

    29 août 2016, par bot1131357

    I am trying to access my webcam (BisonCam, NB Pro) on a VMWare Xubuntu 16.04 virtual machine using ffmpeg, but it’s not working. Here’s what I did :

    $ ./ffmpeg -f v4l2 -i /dev/video0 ~/Dev/out.avi
    ffmpeg version N-81392-ga453bbb Copyright (c) 2000-2016 the FFmpeg developers
     built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.2) 20160609
     configuration: --pkg-config-flags=--static --enable-shared --enable-pic --enable-libvpx --prefix=/home/ytan/Dev/build-x64
     libavutil      55. 29.100 / 55. 29.100
     libavcodec     57. 54.100 / 57. 54.100
     libavformat    57. 47.101 / 57. 47.101
     libavdevice    57.  0.102 / 57.  0.102
     libavfilter     6. 52.100 /  6. 52.100
     libswscale      4.  1.100 /  4.  1.100
     libswresample   2.  1.100 /  2.  1.100

    The webcam LED turned on, but the console remained like that for as long as I let it. When I press ’Ctrl + c’, the following message is returned :

    Input #0, video4linux2,v4l2, from '/dev/video0':
     Duration: N/A, bitrate: 88473 kb/s
       Stream #0:0: Video: rawvideo (YUY2 / 0x32595559), yuyv422, 1280x720, 88473 kb/s, 6 fps, 6 tbr, 1000k tbn, 1000k tbc
    File '/home/ytan/Dev/out.avi' already exists. Overwrite ? [y/N] y
    [avi @ 0x1f4a680] Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead.
    Output #0, avi, to '/home/ytan/Dev/out.avi':
     Metadata:
       ISFT            : Lavf57.47.101
       Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 1280x720, q=2-31, 200 kb/s, 6 fps, 6 tbn, 6 tbc
       Metadata:
         encoder         : Lavc57.54.100 mpeg4
       Side data:
         cpb: bitrate max/min/avg: 0/0/200000 buffer size: 0 vbv_delay: -1
    Stream mapping:
     Stream #0:0 -> #0:0 (rawvideo (native) -> mpeg4 (native))
    Could not write header for output file #0 (incorrect codec parameters ?): Immediate exit requested
    Exiting normally, received signal 2.

    At this point I figured that somehow ffmpeg isn’t able to read the frames from the webcam. Just to double-check, I tried running cheese to see if the issue is not exclusive to ffmpeg, and I was right. Here is a screenshot.

    Can someone help me with this ?

  • avformat/segafilm : drop song and dance, this seems not to do anything anymore since...

    7 janvier 2014, par Michael Niedermayer
    avformat/segafilm : drop song and dance, this seems not to do anything anymore since a long time
    

    Fixes use of uninitialized memory
    Partly fixes ; msan_uninit-mem_7fb7d24780d0_2744_R03T.CAK
    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/segafilm.c
  • Revision d39f279daa : vp9_decode_frame : group assignments/setup calls group error checking at the top

    26 octobre 2013, par James Zern

    Changed Paths :
     Modify /vp9/decoder/vp9_decodframe.c



    vp9_decode_frame : group assignments/setup calls

    group error checking at the top followed by allocations, setup then
    decode.

    Change-Id : I877d21326bb767885520511ecea70e5fd1e28054