
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (66)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
MediaSPIP Player : problèmes potentiels
22 février 2011, parLe lecteur ne fonctionne pas sur Internet Explorer
Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...) -
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 (...)
Sur d’autres sites (15130)
-
Revision f10d7eeda2 : Remove the use of use_lastframe_partitioning at speed 4 The use of use_lastfram
9 septembre 2014, par Yunqing WangChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_speed_features.c
Remove the use of use_lastframe_partitioning at speed 4The use of use_lastframe_partitioning is totally removed in good-
quality encoding. Its usage in real-time encoding needs to be
evaluated to see if it can be removed too.The Borg tests at speed 4 showed :
stdhd set : 0.220% psnr gain, 0.166% ssim gain ;
derf set : 0.329% psnr gain, 0.476% ssim gain.Speed test on selected clips showed 1.54% speedup.(Worst case :
pedestrian_area_1080p25.y4m, speed loss : 1.5%)Change-Id : I1c844d329b0b5678558439b887297c1be7ddab00
-
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"
-
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...)