Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (63)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

Sur d’autres sites (8429)

  • avformat_alloc_context : initialize raw_packet_buffer_remaining_size.

    9 mai 2015, par Reimar Döffinger
    avformat_alloc_context : initialize raw_packet_buffer_remaining_size.
    

    This currently works for most users because
    avformat_open_input sets it, but this patch fixes any
    applications not using that function.

    Signed-off-by : Reimar Döffinger <Reimar.Doeffinger@gmx.de>

    • [DH] libavformat/options.c
  • An H264 encoded MP4 file cannot be played by VLC/HTML5 browsers, is there any header or meta data I can add to fix it ? [migrated]

    5 avril 2015, par user534498

    I have an MP4 file, which is H264 encoded. I saved the file from RTP streams, with sprop-property-sets in front, and followed by frames. (Note. VLC can directly play the RTP stream without problem.)

    The file can be played by "Videos" program in Linux. If I play it with VLC 2.1.4 in Linux, it shows the following error.

    No suitable decoder module : VLC does not support the audio or video
    format "undf". Unfortunately there is no way for you to fix this.

    I then open VLC, from preference menu, I change the Demuxer (demultiplexer) from automatic to "H264 Video Demuxer". VLC can then play it.

    So it seems that the problem is VLC cannot automatically detect a demuxer from the video file. However, I am sure that my video file has only video data, and it doesn’t even have audio (may not even need a demuxer ?)

    I put this file in HTTP server, and use "video" tag for testing, all IE, chrome and firefox browsers cannot play this file, and I guess it’s the same reason as VLC cannot play it.

    So is there a way to fix it ? For example, is there any place I can add a header to tell VLC or similar players to choose H264 video demuxer ?

    Thanks.

  • Revision a0043c6d30 : Enhance the transform skipping decision-making in non-rd mode For large partiti

    25 mars 2015, par Yunqing Wang

    Changed Paths :
     Modify /vp9/encoder/vp9_pickmode.c



    Enhance the transform skipping decision-making in non-rd mode

    For large partition blocks(block_size > 32x32), the variance
    calculation is modified so that every 8x8 block’s variance
    is stored during the calculation, which is used in the
    following transform skipping test. Also, the variance for
    every tx block is calculated. The skipping test checks all tx
    blocks in the partition, and sets the skip flag only if all tx
    blocks are skippable. If the skip flag of Y plane is 1, a
    quick evaluation is done on UV planes. If the current partition
    block is skippable in YUV planes, the mode search checks fewer
    inter modes and doesn’t check intra modes.

    The rtc set borg test(at speed 6) showed that :
    Overall psnr : -0.527% ; Avg psnr : -0.510% ; ssim : -0.573%.
    Average single-thread speedup on rtc set was 3.5%.
    For 720p clips, more speedups were seen.
    gipsrecmotion : 13%
    gipsrestat : 12%
    vidyo : 5 - 9%
    dark : 15%
    niklas : 6%

    Change-Id : I8d8ebec0cb305f1de016516400bf007c3042666e