
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (54)
-
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 -
Taille des images et des logos définissables
9 février 2011, parDans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...) -
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 (7295)
-
fate/cbs : run the VVC tests within the fate-cbs target
30 juin 2023, par James Almer -
tests : add a third, 34x34, target
30 mai 2014, par Christophe Gisquettests : add a third, 34x34, target
This should exercise the corner cases of numerous codecs.
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
- [DH] tests/Makefile
- [DH] tests/fate/vcodec.mak
- [DH] tests/ref/vsynth/vsynth3-amv
- [DH] tests/ref/vsynth/vsynth3-asv1
- [DH] tests/ref/vsynth/vsynth3-asv2
- [DH] tests/ref/vsynth/vsynth3-cljr
- [DH] tests/ref/vsynth/vsynth3-ffv1
- [DH] tests/ref/vsynth/vsynth3-ffv1.0
- [DH] tests/ref/vsynth/vsynth3-ffvhuff
- [DH] tests/ref/vsynth/vsynth3-ffvhuff420p12
- [DH] tests/ref/vsynth/vsynth3-ffvhuff422p10left
- [DH] tests/ref/vsynth/vsynth3-ffvhuff444
- [DH] tests/ref/vsynth/vsynth3-ffvhuff444p16
- [DH] tests/ref/vsynth/vsynth3-flashsv
- [DH] tests/ref/vsynth/vsynth3-flashsv2
- [DH] tests/ref/vsynth/vsynth3-flv
- [DH] tests/ref/vsynth/vsynth3-huffyuv
- [DH] tests/ref/vsynth/vsynth3-jpeg2000
- [DH] tests/ref/vsynth/vsynth3-jpeg2000-97
- [DH] tests/ref/vsynth/vsynth3-jpegls
- [DH] tests/ref/vsynth/vsynth3-ljpeg
- [DH] tests/ref/vsynth/vsynth3-mjpeg
- [DH] tests/ref/vsynth/vsynth3-mjpeg-422
- [DH] tests/ref/vsynth/vsynth3-mjpeg-444
- [DH] tests/ref/vsynth/vsynth3-mpeg1
- [DH] tests/ref/vsynth/vsynth3-mpeg1b
- [DH] tests/ref/vsynth/vsynth3-mpeg2
- [DH] tests/ref/vsynth/vsynth3-mpeg2-422
- [DH] tests/ref/vsynth/vsynth3-mpeg2-idct-int
- [DH] tests/ref/vsynth/vsynth3-mpeg2-ilace
- [DH] tests/ref/vsynth/vsynth3-mpeg2-ivlc-qprd
- [DH] tests/ref/vsynth/vsynth3-mpeg2-thread
- [DH] tests/ref/vsynth/vsynth3-mpeg2-thread-ivlc
- [DH] tests/ref/vsynth/vsynth3-mpeg4
- [DH] tests/ref/vsynth/vsynth3-mpeg4-adap
- [DH] tests/ref/vsynth/vsynth3-mpeg4-adv
- [DH] tests/ref/vsynth/vsynth3-mpeg4-error
- [DH] tests/ref/vsynth/vsynth3-mpeg4-nr
- [DH] tests/ref/vsynth/vsynth3-mpeg4-nsse
- [DH] tests/ref/vsynth/vsynth3-mpeg4-qpel
- [DH] tests/ref/vsynth/vsynth3-mpeg4-qprd
- [DH] tests/ref/vsynth/vsynth3-mpeg4-rc
- [DH] tests/ref/vsynth/vsynth3-mpeg4-thread
- [DH] tests/ref/vsynth/vsynth3-mpng
- [DH] tests/ref/vsynth/vsynth3-msmpeg4
- [DH] tests/ref/vsynth/vsynth3-msmpeg4v2
- [DH] tests/ref/vsynth/vsynth3-prores
- [DH] tests/ref/vsynth/vsynth3-prores_ks
- [DH] tests/ref/vsynth/vsynth3-qtrle
- [DH] tests/ref/vsynth/vsynth3-qtrlegray
- [DH] tests/ref/vsynth/vsynth3-r210
- [DH] tests/ref/vsynth/vsynth3-rgb
- [DH] tests/ref/vsynth/vsynth3-svq1
- [DH] tests/ref/vsynth/vsynth3-v210
- [DH] tests/ref/vsynth/vsynth3-v308
- [DH] tests/ref/vsynth/vsynth3-v408
- [DH] tests/ref/vsynth/vsynth3-wmv1
- [DH] tests/ref/vsynth/vsynth3-wmv2
- [DH] tests/ref/vsynth/vsynth3-yuv
- [DH] tests/ref/vsynth/vsynth3-yuv4
- [DH] tests/ref/vsynth/vsynth3-zlib
-
FFMPEG : sws_scale does not produce any data in target frame
7 juin 2019, par Vladimir GlushkovI use FFMPEG to decode H264 stream. After I get decoded YUV420 frames I want to convert them into RGB24.
struct SwsContext * ctx = NULL;
// frame is AVFrame in YUV420 obtained from decoder. It has all three strides and seem to be valid.
if (ctx == NULL)
{
ctx = sws_getContext(frame->width, frame->height, frame->format, frame->width, frame->height,
AV_PIX_FMT_RGB24, SWS_BICUBIC, 0, 0, 0);
}
AVFrame* frame2 = av_frame_alloc();
int num_bytes = av_image_get_buffer_size(AV_PIX_FMT_RGB24, frame->width, frame->height, 32);
uint8_t* frame2_buffer = (uint8_t *)av_malloc(num_bytes * sizeof(uint8_t));
int size = av_image_fill_arrays(frame2->data, frame2->linesize, frame2_buffer, AV_PIX_FMT_RGB24, frame->width, frame->height, 32);
int height_of_output = sws_scale(ctx, frame->data, frame->linesize, 0, frame->height, frame2->data, frame2->linesize);
callbackFullRGB(state, frameIndex, 0, frame2->data[0], num_bytes, (__int32)frame2->format, (__int32)frame2->width, (__int32)frame2->height);
av_frame_free(&frame2);However frame2 has no resolution set, pixel format is -1 and data buffer is empty. I have 1280x720 input, stride length is set to 3840 for output frame which is correct. sws_scale also returns 720 as a result - no errors, no exceptions.
What might be wrong ?