Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (56)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (6894)

  • Movie making from lyrics with timestamps in python

    26 mai 2020, par carl

    I have lyrics from musixmatch with timestamps. I want to form video with the lyric lines in the video along with images in a file numbered from 1-n.

    



    As seen in this post, I thought ffmpeg would be something which can help me but there aren't much information that i can find.

    



    Also the answer given by @llogan, gives very vague idea of forming videos with "subtitle filter" in ffmpeg.

    



    It would be very helpful you can provide an example to explain your idea.(It can also help other coders at any time :) )

    



    Thanks in advance

    


  • ffmpeg - Streaming rtsp data to local mp4 file

    15 juillet 2017, par Pankhuri Agarwal

    How can I save live streaming data from a local camera transported by rtsp to my local memory in a .mp4 format.

    I am using Ubuntu 16.04 LTS and tried using ffmpeg 3.3 but nothing seemed to work properly.

    The goal will be to provide live feed by mp4 by html5 and perform some modification on mp4 data.

    Can anyone suggest how to make ffmpeg work or any other way ?

  • 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