
Recherche avancée
Médias (91)
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
-
USGS Real-time Earthquakes
8 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
-
Creativecommons informational flyer
16 mai 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (67)
-
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
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 (...) -
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) (...)
Sur d’autres sites (4069)
-
ffmpeg : remove obsolete workaround in trim insertion.
7 août 2013, par Nicolas Georgeffmpeg : remove obsolete workaround in trim insertion.
The bug it was working seems to have been fixed.
This change causes ffmpeg to use the trim filter to implement
the -t option.
FATE tests are updated due to the more accurate handling of
the last packets.- [DH] ffmpeg_filter.c
- [DH] tests/ref/fate/adpcm-ima-amv
- [DH] tests/ref/fate/adpcm-ms-mono
- [DH] tests/ref/fate/bethsoft-vid
- [DH] tests/ref/fate/cyberia-c93
- [DH] tests/ref/fate/msvideo1-8bit
- [DH] tests/ref/lavf/aiff
- [DH] tests/ref/lavf/alaw
- [DH] tests/ref/lavf/asf
- [DH] tests/ref/lavf/ast
- [DH] tests/ref/lavf/au
- [DH] tests/ref/lavf/avi
- [DH] tests/ref/lavf/caf
- [DH] tests/ref/lavf/dv_fmt
- [DH] tests/ref/lavf/ffm
- [DH] tests/ref/lavf/gxf
- [DH] tests/ref/lavf/ircam
- [DH] tests/ref/lavf/mkv
- [DH] tests/ref/lavf/mmf
- [DH] tests/ref/lavf/mov
- [DH] tests/ref/lavf/mpg
- [DH] tests/ref/lavf/mulaw
- [DH] tests/ref/lavf/mxf
- [DH] tests/ref/lavf/nut
- [DH] tests/ref/lavf/ogg
- [DH] tests/ref/lavf/rm
- [DH] tests/ref/lavf/rso
- [DH] tests/ref/lavf/smjpeg
- [DH] tests/ref/lavf/sox
- [DH] tests/ref/lavf/ts
- [DH] tests/ref/lavf/voc
- [DH] tests/ref/lavf/voc_s16
- [DH] tests/ref/lavf/w64
- [DH] tests/ref/lavf/wav
- [DH] tests/ref/lavf/wtv
- [DH] tests/ref/seek/lavf-alaw
- [DH] tests/ref/seek/lavf-mov
- [DH] tests/ref/seek/lavf-mulaw
-
fftools/ffmpeg : rewrite checking whether codec AVOptions have been used
9 avril 2024, par Anton Khirnovfftools/ffmpeg : rewrite checking whether codec AVOptions have been used
Share the code between encoding and decoding. Instead of checking every
stream's options dictionary (which is also used for other purposes),
track all used options in a dedicated dictionary. -
NV21 input support
6 juin 2014, par Yu XiaoleiNV21 input support
Eliminates an extra copy when encoding Android camera preview images.
Checkasm test by Janne Grunau.
ARM assembly with improvements from Janne Grunau.