Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (65)

Sur d’autres sites (3832)

  • Recording RTP stream in segments based off traffic

    8 novembre 2018, par MapZombie

    I’m looking to record multiple multicast RTP audio stream into chunked timestamped files based off the traffic on that live stream.

    For example the application would listen to the IP address/port then start recording when RTP traffic is beings streamed, then stop the recording and save the file when the RTP traffic stops.

    I’ve been trying to find examples for how FFMPEG or Gstreamer could do this but have not found anything concrete. Is this possible with one of these applications ? If so could you provide an example ?

  • Revision ce88d74d34 : vp9_reconintra_neon : add d45 4x4 based on webp's LD4() 59% faster over 20M pi

    18 juin 2015, par James Zern

    Changed Paths :
     Modify /test/test_intra_pred_speed.cc


     Modify /vp9/common/arm/neon/vp9_reconintra_neon.c


     Modify /vp9/common/vp9_rtcd_defs.pl



    vp9_reconintra_neon : add d45 4x4

    based on webp’s LD4()

     59% faster over 20M pixels

    Change-Id : I371eaed9ce8f470451046997e130b0ba1a2f7a9c

  • Revision b4b5af6acd : Use SATD based mode decision for block sizes below 16x16 This commit makes the

    30 mars 2015, par Jingning Han

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



    Use SATD based mode decision for block sizes below 16x16

    This commit makes the encoder to select between SATD/variance as
    metric for mode decision. It also allows to account chroma
    component costs for mode decision as well. The overall encoding
    time increase as compared to variance based mode selection is about
    15% for speed -6. The compression performance is on average 2.2%
    better than variance based approach, with about 5% compression
    performance gains for hard clips (e.g., jimredvga, nikas720p, and
    mmmoving) at lower bit-rate range.

    Change-Id : I4d04a31d36f4fcb3f5f491dacd6e7fe44cb9d815