Recherche avancée

Médias (91)

Autres articles (92)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

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

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (6718)

  • Video files are not opening for sample applications in Info Sphere Streams

    10 mars 2017, par Pavan Kumar

    I am new to IBM Info Sphere Streams, I read an article which says IBM Info Sphere streams is capable of doing Image processing. After some research I got to know that, we have to install OpenCV and FFMpeg lybraries with its dependecies. I have installed all of them and tried sample applications. I can run applications which contains Images as input, but when it comes to processing with videos it’s not working. I am unable to use x11viewer operator as well. I am getting the following error while working with sample videos.

    (Streams com.ibm.streamsx.opencv::X11Viewer operator:7889): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    28 Feb 2017 14:00:34.672 [7889] ERROR #splapptrc,J[0],P[0],vid0,spl_pe M[PEImpl.cpp:process:1270]  - CDISR5079E: An exception occurred during the processing of the processing element. The error is: Unable to open camera {0}.

    I did not install any GPU device drivers here but when I used the following commands I am getting results like below,

    [streamsadmin@streamsqse output]$ lspci | grep VGA
    00:0f.0 VGA compatible controller: VMware SVGA II Adapter

    [streamsadmin@streamsqse output]$ find /dev -group video
    /dev/fb0
    /dev/dri/card0
    /dev/dri/renderD128
    /dev/dri/controlD64
    /dev/agpgart

    and

    glxinfo | grep -i vendor
    server glx vendor string: SGI
    client glx vendor string: Mesa Project and SGI
    OpenGL vendor string: VMware, Inc

    My doubt here is, whether I have installed GPU Drivers properly or do I need to install them again ? Can anyone help me to resolve this issue.

    And I am unable to open those videos by using any player as well.

  • cpu.c : Merge ia32 and x86_64 CPU info functions

    27 février 2017, par Erik de Castro Lopo
    cpu.c : Merge ia32 and x86_64 CPU info functions
    

    After the removal of the OS SSE detection stuff ia32_cpu_info()
    and x86_64_cpu_info() became very similar. Merging them makes
    sense.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/libFLAC/cpu.c
    • [DH] src/libFLAC/ia32/cpu_asm.nasm
    • [DH] src/libFLAC/include/private/cpu.h
    • [DH] src/libFLAC/stream_decoder.c
    • [DH] src/libFLAC/stream_encoder.c
  • ffmpeg get info from http stream get bitrate

    19 décembre 2016, par user2631534

    i im using ffprobe and ffmpeg and i im unable to get bitrate from video...i im uisng this command :

    ./ffmpeg -i http://fra1.ddns.net:97/live/test/test/24.m3u8
    ./ffprobe -i http://fra1.ddns.net:97/live/test/test/24.m3u8

    And this is what i get :

    Input #0, hls,applehttp, from 'http://fra1.ddns.net:97/live/test/test/24.m3u8':
    Duration: N/A, start: 27570.901933, bitrate: N/A
    Program 0
    Metadata:
     variant_bitrate : 0
    Stream #0:0: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p, 720x576 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc
    Stream #0:1: Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 139 kb/s
    Stream #0:2: Subtitle: dvb_teletext ([6][0][0][0] / 0x0006)

    As you can see i im getting bitrate : N/A and could not get why ?

    server is ubuntu 14,04 64-bit