
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (42)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Mise à disposition des fichiers
14 avril 2011, parPar défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)
Sur d’autres sites (5091)
-
How to only list audio devices using FFmpeg ?
18 juillet 2022, par LeonI am doing an audio recording project using FFmpeg 5.0.1. To list all the available audio input devices for the user to select and use, I used the function
avdevice_list_input_sources()
. My code goes like this :

avdevice_list_input_sources(av_find_input_format("dshow"), NULL, NULL, &device_list);



Where
device_list
is declared as

AVDeviceInfoList* device_list;



But this way, all the input devices supported, including audio and video, are listed. This could compromise the program's stability, for the user could select a video device listed and cause the program to crash. So I need to find a way to only list audio input devices or delete the video devices from
device_list
. But so far, I have not found a feasible away.

Does anyone know how to do so ?


-
nvenc : Fix the preset mapping list
24 février 2017, par Ben Changnvenc : Fix the preset mapping list
The map is a sparse array and does not need a empty element to terminate
it.The empty element is stored after the last one inserted in the list,
overwriting whichever element was next with zeros.Bug-Id : 1029
Signed-off-by : Luca Barbato <lu_zero@gentoo.org>
-
Revision 0b3ffed9be : Add transcode flag in the experimental list Change-Id : I756b5899d3b5101643b4e08
11 juin 2014, par Jingning HanChanged Paths :
Modify /configure
Add transcode flag in the experimental listChange-Id : I756b5899d3b5101643b4e084a1647a15b427d9e9