
Recherche avancée
Autres articles (111)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 (10343)
-
Revision 2bf563c335 : vpxenc : improve progress indicators with —skip Account for skipped input frame
11 mars 2013, par John KoleszarChanged Paths : Modify /vpxenc.c vpxenc : improve progress indicators with —skip Account for skipped input frames when calculating frame rates, ETA. Fixes https://code.google.com/p/webm/issues/detail?id=556 Change-Id : I9c8b51e02e9ff0ab2cf6f16fc9382fc7f6c77b80
-
Tenir à jour MediaInfo
22 août 2011La dernière version de MediaInfo est :
-
0.7.48; -
0.7.49; - 0.7.50 (2011-09-23) ;
cf : http://mediainfo.sourceforge.net/fr
Le changelog est ici : http://mediainfo.sourceforge.net/Log
Le script d’installation de MediaSPIP doit être le plus à jour possible. On tente donc de le mettre à jour à chaque sortie de version de MediaInfo.
Ce ticket est à réouvrir en cas de nouvelle version.
Pour rappel :
MediaInfo est utilisé à chaque insertion de document afin de récupérer les informations concernant un media (Information techniques et autres métadonnées).
-
-
ffmpeg how do i know what audio rate to use ?
30 juillet 2014, par sarmenSay I have something like this
ffmpeg -i video.avi -ar 22050 -ab 32 -f flv -s 320x240 video.flv
-ar (Audio sampling rate in Hz)
-ab (Audio bit rate in kbit/s)regarding the
-ar
and the-ab
how do I know what rate to use ? I got this ffmpeg command from a site somewhere and I was wondering how the person knew what values to put for the rates ? Do I need to understand audio in order to figure that out ?