
Recherche avancée
Autres articles (61)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (4838)
-
Configure ffmpg for android under Windows system [on hold]
7 janvier 2014, par Mrityunjoy MukherjeeHow do I configure ffmpeg for android under Windows system. I have searched a lot . But I have not got the proper way to configure ffmpeg for android under Windows system. Please help on this topic.......
-
How to capture audio/video from two different browser windows
30 août 2018, par ColegatronI am writting an application that needs to run two browser windows and need to capture audio and video from from each of them in different output files.
It runs under linux (ubuntu18, pulseaudio)As per ffmpeg and xvfb documentation I see how to reproduce each window in a different framebuffer and capture the image getting different outputs.
But as far as I can see ffmpeg uses -i to specify the audio device to capture from, making both videos audio mixed. What I need is to specify an application/process/window.Question is : how can I capture also the audio for each browser window without mix both windows audio ?
Thanks a lot
-
FFmpeg Windows directshow filter
24 mai 2016, par kiwijusI’m trying to open a directshow video source (webcam/push source) using the ffmpeg api however I’m not having any luck.
I’ve tried usingav_open_input_file()
however I don’t think this is the right way... Does anyone have any pointers ?
I’m using visual studio and c++ on a windows system