
Recherche avancée
Autres articles (45)
-
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
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 (...)
-
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)
Sur d’autres sites (4820)
-
How to access microphone using FFMPEG with C++
14 juin 2014, par GodsppedI want to be able to access a microphone on the computer using ffmpeg in C++, I can not find any example to do so. Do I have to use "avformat_open_input", but how do I know the list of audio capture devices on the computer ?
Does anyone have some sample code or a tutorial they came by so that I can get started.
Thanks in advance !
-
Uploading the live video using NodeJS with watermark [closed]
6 octobre 2020, par Rohit AgarwalI am looking to upload the live video using NodeJS with watermark. Its an online assessment application where more than 200 candidate will appear for exam at a time. Can anyone help me out for the best possible architecture or procedure to do this ?


Thanks in advance.


-
Unable to retrieve bitrate for some formats with ffmpeg api
22 août 2021, par User42Well, the header says it (nearly) all :


Getting the bitrate by


AVStream.codec.bit_rate


works well for all my audio formats,


but for flac, opus and mka
it has 0.


I haven't found a different place to take it from.


But ffmpeg/ffprobe CLI reports bitrate correctly...


How ?


Thankyou in advance !