
Recherche avancée
Autres articles (88)
-
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 version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, 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 (...) -
Librairies et logiciels spécifiques aux médias
10 décembre 2010, parPour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)
Sur d’autres sites (7728)
-
Using Rust to execute FFMPEG commands
5 avril 2023, par MypantsrtooobigI am using rust to envoke some an ffmpeg command to record desktop audio, microphone audio, and desktop video. I type the command in the CMD and it works, here is that command.

ffmpeg -hide_banner -f dshow -i audio="Microphone (Arctis Nova Pro Wireless)" -f dshow -i audio="What U Hear (Sound Blaster Audigy 5/Rx)" -filter_complex amix=inputs=2 -f gdigrab -framerate 60 -show_region 1 -video_size 600x600 -offset_x 10 -offset_y 20 -i desktop -strftime 1 -y "out%Y-%m-%d_%H-%M-%S.mp4"


And this is the command object with all the arguments


let mut ffmpegcommand = Command::new("ffmpeg");
 ffmpegcommand.arg("-hide_banner")
 .arg("-y")
 .arg("-f")
 .arg("dshow")
 .arg("-i")
 .arg("audio=\"Microphone (Arctis Nova Pro Wireless)\"") 
 .arg("-f")
 .arg("dshow")
 .arg("-i")
 .arg("audio=\"What U Hear (Sound Blaster Audigy 5/Rx)\"")
 .arg("-filter_complex")
 .arg("amix=inputs=2")
 .arg("-f")
 .arg("gdigrab")
 .arg("-framerate")
 .arg("60")
 .arg("-show_region")
 .arg("1")
 .arg("-video_size")
 .arg("600x600")
 .arg("-offset_x")
 .arg("100")
 .arg("-offset_y")
 .arg("100")
 .arg("-i")
 .arg("desktop")
 .arg("-strftime")
 .arg("1")
 .arg("G:\\School\\Capstone\\screenshotFFMPEG\\%Y-%m-%d_%H-%M-%S.mp4");
 ffmpegcommand.status().expect("DID NTO WORK LOSER");



Envoking this command results in this error from the console :


[dshow @ 0000026421be4880] Could not find audio only device with name ["Microphone (Arctis Nova Pro Wireless)"] among source devices of type audio.
[dshow @ 0000026421be4880] Searching for audio device within video devices for "Microphone (Arctis Nova Pro Wireless)"
[dshow @ 0000026421be4880] Could not find audio only device with name ["Microphone (Arctis Nova Pro Wireless)"] among source devices of type video.
audio="Microphone (Arctis Nova Pro Wireless)": I/O error



I would think that the error is the device name is wrong being that they NEED to have the "'s when ffmpeg gets it but I am lost because in the error the name is perfectly identical with the output for the device when I do a ffmpeg -list_devices command


[dshow @ 0000013ea9cfe600] "Microphone (Arctis Nova Pro Wireless)" (audio)
[dshow @ 0000013ea9cfe600] Alternative name "@device_cm_{33D9A762-90C8-11D0-BD43-00A0C911CE86}\wave_{DE99F572-E285-4EBC-A263-2D782B212FA7}"



There are no spaces and to my knowledge the names are identical. I am at a loss, any assistance is appriciated.


-
Anomalie #4593 (En cours) : Manque le bouton "supprimer"
31 octobre 2020, par Franck DHello,
Windows 10 (1909)Laragon avec :
Php 8.0.0RC3 (VS16 x64 Non Thread Safe) https://windows.php.net/qa
Apache 2.4.46 Win64 avec mod_fcgid-2.3.10-win64-VS16 https://www.apachelounge.com/download/
Mysql 8.0.22 (mysql-8.0.22-winx64.zip) https://dev.mysql.com/downloads/mysql/
phpMyAdmin 5.0.4 https://www.phpmyadmin.netInstallation en MySQL
Prefix des tables à l’installation : "test7"
SPIP 3.3.0-dev GIT [master : 2d07177b]Installation d’un spip tout neuf.
Si une personne souhaite faire la suppression de plusieurs plug dans l’onglet "inactifs" il manque dans le menu déroulant l’option "supprimer", il n’y a que "activer" contrairement aux boutons en face des plugs (voir copie d’écran) -
Anomalie #4442 : Notice quand ajout d’un dépôt
24 octobre 2020, par Franck DHello :)
Pour info, je viens de faire un test avec Laragon avec un spip tout neuf, et cela donne la même choseWindows 10 (1909)
Laragon avec :
Php 8.0.0RC2 (VS16 x64 Non Thread Safe) https://windows.php.net/qa
Apache 2.4.46 Win64 avec mod_fcgid-2.3.10-win64-VS16 https://www.apachelounge.com/download/
Mysql 8.0.22 (mysql-8.0.22-winx64.zip) https://dev.mysql.com/downloads/mysql/
phpMyAdmin 5.0.4 https://www.phpmyadmin.netPrefix des tables à l’installation : "test1"
SPIP 3.3.0-dev GIT [master : 08981b68]