
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (108)
-
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...) -
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
Sur d’autres sites (4329)
-
Using FFMPEG : How to do a Scene Change Detection ? with timecode ?
31 mai 2024, par MozartBased on this article it seems that it is possible to use FFMPEG to detect scene change in videos :
http://www.luckydinosaur.com/u/ffmpeg-scene-change-detector



Now I have a video that displays a book text and when the text (word or sentence) is spoken it gets highlighted. 
Something like this audio book : https://youtu.be/lA7L6ZNVKjc



I need to know the timestamp when the text gets highlighted (hence scene change), this will allow me to add timestamp tags on my youtube video, so it becomes easier for listeners to navigate through the audiobook.



What is the magic command line that would do this ?



Thank you very much !


-
Merge remote-tracking branch ’qatar/master’
24 février 2014, par Michael Niedermayer -
avutil/mips : refactor msa load and store macros.
17 juillet 2019, par Shiyou Yinavutil/mips : refactor msa load and store macros.
Replace STnxm_UB and LDnxm_SH with new macros ST_H/W/D1/2/4/8.
The old macros are difficult to use because they don't follow the same parameter passing rules.
Changing details as following :
1. remove LD4x4_SH.
2. replace ST2x4_UB with ST_H4.
3. replace ST4x2_UB with ST_W2.
4. replace ST4x4_UB with ST_W4.
5. replace ST4x8_UB with ST_W8.
6. replace ST6x4_UB with ST_W2 and ST_H2.
7. replace ST8x1_UB with ST_D1.
8. replace ST8x2_UB with ST_D2.
9. replace ST8x4_UB with ST_D4.
10. replace ST8x8_UB with ST_D8.
11. replace ST12x4_UB with ST_D4 and ST_W4.Examples of new macro : ST_H4(in, idx0, idx1, idx2, idx3, pdst, stride)
ST_H4 store four half-word elements in vector 'in' to pdst with stride.
About the macro name :
1) 'ST' means store operation.
2) 'H/W/D' means type of vector element is 'half-word/word/double-word'.
3) Number '1/2/4/8' means how many elements will be stored.
About the macro parameter :
1) 'in0, in1...' 128-bits vector.
2) 'idx0, idx1...' elements index.
3) 'pdst' destination pointer to store to
4) 'stride' stride of each store operation.Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>
- [DH] libavcodec/mips/h263dsp_msa.c
- [DH] libavcodec/mips/h264chroma_msa.c
- [DH] libavcodec/mips/h264dsp_msa.c
- [DH] libavcodec/mips/h264idct_msa.c
- [DH] libavcodec/mips/h264qpel_msa.c
- [DH] libavcodec/mips/hevc_idct_msa.c
- [DH] libavcodec/mips/hevc_lpf_sao_msa.c
- [DH] libavcodec/mips/hevc_mc_bi_msa.c
- [DH] libavcodec/mips/hevc_mc_biw_msa.c
- [DH] libavcodec/mips/hevc_mc_uni_msa.c
- [DH] libavcodec/mips/hevc_mc_uniw_msa.c
- [DH] libavcodec/mips/hevcdsp_msa.c
- [DH] libavcodec/mips/hevcpred_msa.c
- [DH] libavcodec/mips/hpeldsp_msa.c
- [DH] libavcodec/mips/qpeldsp_msa.c
- [DH] libavcodec/mips/vp3dsp_idct_msa.c
- [DH] libavcodec/mips/vp8_idct_msa.c
- [DH] libavcodec/mips/vp8_lpf_msa.c
- [DH] libavcodec/mips/vp8_mc_msa.c
- [DH] libavcodec/mips/vp9_idct_msa.c
- [DH] libavcodec/mips/vp9_intra_msa.c
- [DH] libavcodec/mips/vp9_lpf_msa.c
- [DH] libavcodec/mips/vp9_mc_msa.c
- [DH] libavutil/mips/generic_macros_msa.h