
Recherche avancée
Autres articles (110)
-
Formulaire personnalisable
21 juin 2013, parCette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire. (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
Qu’est ce qu’un masque de formulaire
13 juin 2013, parUn masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
Chaque formulaire de publication d’objet peut donc être personnalisé.
Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...)
Sur d’autres sites (13929)
-
ffmpeg - filter_complex list too long
2 mars 2016, par BaumiLet’s say I want to overlay a clock in the video using special font, color, etc to video that is aprox 30 min long. I end up with command :
ffmpeg -y -i in.mp4 -filter_complex "
[0:v]drawtext=fontfile=/var/www/sites/manage/elements/digital-7.ttf:text='00\:00':fontcolor=white@1.0:fontsize=26:x=100:y=65:enable='between(t,0,7)'[tmp];
[tmp]drawtext=fontfile=/var/www/sites/manage/elements/digital-7.ttf:text='00\:01':fontcolor=white@1.0:fontsize=26:x=100:y=65:enable='between(t,7,8)'[tmp];
[tmp]drawtext=fontfile=/var/www/sites/manage/elements/digital-7.ttf:text='00\:02':fontcolor=white@1.0:fontsize=26:x=100:y=65:enable='between(t,8,9)'[tmp];
[tmp]drawtext=fontfile=/var/www/sites/manage/elements/digital-7.ttf:text='00\:03':fontcolor=white@1.0:fontsize=26:x=100:y=65:enable='between(t,9,10)'[tmp];
[tmp]drawtext=fontfile=/var/www/sites/manage/elements/digital-7.ttf:text='00\:04':fontcolor=white@1.0:fontsize=26:x=100:y=65:enable='between(t,10,11)'[tmp];
......."
-map "[tmp]" -map 0:a -acodec copy -c:v h264 out.mp4This clock is not the only overlay I have so finally I have end up with command 216kB long but this I cannot even run in bash because of argument list being too long.
I wanted to re-encode the video only once. Is there any other way I can do that ?
Thanks !
-
ffmpeg : Could not find audio only device
5 août 2023, par ENunnI'm trying to record something off my sound card through ffmpeg, but it refuses to work.


So I first got the list of my devices.


ffmpeg -list_devices true -f dshow -i dummy
[dshow @ 00000228d837f240] "Digital Audio (S/PDIF) (2- Sound Blaster X-Fi Xtreme Audio)" (audio)
[dshow @ 00000228d837f240] Alternative name "@device_cm_{33D9A762-90C8-1"1D0-BD43-00A0C911CE86}\wave_{B7E10DA0-B1E9-4930-8E38-90AECFE61349}



Then I try to get an input working.


ffmpeg -rtbufsize 1702000k -f dshow -audio_pin_name 1 -channels 2 -sample_rate 48000 -acodec pcm_s16le -i audio="Digital Audio (S/PDIF) (2- Sound Blaster X-Fi Xtreme Audio)" -c copy -f wav



However, I get an error message.


Trailing option(s) found in the command: may be ignored.
[dshow @ 0000025b849efa80] Could not set audio only options
[dshow @ 0000025b849efa80] Searching for audio device within video devices for Digital Audio (S/PDIF) (2- Sound Blaster X-Fi Xtreme Audio)
[dshow @ 0000025b849efa80] Could not find audio only device with name [Digital Audio (S/PDIF) (2- Sound Blaster X-Fi Xtreme Audio)] among source devices of type video.
audio=Digital Audio (S/PDIF) (2- Sound Blaster X-Fi Xtreme Audio): I/O error



Don't know why it's saying it can't find an audio only device with that name when there's clearly an audio only device with that name. Tried truncating the name as well, and it didn't work either. Is there a fix for this ? I'm running ffmpeg version N-105384-g6a86dd1172-ge102fd98d6+3.


-
Accessibility to Web video for the Vision-Impaired
12 décembre 2010, par silviaIn the past week, I was invited to an IBM workshop on audio/text descriptions for video in Japan. Geoff Freed and Trisha O’Connell from WGBH, and Michael Evans from BBC research were the other invited experts to speak about the current state of video accessibility around the world and where (...)