
Recherche avancée
Autres articles (4)
-
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) (...)
-
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 (...)
-
Soumettre bugs et patchs
10 avril 2011Un logiciel n’est malheureusement jamais parfait...
Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
Si vous pensez avoir résolu vous même le bug (...)
Sur d’autres sites (2182)
-
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"