Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

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

Autres articles (40)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (4350)

  • 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 : fix decoded creation_time timestamps

    30 juin 2016, par Marton Balint
    avformat : fix decoded creation_time timestamps
    

    Use proper ISO 8601 timestamps which also signal that they are in UTC.

    This changes the format of creation_time and modification_date metadata values
    from 2016-06-01 22:30:00 to 2016-01-01T22:30:00.000000Z

    Fixes ticket #5673.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/matroskadec.c
    • [DH] libavformat/mov.c
    • [DH] libavformat/mxfdec.c
    • [DH] libavformat/version.h
  • Error writing trailer of feed1.ffm Broken pipe

    28 août 2016, par Bullgod

    i’m using ffserver to streaming videos but i have a problem when i create the playlist to stream.
    The problem is :

    av_interleaved_write_frame(): Broken pipe
    Error writing trailer of http://localhost:8090/feed1.ffm: Broken pipe

    The Command with the problem is :

    # ffmpeg -i 16portrait.mp4 http://localhost:8090/feed1.ffm
    ffmpeg version git-2016-08-27-dc7e5ad Copyright (c) 2000-2016 the FFmpeg developers
    built with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-17)
    configuration : —prefix=/root/ffmpeg_build —extra-cflags=-I/root/ffmpeg_build/include —extra-ldflags=-L/root/ffmpeg_build/lib —bindir=/root/bin —extra-libs=-ldl —enable-gpl —enable-nonfree —enable-libfdk_aac —enable-libmp3lame —enable-libopus —enable-libvorbis —enable-libvpx —enable-libx264 —enable-libfreetype —enable-libspeex —enable-libtheora
    libavutil 55. 29.100 / 55. 29.100
    libavcodec 57. 54.100 / 57. 54.100
    libavformat 57. 48.100 / 57. 48.100
    libavdevice 57. 0.102 / 57. 0.102
    libavfilter 6. 57.100 / 6. 57.100
    libswscale 4. 1.100 / 4. 1.100
    libswresample 2. 1.100 / 2. 1.100
    libpostproc 54. 0.100 / 54. 0.100
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from ’16portrait.mp4’ :
    Metadata :
    major_brand : isom
    minor_version : 512
    compatible_brands : isomiso2avc1mp41
    date : 2013-11-29T13:19:09+0100
    encoder : Lavf57.41.100
    location-fra : +48.8789+002.3376+48.927994/
    location : +48.8789+002.3376+48.927994/
    Duration : 00:00:02.12, start : -0.025057, bitrate : 1226 kb/s
    Stream #0:0(und) : Video : h264 (High) (avc1 / 0x31637661), yuv420p, 320x568, 978 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc
    (default)
    Metadata :
    handler_name : VideoHandler
    Stream #0:1(und) : Audio : mp3 (mp4a / 0x6134706D), 44100 Hz, stereo, s16p, 256 kb/s (default)
    Metadata :
    handler_name : SoundHandler
    [tcp @ 0x3f08e20] Connection to tcp ://localhost:8090 failed (Connection refused), trying next address
    [tcp @ 0x3f29ee0] Connection to tcp ://localhost:8090 failed (Connection refused), trying next address
    [libvpx @ 0x3f15cc0] v1.6.0
    [ffm @ 0x3f8c640] Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead.
    Last message repeated 1 times
    Output #0, ffm, to ’http://localhost:8090/feed1.ffm’ :
    Metadata :
    major_brand : isom
    minor_version : 512
    compatible_brands : isomiso2avc1mp41
    date : 2013-11-29T13:19:09+0100
    creation_time : now
    location-fra : +48.8789+002.3376+48.927994/
    location : +48.8789+002.3376+48.927994/
    encoder : Lavf57.48.100
    Stream #0:0(und) : Audio : vorbis (libvorbis), 22050 Hz, mono, fltp, 64 kb/s (default)
    Metadata :
    handler_name : SoundHandler
    encoder : Lavc57.54.100 libvorbis
    Stream #0:1(und) : Video : vp8 (libvpx), yuv420p, 720x576, q=10-42, 400 kb/s, 29.97 fps, 1000k tbn, 25 tbc (default)
    Metadata :
    handler_name : VideoHandler
    encoder : Lavc57.54.100 libvpx
    Side data :
    cpb : bitrate max/min/avg : 0/0/0 buffer size : 800000 vbv_delay : -1
    Stream mapping :
    Stream #0:1 -> #0:0 (mp3 (native) -> vorbis (libvorbis))
    Stream #0:0 -> #0:1 (h264 (native) -> vp8 (libvpx))
    Press [q] to stop, [?] for help
    av_interleaved_write_frame() : Broken pipe
    Error writing trailer of http://localhost:8090/feed1.ffm : Broken pipeframe= 3 fps=0.0 q=0.0 Lsize= 60kB time=00:00:00.08
    bitrate=6143.9kbits/s dup=1 drop=0 speed=0.44x
    video:50kB audio:0kB subtitle:0kB other streams:0kB global headers:4kB muxing overhead : 19.768417%
    Conversion failed !