
Recherche avancée
Autres articles (7)
-
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...) -
Personnaliser l’affichage de mon Médiaspip
27 mai 2013Vous pouvez modifier la configuration du squelette afin de personnaliser votre Médiaspip Voir aussi plus d’informations en suivant ce lien
Comment supprimer le nombre de vues d’affichage d’un média ?
Administrer > Gestion du squelette > Pages des articles et médias Cocher dans "Informations non affichées sur les pages de médias" les paramètres que vous ne souhaitez pas afficher.
Comment supprimer le titre de mon Médiaspip dans le bandeau horizontal ?
Administrer > Gestion du squelette > (...)
Sur d’autres sites (2445)
-
ffmpeg - Replace one word audio in video at different specific timeline [duplicate]
17 décembre 2019, par SiddharthThis question is an exact duplicate of :
How can i replace one word (newyork to be replaced by california) throughtout the video where speaker says "Newyork". I want that "Newyork" word to be removed from the audio (while keeping video intact) and insert "california" throughout the video at different places.
I have an audio file where speaker says "California" which i want to replace with "newyork" word.
How can i do that using FFMPEG ?
-
Revision 76885de5ad : [spatial svc] Use string for quantizers and scale-factors option in the test app
18 septembre 2014, par Minghai ShangChanged Paths :
Modify /examples/vp9_spatial_svc_encoder.c
Modify /test/svc_test.cc
Modify /vpx/exports_enc
Modify /vpx/src/svc_encodeframe.c
Modify /vpx/svc_context.h
[spatial svc] Use string for quantizers and scale-factors option in the test app1. This is to align with the ffmpeg implementation
2. Remove APIs for setting quantizers and scale-factorsChange-Id : I6e238d71db790a9fb3254baaeb61e2a5aac58f48
-
avformat/dtsdec : Extend DTS core sync word
28 avril 2015, par foo86avformat/dtsdec : Extend DTS core sync word
Check extended sync word for 16-bit LE and BE core streams to reduce
probability of alias sync detection. Previously sync word extension was
checked only for 14-bit streams.This follows up the similar change in avcodec/dca_parser.
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>