
Recherche avancée
Médias (1)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
Autres articles (58)
-
Qu’est ce qu’un éditorial
21 juin 2013, parEcrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
Vous pouvez personnaliser le formulaire de création d’un éditorial.
Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (8748)
-
Anomalie #3779 : Erreur ""Un dossier temporaire est manquant pour télécharger les fichiers"
7 mai 2016, par Franck DalotBuenos dias, :-)
necesito mas informaciones para tratar de reproducir el problema
version de PHP ?
Version de spip 3.1.x ; 3.0.x ; 2.1.x ?
Se trata de una version NATIVA o de un sitio que ,por ejemplo paso de una version 3.0.x a una version 3.10x ?
tipo del’magen ?jpeg ?gif ?... -
How to map inputs from multiple device into single stream with multiple channels ?
30 septembre 2019, par ศาสะ ศรีศักดิ์I’m try to use ffmpeg to map audio streams from 4 sound cards in to single file with 8 channels. I’m try to learn how to use map_channel or -filter_complex but no luck, its hard to understand. Please tell me how command should be.
Here is my code so far.
ffmpeg -f dshow -i audio="Mic/Inst/Line In 1/2 (4- Studio 1824)"
-f dshow -i audio="Mic/Line In 3/4 (4- Studio 1824)"
-f dshow -i audio="Mic/Line In 5/6 (4- Studio 1824)"
-f dshow -i audio="Mic/Line In 7/8 (4- Studio 1824)"
-filter_complex "[0:a:0][0:a:1][1:a:0][1:a:1][2:a:0][2:a:1][3:a:0][3:a:1] amerge=inputs=8" output.wavAfter many trials and errors. some working code.
ffmpeg -f dshow -i audio="Mic/Inst/Line In 1/2 (4- Studio 1824)"
-f dshow -i audio="Mic/Line In 3/4 (4- Studio 1824)"
-f dshow -i audio="Mic/Line In 5/6 (4- Studio 1824)"
-f dshow -i audio="Mic/Line In 7/8 (4- Studio 1824)"
-filter_complex "[0:a][1:a][2:a][3:a]amerge=inputs=4[a]" -map "[a]" output.wavThought, I still don’t understand what is -map "[a]" do.
-
FFmpeg - How do I set audio language and subtitles when converting videos ?
7 mai 2022, par mereMolfI have a handful of mkv video files that happen to have English and Japanese audio tracks along with english subtitles. I want to convert them all to webm files and keep only the Japanese audio with English subtitles.


How do I do that ?


Specifically, I use QWinFF, a GUI frontend to FFmpeg.
Under the Advanced options, I use the following parameters


-f webm -vcodec libvpx -g 120 -level 216 -profile:v 0 -qmax 25 -qmin 10 -rc_buf_aggressivity 0.95 -vb 480k -acodec libvorbis -aq 90



Any help would be appreciated.
Thanks.