
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 (95)
-
Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur
8 février 2011, parLa visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
Configuration de la boite multimédia
Dès (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (4833)
-
avformat/matroskaenc : fix Tags master on seekable output if there are tags after...
7 octobre 2016, par James Almeravformat/matroskaenc : fix Tags master on seekable output if there are tags after the last stream duration
The dynamic AVIOContext would get closed pointing to the wrong position
in the buffer.
This is a regression since 650e17d88b63b5aca6e0a43483e89e64b0f7d2dd.Reviewed-by : Dave Rice <dave@dericed.com>
Signed-off-by : James Almer <jamrial@gmail.com> -
avformat : remove avio_flush() calls from the end of write_header functions
4 janvier 2020, par Marton Balintavformat : remove avio_flush() calls from the end of write_header functions
To make it consistent with other muxers.
The user can still control the generic flushing behaviour after write_header
(same way as after packets) using the -flush_packets option, the default
typically means to flush unless a non-streamed file output is used.Therefore this change should have no adverse effect on streaming, even if it is
assumed that the first packet has a clean buffer, so small seekbacks within the
output buffer work even when the IO context is not seekable.Signed-off-by : Marton Balint <cus@passwd.hu>
- [DH] libavformat/aiffenc.c
- [DH] libavformat/amr.c
- [DH] libavformat/asfenc.c
- [DH] libavformat/assenc.c
- [DH] libavformat/astenc.c
- [DH] libavformat/au.c
- [DH] libavformat/avienc.c
- [DH] libavformat/cafenc.c
- [DH] libavformat/ffmetaenc.c
- [DH] libavformat/framehash.c
- [DH] libavformat/gxfenc.c
- [DH] libavformat/icoenc.c
- [DH] libavformat/idroqenc.c
- [DH] libavformat/ilbc.c
- [DH] libavformat/jacosubenc.c
- [DH] libavformat/matroskaenc.c
- [DH] libavformat/microdvdenc.c
- [DH] libavformat/mmf.c
- [DH] libavformat/movenc.c
- [DH] libavformat/mpjpeg.c
- [DH] libavformat/nutenc.c
- [DH] libavformat/rmenc.c
- [DH] libavformat/rsoenc.c
- [DH] libavformat/smjpegenc.c
- [DH] libavformat/soxenc.c
- [DH] libavformat/swfenc.c
- [DH] libavformat/wavenc.c
- [DH] libavformat/webvttenc.c
-
avformat/matroskaenc : write a CRC32 element on Tags
4 octobre 2016, par James Almeravformat/matroskaenc : write a CRC32 element on Tags
Implements part of ticket #4347
Tested-by : Dave Rice <dave@dericed.com>
Tested-by : Jerome Martinez <jerome@mediaarea.net>
Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by : James Almer <jamrial@gmail.com>