
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (92)
-
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 (...) -
Taille des images et des logos définissables
9 février 2011, parDans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...) -
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 (...)
Sur d’autres sites (3186)
-
FFMPEG output to append to a text file without overwriting the content
5 juin 2018, par ST94I am sending a UDP stream to the destination and saving the contents of the FFMPEG output to a text file. I run the ffmpeg command in a loop as follows,
while :
do
echo `ffmpeg -hide_banner -f v4l2 -i /dev/video0 -c:v libx264 -f mpegts tcp://ip:port -c:v libx264 /path/to/.mp4 2> out.txt -y`
doneWhen I disconnect the cable connected the destination, the above ffmpeg process stops and a new one starts oevrwriting the content of the output that has been saved. And when I reconnect the cable, a new ffmpeg process starts and its output is what is displayed in the out.txt file.
I need the output of each ffmpeg process that runs to an output file. Can anyone please suggest me a way to do it ?
-
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. -
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.