Recherche avancée

Médias (91)

Autres articles (101)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Installation en mode standalone

    4 février 2011, par

    L’installation de la distribution MediaSPIP se fait en plusieurs étapes : la récupération des fichiers nécessaires. À ce moment là deux méthodes sont possibles : en installant l’archive ZIP contenant l’ensemble de la distribution ; via SVN en récupérant les sources de chaque modules séparément ; la préconfiguration ; l’installation définitive ;
    [mediaspip_zip]Installation de l’archive ZIP de MediaSPIP
    Ce mode d’installation est la méthode la plus simple afin d’installer l’ensemble de la distribution (...)

Sur d’autres sites (12675)

  • How to load cross domain videos into video tag for web gl processing ?

    22 novembre 2013, par user3022391

    Current working on a project using FFMpeg and stream.m to transcode a live stream to web.m format for use in a HTML5 desktop player on chrome. All works well when sending the video to a standard video tag, however when it used in my canvas / webgl application it struggles to load the video reporting the following error repeatedly :

    Uncaught SecurityError : Failed to execute 'texImage2D' on 'WebGLRenderingContext' : the video element contains cross-origin data, and may not be loaded.

    Looking into CORS, it seems that because the website is loading on http (80) and I am streaming the converted video live from the stream.m server (which is on the same domain but uses port 8089 - this counts as cross-domain video sourcing. I've added allow policies to the .htaccess file and cross-domain.xml however still seeing the issue.

    Does anyone know if you can add custom allow-access headers to ffmpeg output or know of an alternative workaround ?

  • Merge several images to form a single image using C [on hold]

    6 mai 2016, par Muthu GM
    BufferedImage image1 = ImageIO.read(new File(path, "image1.png"));
    BufferedImage image2 = ImageIO.read(new File(path, "image2.png"));

    BufferedImage result = new BufferedImage(1020,780,BufferedImage.TYPE_INT_ARGB);
    Graphics g = result.getGraphics();

    g.drawImage(image1, 0, 0, null);
    g.drawImage(image2, 280, 540, null);

    ImageIO.write(result, "PNG", new File(path, "result.png"));

    I need the alternative way to merge image in C like the above java code.

  • FFMPEG can't find audio device for webcam on one computer

    13 mars 2018, par David

    I am building a webcam recording app. I am using FFMPEG to capture the audio and video. I have a Logitech C930 webcam.

    >ffmpeg -list_devices true -f dshow -i dummy
    ffmpeg version N-90155-g28924f4b48 Copyright (c) 2000-2018 the FFmpeg developers
      built with gcc 7.3.0 (GCC)
      configuration : —enable-gpl —enable-version3 —enable-sdl2 —enable-bzlib —enable-fontconfig —enable-gnutls —enable-iconv —enable-libass —enable-libbluray —enable-libfreetype —enable-libmp3lame —enable-libopencore-amrnb —enable-libopencore-amrwb —enable-libopenjpeg —enable-libopus —enable-libshine —enable-libsnappy —enable-libsoxr —enable-libtheora —enable-libtwolame —enable-libvpx —enable-libwavpack —enable-libwebp —enable-libx264 —enable-libx265 —enable-libxml2 —enable-libzimg —enable-lzma —enable-zlib —enable-gmp —enable-libvidstab —enable-libvorbis —enable-libvo-amrwbenc —enable-libmysofa —enable-libspeex —enable-libxvid —enable-libmfx —enable-amf —enable-cuda —enable-cuvid —enable-d3d11va —enable-nvenc —enable-dxva2 —enable-avisynth
      libavutil      56.  7.101 / 56.  7.101
      libavcodec     58. 12.102 / 58. 12.102
      libavformat    58.  9.100 / 58.  9.100
      libavdevice    58.  2.100 / 58.  2.100
      libavfilter     7. 12.100 /  7. 12.100
      libswscale      5.  0.101 /  5.  0.101
      libswresample   3.  0.101 /  3.  0.101
      libpostproc    55.  0.100 / 55.  0.100
    [dshow @ 0000024786c38680] DirectShow video devices (some may be both video and audio devices)
    [dshow @ 0000024786c38680]  "Microsoft Camera Front"
    [dshow @ 0000024786c38680]     Alternative name "@device_pnp_~?\display#int3470#4&1835d135&0&uid13424#65e8773d-8f56-11d0-a3b9-00a0c9223196bf89b5a5-61f7-4127-a279-e187013d7caf"
    [dshow @ 0000024786c38680]  "Microsoft Camera Rear"
    [dshow @ 0000024786c38680]     Alternative name "@device_pnp_~?\display#int3470#4&1835d135&0&uid13424#65e8773d-8f56-11d0-a3b9-00a0c92231967c9bbcea-909c-47b3-8cf9-2aa8237e1d4b"
    [dshow @ 0000024786c38680]  "Logitech Webcam C930e"
    [dshow @ 0000024786c38680]     Alternative name "@device_pnp_~?\usb#vid_046d&pid_0843&mi_00#8&dd2d9e1&0&0000#65e8773d-8f56-11d0-a3b9-00a0c9223196\global"
    [dshow @ 0000024786c38680]  "ChromaCam"
    [dshow @ 0000024786c38680]     Alternative name "@device_sw_860BB310-5D01-11D0-BD3B-00A0C911CE863403512D-FE5D-4D68-B053-E86D662E4D58"
    [dshow @ 0000024786c38680] DirectShow audio devices
    [dshow @ 0000024786c38680]  "Microphone (2- Logitech Webcam C930e)"
    [dshow @ 0000024786c38680]     Alternative name "@device_cm_33D9A762-90C8-11D0-BD43-00A0C911CE86\wave_1AF7CBFB-477F-44D9-B8C4-E178F036B5D1"
    dummy : Immediate exit requested

    Notice the "Microphone (2- Logitech Webcam C930e)" audio device. I can capture from it using FFMPEG.

    Now, I move the same camera to a different computer (Intel Compute Stick) running nearly the same build of windows (16299.251 on the stick, 16299.248 on the laptop). Stick is 32-bit home and laptop is 64-bit Pro (shouldn’t matter, should it ?).
    I run the same command with the exact same camera and same drivers installed :

    >ffmpeg -list_devices true -f dshow -i dummy
    ffmpeg version 3.4.2 Copyright (c) 2000-2018 the FFmpeg developers
      built with gcc 7.3.0 (GCC)
      configuration : —enable-gpl —enable-version3 —enable-sdl2 —enable-bzlib —enable-fontconfig —enable-gnutls —enable-iconv —enable-libass —enable-libbluray —enable-libfreetype —enable-libmp3lame —enable-libopencore-amrnb —enable-libopencore-amrwb —enable-libopenjpeg —enable-libopus —enable-libshine —enable-libsnappy —enable-libsoxr —enable-libtheora —enable-libtwolame —enable-libvpx —enable-libwavpack —enable-libwebp —enable-libx264 —enable-libx265 —enable-libxml2 —enable-libzimg —enable-lzma —enable-zlib —enable-gmp —enable-libvidstab —enable-libvorbis —enable-libvo-amrwbenc —enable-libmysofa —enable-libspeex —enable-libxvid —enable-libmfx —enable-cuda —enable-cuvid —enable-d3d11va —enable-nvenc —enable-dxva2 —enable-avisynth
      libavutil      55. 78.100 / 55. 78.100
      libavcodec     57.107.100 / 57.107.100
      libavformat    57. 83.100 / 57. 83.100
      libavdevice    57. 10.100 / 57. 10.100
      libavfilter     6.107.100 /  6.107.100
      libswscale      4.  8.100 /  4.  8.100
      libswresample   2.  9.100 /  2.  9.100
      libpostproc    54.  7.100 / 54.  7.100
    [dshow @ 00797be0] DirectShow video devices (some may be both video and audio devices)
    [dshow @ 00797be0]  "Logitech Webcam C930e"
    [dshow @ 00797be0]     Alternative name "@device_pnp_~?\usb#vid_046d&pid_0843&mi_00#6&dd2d9e1&0&0000#65e8773d-8f56-11d0-a3b9-00a0c9223196\global"
    [dshow @ 00797be0] DirectShow audio devices
    [dshow @ 00797be0] Could not enumerate audio only devices (or none found).
    dummy : Immediate exit requested
    

    No Audio device listed ? What ? If I use python’s sounddevice module, it sees the audio device :

    > python -m sounddevice
    0 Microsoft Sound Mapper - Output, MME (0 in, 2 out)
     1 Remote Audio, MME (0 in, 2 out)
      2 Primary Sound Driver, Windows DirectSound (0 in, 2 out)
      3 Remote Audio, Windows DirectSound (0 in, 2 out)
      4 Remote Audio, Windows WASAPI (0 in, 2 out)
      5 Microphone (Logitech Webcam C930e), Windows WDM-KS (2 in, 0 out)
    

    I can capture from that audio device with sounddevice, but I can’t get FFMPEG to capture from it.

    >ffmpeg -report -rtbufsize 50000k-f dshow -i video="Logitech Webcam C930e":audio="Microphone (Logitech Webcam C930e)" -t 120 -y -s 1920x1080 -q 2 -video_pin_name 1 -audio_pin_name 5 -filter:v setpts=1*PTS Watchmen_20180312095119_c.avi
    ffmpeg started on 2018-03-12 at 17:07:08
    Report written to "ffmpeg-20180312-170708.log"
    ffmpeg version 3.4.2 Copyright (c) 2000-2018 the FFmpeg developers
      built with gcc 7.3.0 (GCC)
      configuration : —enable-gpl —enable-version3 —enable-sdl2 —enable-bzlib —enable-fontconfig —enable-gnutls —enable-iconv —enable-libass —enable-libbluray —enable-libfreetype —enable-libmp3lame —enable-libopencore-amrnb —enable-libopencore-amrwb —enable-libopenjpeg —enable-libopus —enable-libshine —enable-libsnappy —enable-libsoxr —enable-libtheora —enable-libtwolame —enable-libvpx —enable-libwavpack —enable-libwebp —enable-libx264 —enable-libx265 —enable-libxml2 —enable-libzimg —enable-lzma —enable-zlib —enable-gmp —enable-libvidstab —enable-libvorbis —enable-libvo-amrwbenc —enable-libmysofa —enable-libspeex —enable-libxvid —enable-libmfx —enable-cuda —enable-cuvid —enable-d3d11va —enable-nvenc —enable-dxva2 —enable-avisynth
      libavutil      55. 78.100 / 55. 78.100
      libavcodec     57.107.100 / 57.107.100
      libavformat    57. 83.100 / 57. 83.100
      libavdevice    57. 10.100 / 57. 10.100
      libavfilter     6.107.100 /  6.107.100
      libswscale      4.  8.100 /  4.  8.100
      libswresample   2.  9.100 /  2.  9.100
      libpostproc    54.  7.100 / 54.  7.100
    video=Logitech Webcam C930e:audio=Microphone (Logitech Webcam C930e) : No such file or directory
    

    I have been trying to debug by removing and reinstalling drivers, etc, but to no avail. I also grabbed a Microsoft Lifecam webcam and got similar results. I can see the lifecam’s audio on the laptop but not the stick in just the same manner as the logitech camera.
    How can I get the audio device to show up on the stick so I can capture from it ?