
Recherche avancée
Médias (91)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Wired NextMusic
14 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (50)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
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 (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)
Sur d’autres sites (6441)
-
Anomalie #2994 (Fermé) : Améliorer la présentation de input file sur les Logos
12 mai 2013, par cedric -input file est a priori non stylable. A voir si on peut améliorer (voir aussi #2995)
-
Revision 93d6b86cfd : Use lossless for Q0 The commit changes the coding mode to lossless whenever the
13 février 2013, par Yaowu XuChanged Paths : Modify /vp9/common/vp9_blockd.h Modify /vp9/encoder/vp9_bitstream.c Modify /vp9/encoder/vp9_encodeframe.c Modify /vp9/encoder/vp9_onyx_if.c Modify /vp9/encoder/vp9_quantize.c Use lossless for Q0 The commit changes the coding mode to lossless whenever the lowest quantizer is (...)
-
When could fps be a guess and not exact value ?
21 novembre 2013, par theateistI use libavcodec for video processing.
The documentation of
AVStream->r_frame_rate
saysReal base framerate of the stream.
This is the lowest framerate with which all timestamps can be
represented accurately (it is the least common multiple of all
framerates in the stream). Note, this value is just a guess!I tried several mp4 and avi videos (with 25fps) and
r_frame_rate
always was as I expected 25. So, I want to understand why the documentation says that...is just a guess!
if I always get exact fps ? When it does change ?