Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (59)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • 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 (9247)

  • How to apply yadif filter with motion ?

    18 décembre 2020, par Caio Piccirillo

    I'm using a analogic video card (bt878) with linux (debian 9) to monitor traffic, but this card is interlaced and I don't know how to deinterlace using Yadif filter using ffmpeg on motion and stream the deinterlaced image. Can someone help me ?

    


    Here is an example of current image output, notice on truck at top right :
image

    


  • Revision d8b0d40bf6 : Allow blocks to directly copy motion information from neighbors A new set of pr

    29 août 2014, par Yue Chen

    Changed Paths :
     Modify /configure


     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_entropymode.h


     Modify /vp9/common/vp9_mvref_common.c


     Modify /vp9/common/vp9_mvref_common.h


     Modify /vp9/common/vp9_pred_common.c


     Modify /vp9/common/vp9_pred_common.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/encoder/vp9_rdopt.c



    Allow blocks to directly copy motion information from neighbors

    A new set of prediction modes, called copy modes, is implemented
    to allow blocks to directly copy motion information from a neighbor.
    The motivation is to create regions of arbitrary shapes in which
    blocks share same motion parameters and hence to save bits spent on
    duplicated side information.
    Compression gain :
    derf : 0.894% ; stdhd : 1.513%.

    Change-Id : I5e026b12c902bc6985c199ec38f1b3b67ac7d930

  • Is it possible to get motion vector from ffmpeg using cuvid decoder (h264_cuvid)

    17 novembre 2017, par user8957959

    I wonder if is it possible to get motion vector data from the decoding of an h264 stream with ffmpeg using the h264_cuvid decoder. With the standard "h264" decoder, I can get them in the sidedata of the avframe (passing the av_dict_set(&opts, "flags2", "+export_mvs", 0) ; to the avcodec_open2 function).
    But what about the cuvid version ? I’ve done a search, but with no success.
    Does someone know anything about it ?
    Thanks