
Recherche avancée
Autres articles (107)
-
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 (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
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 (7247)
-
Revision 1092140379 : No longer use use_lastframe_partitioning speed feature The speedup in rd_pick_p
6 septembre 2014, par Yunqing WangChanged Paths :
Modify /vp9/encoder/vp9_speed_features.c
No longer use use_lastframe_partitioning speed featureThe speedup in rd_pick_partition() function makes it possible
to drop use_lastframe_partitioning feature. By doing that, we
achieve good PSNR gain with small speed loss. Also, this makes
encoding loop less complicated. The code cleanup patch will
follow.Borg tests showed :
1. At speed 2,
stdhd set : 0.201% PSNR gain, 0.133% SSIM gain ;
derf set : 0.262% PSNR gain, 0.276% SSIM gain.
2. At speed 3,
stdhd set : 0.139% PSNR gain, 0.109% SSIM gain ;
derf set : 0.447% PSNR gain, 0.442% SSIM gain.The average speed loss over selected test clips is within 1%
with the worst case of 4%.Change-Id : Icfd2ded7869372b585a6972855d933b3d0280d90
-
Artifacts in WMP after speed-up and fps change
11 septembre 2014, par SnowTrying to convert a 1 hour video with 0.02 fps, to a very short one (100 times speed-up) with somethinglike 10 fps to include in a powerpoint presentation.
I did this :
ffmpeg - input.mp4 -filter:v "setpts=0.01*PTS" -r 10 output.mp4
Works great, play nicely with VLC or SMPlayer (which I believe use ffmpeg libraries for decoding). But if played with Windows Media Player, or inserted in a powerpoint presentation, this gives a lot of artifacts...the video is almost not watchable.
Is there a way to make this watchable in powerpoint (i’m guessing the problem lies down with the video renderer used in powerpoint...)
-
Revision c792e1d50f : Merge "Remove the use of use_lastframe_partitioning at speed 4"
9 septembre 2014, par Yunqing WangMerge "Remove the use of use_lastframe_partitioning at speed 4"