
Recherche avancée
Médias (1)
-
1 000 000 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (54)
-
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 (...) -
Prérequis à l’installation
31 janvier 2010, parPréambule
Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
Il (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (8872)
-
Issue decoding RTP video using FFMPEG c#
6 décembre 2016, par dev-mbdCurrently, we cannot decode video sent via RTP. We we’re able to get the input and stream info but we have gotPicture always set to 0 when we decode.
We are wondering if we are missing anything in the configuration of FFMPEG to make this work.
FYI, we’re using the FFMPEG wrapper from Github https://github.com/Ruslan-B/FFmpeg.AutoGen.
Thank you in advance for the help !
-
finding video parameters with ffmpeg
29 septembre 2016, par KindermannCan somebody tell me how to find the following parameters within a video stream with ffmpeg lib :
1. Parameters for quantization of DCT-Coefficients
2. Parameters for quantization of Motion Vectors
3. Parameters for quantization of residual errors
4. jump markers e.g. when scenes change very fastI just want some directions, or can someone tell me whether or not it is possible to find these parameters with ffmpeg at all ?
Thank you in advance ! -
How should I approach encoding a video for the web using ffmpeg, where filesize, quality and support for all major browsers are critical ?
15 mars 2021, par SloppykazeI've been playing around with vp9 webm encoding, I got good results but sadly vp9 is disabled by default on Safari.


I was wondering what's a good solution to encode a video with tiny filesize, support for all major browsers, while maintaining high quality.


And can anyone maybe share a good example of how a command should look like ?


Thanks a bunch in advance.