
Recherche avancée
Autres articles (77)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (12423)
-
Mapping streams by language in FFmpeg
6 décembre 2023, par ffmpeg123I have lots of files with multiple audio and subtitle languages, however the track numbers aren't consistent (the English audio stream isn't always the first) so using a command such as :


ffmpeg -i "input.mkv" -map 0 -map -0:a:1 -c:v copy -c:a copy "output.mkv"



doesn't yield expected results. After searching around I discovered it was possible to map streams based on language with this command :


ffmpeg -i "input.mkv" -map 0 -map -0:m:language:eng -c:v copy -c:a copy "output.mkv"



However
-map -0:m:language:eng
will remove all tracks with the English language flag. To keep the subtitle tracks you can use-map 0:s
this is a good solution however, I want to know if it's possible to only map audio streams based on language. I.e.,

I want to remove English audio while retaining all other streams without using stream IDs.


-
Use ffprobe to view audio tracks by language [on hold]
19 novembre 2016, par crosenblumI wish to use ffprobe to list all audio streams, and show what language is used.
Simply this is part of me trying to find ways to automatically remove non-english tracks from video files.
I am new to ffprobe, but have had some experience using ffmpeg.
Because I know that there is no guarantee of what order the language tracks may be.
That is why I think it is vital to list each track, by number, then language, then when I know this part works, figure out how to remove the non-english ones.
Thanks for your time.
-
Anomalie #3331 : Ordre des plugins de la dist
3 novembre 2014, par guytarr °Majuscule / minuscule pas pris en compte par mysql, prise en compte par sqlite, d’où jQuery après les autres qui ont tous des majuscules (et sont bien dans le "bon ordre")