Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (52)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-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

Sur d’autres sites (15231)

  • FFMPEG : Incompatible pixel format 'rgb24' for codec 'gif', auto-selecting format 'rgb8'

    30 avril 2020, par Alexander Korzhykov

    I use ffmpeg to record xvfb desktop with 24 bit color depth and save it in gif format (and then I pipe it to AWS so you can replace the ' - ' symbol with a filename.gif in the end of the command, it doesn't affect this issue) :

    



    ffmpeg -f x11grab -video_size 800x600 -r 30 -i :99.0 -f gif -pix_fmt rgb24 -t 5 -


    



    However, I always get the warning :

    



    


    Incompatible pixel format 'rgb24' for codec 'gif', auto-selecting
 format 'rgb8'

    


    



    Which leads to incorrect color reproduction. I tried it both on Windows and Ubuntu Docker container, both pre-compiled and from source, from repository with last commits, but no luck. Also I've seen in the other people's logs that they use --pix_fmt rgb24 or bgr24 and it works just fine.

    



    So the question is : is there anything I need to install or configure in order to use rgb24 with gif encoder ? Or maybe there is a workaround like converting it to another format first ?

    



    Here is the part of my output :

    



    ffmpeg version git-2017-08-18-f386dd7 Copyright (c) 2000-2017 the FFmpeg developers
  built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.4) 20160609
  configuration: --enable-gpl --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-version3 --enable-libxcb
  libavutil      55. 74.100 / 55. 74.100
  libavcodec     57.102.100 / 57.102.100
  libavformat    57. 76.100 / 57. 76.100
  libavdevice    57.  7.100 / 57.  7.100
  libavfilter     6. 99.100 /  6. 99.100
  libswscale      4.  7.102 /  4.  7.102
  libswresample   2.  8.100 /  2.  8.100
  libpostproc    54.  6.100 / 54.  6.100


Input #0, x11grab, from ':99.0':
  Duration: N/A, start: 1503077459.413864, bitrate: N/A
    Stream #0:0: Video: rawvideo (BGR[0] / 0x524742), bgr0, 1024x768, 30 fps, 1000k tbr, 1000k tbn, 1000k tbc
Stream mapping:
  Stream #0:0 -> #0:0 (rawvideo (native) -> gif (native))
Press [q] to stop, [?] for help
Incompatible pixel format 'bgr24' for codec 'gif', auto-selecting format 'rgb8'


Output #0, gif, to 'pipe:':
  Metadata:
    encoder         : Lavf57.76.100
    Stream #0:0: Video: gif, rgb8, 1024x768, q=2-31, 200 kb/s, 30 fps, 100 tbn, 30 tbc
    Metadata:
      encoder         : Lavc57.102.100 gif


    



    PS : the only workaround I've found is to split input video into jpegs and pipe them to ImageMagick which then concatenates jpegs to gif. This is extremely slow process and increases render time x20 times.

    


  • Evolution #4583 (Nouveau) : Attribut data-truc pour auto valider un formulaire

    22 octobre 2020

    En revanche, il me reste un truc que je ne trouve pas : comment je fais pour que le formulaire se valide dès que ça a terminé l’upload ?

    Ça le fait pour les logos et pour les documents joints, mais je ne trouve pas comment faire pour mon propre formulaire. Parce que pour l’instant, j’ai le barre d’upload, puis ça affiche la petit vignette, le nom du fichier et son poids, mais il faut encore que le valide le formulaire (« Téléverser »).

    Ça aurait été pratique de pouvoir le déclencher avec un data-valider=oui (ce genre de truc) directement dans le code HTML, non ?

    Depuis https://seenthis.net/messages/882349

  • avutil/internal : Don't auto-include emms.h

    31 août 2023, par Andreas Rheinhardt
    avutil/internal : Don't auto-include emms.h
    

    Instead include emms.h wherever it is needed.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/ac3enc.c
    • [DH] libavcodec/avcodec.c
    • [DH] libavcodec/bink.c
    • [DH] libavcodec/cavsdec.c
    • [DH] libavcodec/dca_core.c
    • [DH] libavcodec/decode.c
    • [DH] libavcodec/dvdec.c
    • [DH] libavcodec/dvenc.c
    • [DH] libavcodec/encode.c
    • [DH] libavcodec/faandct.c
    • [DH] libavcodec/faanidct.c
    • [DH] libavcodec/h264_picture.c
    • [DH] libavcodec/h264dec.c
    • [DH] libavcodec/huffyuvdec.c
    • [DH] libavcodec/huffyuvenc.c
    • [DH] libavcodec/mjpegdec.c
    • [DH] libavcodec/mpeg12dec.c
    • [DH] libavcodec/mpegutils.c
    • [DH] libavcodec/mpegvideo_dec.c
    • [DH] libavcodec/mpegvideo_enc.c
    • [DH] libavcodec/ratecontrol.c
    • [DH] libavcodec/sbcenc.c
    • [DH] libavcodec/snowdec.c
    • [DH] libavcodec/snowenc.c
    • [DH] libavcodec/svq1enc.c
    • [DH] libavcodec/tests/dct.c
    • [DH] libavcodec/tests/motion.c
    • [DH] libavcodec/vp3.c
    • [DH] libavfilter/vf_deshake.c
    • [DH] libavfilter/vf_fspp.c
    • [DH] libavfilter/vf_gradfun.c
    • [DH] libavfilter/vf_hqdn3d.c
    • [DH] libavfilter/vf_mpdecimate.c
    • [DH] libavfilter/vf_noise.c
    • [DH] libavfilter/vf_pp7.c
    • [DH] libavfilter/vf_pullup.c
    • [DH] libavfilter/vf_spp.c
    • [DH] libavutil/emms.h
    • [DH] libavutil/internal.h
    • [DH] libavutil/x86/emms.h
    • [DH] libswscale/swscale.c
    • [DH] libswscale/utils.c
    • [DH] tests/checkasm/checkasm.h
    • [DH] tests/checkasm/vp9dsp.c