
Recherche avancée
Autres articles (61)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (7208)
-
avcodec/jpeglsdec : Check run value more completely in ls_decode_line()
2 octobre 2014, par Michael Niedermayeravcodec/jpeglsdec : Check run value more completely in ls_decode_line()
previously it could have been by 1 too large
Fixes out of array access
Fixes : asan_heap-oob_12240f5_1_asan_heap-oob_12240f5_448_t8c1e3.jls
Fixes : asan_heap-oob_12240f5_1_asan_heap-oob_12240f5_448_t8nde0.jls
Fixes : asan_heap-oob_12240fa_1_asan_heap-oob_12240fa_448_t16e3.jlsFound-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by : Michael Niedermayer <michaelni@gmx.at> -
x86inc : Make INIT_CPUFLAGS support an arbitrary number of cpuflags
5 septembre 2014, par Henrik Gramner -
ffmpeeg copying audio codec type while concating videos
6 décembre 2020, par ScipioAfricanusI am using the following commands :


ffmpeg -i data/staging/0.mkv -i data/staging/1.mkv -map 0 -filter_complex concat=n=2:v=1:a=2 -threads 8.0 data/staging/concat.mkv -y -loglevel error



To combine 2 videos with 2 audio streams and -map 0 is used to maintain various other streams including multiple subs etc.


But the audio going in AAC and coming out the concat end seems to be voris ? I am not sure why this occurs. Is there a way to maintain this ?


The codecs for all input clips will be identical, ad they are split from the same video previously.