
Recherche avancée
Médias (91)
-
Head down (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Echoplex (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Discipline (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Letting you (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
1 000 000 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
999 999 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (54)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette 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. -
Pas question de marché, de cloud etc...
10 avril 2011Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
sur le web 2.0 et dans les entreprises qui en vivent.
Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (8872)
-
ffmpeg not finding system/speaker audio device
6 octobre 2022, par user4609276I'm trying to screen record with audio, and the video portion is fine but I can't record audio because ffmpeg can only find my microphone, but not my speaker/system audio.


[AVFoundation indev @ 0x135f046a0] AVFoundation video devices:
[AVFoundation indev @ 0x135f046a0] [0] FaceTime HD Camera
[AVFoundation indev @ 0x135f046a0] [1] Capture screen 0
[AVFoundation indev @ 0x135f046a0] AVFoundation audio devices:
[AVFoundation indev @ 0x135f046a0] [0] MacBook Pro Microphone



Python Code


os.system(f"""ffmpeg -f avfoundation -video_device_index 1 -i "default:none" -t 00:00:05 -y -r 10 recording{x}.mov""")



Is there a reason why it's not picking up the system audio ? I tried looking around and struggling to find an answer.


Thanks in advance


-
libavcodec/videotoolboxenc : use the correct types for options
18 décembre 2021, par rcombs -
avcodec/frame_thread_encoder : Use more natural types
7 février 2021, par Andreas Rheinhardt