
Recherche avancée
Autres articles (49)
-
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 -
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 audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (10067)
-
Fixed translation pt_BR : ’translated number gender, we don’t say "numero valida", "numero" is a "masculine" word, so we say "numero valido" instead of "numero valida"’
19 juillet 2011, par helder maximo botter ribasm localization/messages_ptbr.js Fixed translation pt_BR : ’translated number gender, we don’t say "numero valida", "numero" is a "masculine" word, so we say "numero valido" instead of "numero valida"’
-
Creating an AVI file from a sequence of pictures [closed]
14 août 2012, par idishI've been looking for an sdk or library that takes care for video editing in the low level of it, such as dealing with pixels, frames, etc.
I've found the AviFileWrapper library but it seems to me that it's pretty old and may not satisfity my needs, and also I'm aware of the ffmpeg .net Wrapper, but I'm not sure of how to start using it and it looks pretty complex.
Is there anything else I could use for such a task ? Or these are the only tools available to me ?
I must emphasize that I need it to be in C# only.
-
avcodec/vc1 : fix overlap filter for frame interlaced pictures
20 juin 2018, par Jerome Borsboomavcodec/vc1 : fix overlap filter for frame interlaced pictures
The overlap filter is not correct for vertical edges in frame interlaced
I and P pictures. When filtering macroblocks with different FIELDTX values,
we have to match the lines at both sides of the vertical border. In addition,
we have to use the correct rounding values, depending on the line we are
filtering.Signed-off-by : Jerome Borsboom <jerome.borsboom@carpalis.nl>