
Recherche avancée
Autres articles (101)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
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 (...) -
Emballe Médias : Mettre en ligne simplement des documents
29 octobre 2010, parLe plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)
Sur d’autres sites (13198)
-
avformat/mpegts : skip non-PMT tids earlier
9 mai 2018, par Aman Guptaavformat/mpegts : skip non-PMT tids earlier
This mimics the logic flow in all the other callbacks
(pat_cb, sdt_cb, m4sl_cb), and avoids calling skip_identical()
for non PMT_TID packets.Since skip_identical modifies internal state like
MpegTSSectionFilter.last_ver, this change prevents unnecessary
reprocessing on some streams which contain multiple tables in
the PMT pid. This can be observed with streams from certain US
cable providers, which include both tid=0x2 and another unspecified
tid=0xc0.Signed-off-by : Aman Gupta <aman@tmm1.net>
-
DirectShow AJA Audio capture with FFMPEG
29 septembre 2021, par NiCOI have an AJA board with an SDI input cable connected to it.
The input signal has video and audio embeded.



The video is accesible through the "Vid" Pin and the audio is accesible through the "Aud 1-2" pin.



Well running DirectShow filter graphs :









"No Direct Show Audio Devices" :






I cannot get FFMPEG to correctly map the audio part.



This is what I tried without success to record the audio :



ffmpeg -y -rtbufsize 2048M -f dshow -i audio="AJA S-Capture KonaLHi- 0" -acodec pcm_s24le -ar 48000 output.wav

ffmpeg -y -rtbufsize 2048M -f dshow -audio_pin_name "Aud 1-2" -i audio="AJA S-Capture KonaLHi- 0" -acodec pcm_s24le -ar 48000 output.wav




this is the return error I get
return error :






The filter is NOT being used by any other software.
I have no problems recording the video.


-
FFMPEG DirectShow AJA Audio capture
15 août 2018, par NiCOI have an AJA board with an SDI input cable connected to it.
The input signal has video and audio embeded.The video is accesible through the "Vid" Pin and the audio is accesible through the "Aud 1-2" pin.
Well running DirectShow filter graphs :
"No Direct Show Audio Devices" :
I cannot get FFMPEG to correctly map the audio part.
This is what I tried without success to record the audio :
ffmpeg -y -rtbufsize 2048M -f dshow -i audio="AJA S-Capture KonaLHi- 0" -acodec pcm_s24le -ar 48000 output.wav
ffmpeg -y -rtbufsize 2048M -f dshow -audio_pin_name "Aud 1-2" -i audio="AJA S-Capture KonaLHi- 0" -acodec pcm_s24le -ar 48000 output.wavthis is the return error I get
return error :The filter is NOT being used by any other software.
I have no problems recording the video.