
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (43)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Librairies et logiciels spécifiques aux médias
10 décembre 2010, parPour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (3984)
-
avcodec/exif : do not follow 0 offsets
20 avril 2014, par Michael Niedermayer -
Merge commit ’d01e684186bc1631bc176f06b89d33c27ec0d24d’
21 janvier 2014, par Michael NiedermayerMerge commit ’d01e684186bc1631bc176f06b89d33c27ec0d24d’
* commit ’d01e684186bc1631bc176f06b89d33c27ec0d24d’ :
mov : do not set avg_frame_rate in the demuxerConflicts :
libavformat/mov.cNot merged
The default fallback code that sets avg_frame_rate guesses the value
from a very small number of frames at the videos start and is wrong in
some cases for the file as a whole.
Now that makes it guess vs guess, but the code in mov is much fasterAlso ideally the mov code should be fixed and give a exact avg_frame_rate
based on the actual cts from the index (CTTS/STTS)If someone has sample(s) which show wrong fps values, please open a ticket
on trac or mail me if its private.Merged-by : Michael Niedermayer <michaelni@gmx.at>
-
Merge commit ’0ebb523f072322972ea446616676fff32e9603c6’
12 février 2014, par Michael NiedermayerMerge commit ’0ebb523f072322972ea446616676fff32e9603c6’
* commit ’0ebb523f072322972ea446616676fff32e9603c6’ :
asfdec : check ff_get_guid() return values during seekingConflicts :
libavformat/asfdec.cThe code that pretends that a truncated index is correct and complete is not merged
as it obviously would cause problems if a really truncated index is encountered
If someone has samples that work better with that hack, please share them / mail mealso the bug this apparently attempts to fix isnt reproducable before this in ffmpeg
Merged-by : Michael Niedermayer <michaelni@gmx.at>