
Recherche avancée
Autres articles (105)
-
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
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 (...)
-
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)
Sur d’autres sites (9294)
-
Fix flv files that stop early
19 octobre 2012, par XonarI downloaded some flv videos some time ago and when watching them they stop at a point. If I skip past that point they continue playing fine up until another point which I can then skip past again (and the cycle goes on until the end of the video)
I already tried
avconv -i input.flv -acodec copy -vcodec copy -g 1 output.flv
To my understanding from reading alot of mostly useless posts regarding this issue the there isn't any keyframes in my metadata and then stop when there is a bad frame.
I tried setting -g higher but output.flv stops at the same point as where the original file stops for the first time. Is there any tool that can fix this.
I can't remember where the original links are located and re-downloading isn't a option and as you can see my re-encoding attempts has failed.
I am using Linux Ubuntu, so I can't use the Windows tools that are available.
-
common.mak : Use CCFLAGS for assembly generation as well
2 décembre 2015, par Timothy Gu -
Revision 3cfed4bf76 : VP9 common for ARMv8 by using NEON intrinsics 14 Add vp9_idct16x16_add_neon.c -
7 février 2014, par James YuChanged Paths :
Delete /vp9/common/arm/neon/vp9_idct16x16_add_neon.asm
Add /vp9/common/arm/neon/vp9_idct16x16_add_neon.c
Add /vp9/common/arm/neon/vp9_idct16x16_add_neon_asm.asm
(from /vp9/common/arm/neon/vp9_idct16x16_add_neon.asm
:ce76aeb00d76cffafd0fd183034b86d26d541e57)
Modify /vp9/common/arm/neon/vp9_idct16x16_neon.c
Modify /vp9/common/vp9_rtcd_defs.pl
Modify /vp9/vp9_common.mk
VP9 common for ARMv8 by using NEON intrinsics 14Add vp9_idct16x16_add_neon.c
vp9_idct16x16_256_add_neon_pass1
vp9_idct16x16_256_add_neon_pass2
vp9_idct16x16_10_add_neon_pass1
vp9_idct16x16_10_add_neon_pass2
Change-Id : I54d25b54a36f4371760f54e4036693aaea40a5de
Signed-off-by : James Yu <james.yu@linaro.org>