Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (65)

Sur d’autres sites (13422)

  • Revision a7ba80f4cb : Remove copy frame neon No performance benefit Change-Id : I7f0cfa98ac2bb5b823d0

    25 juillet 2014, par Johann

    Changed Paths :
     Modify /test/vpx_scale_test.cc


     Delete /vpx_scale/arm/neon/vp8_vpxyv12_copyframe_func_neon.asm


     Delete /vpx_scale/arm/neon/yv12extend_arm.c


     Modify /vpx_scale/vpx_scale.mk


     Modify /vpx_scale/vpx_scale_rtcd.pl



    Remove copy frame neon

    No performance benefit

    Change-Id : I7f0cfa98ac2bb5b823d0972827b45f32cd3f6b4c

  • Revision 0c80065694 : Inlining vp9_get_pred_probs_switchable_interp function. There was no benefit ha

    6 août 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/common/vp9_pred_common.h


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_rdopt.c



    Inlining vp9_get_pred_probs_switchable_interp function.

    There was no benefit having this function. For example, inside
    read_switchable_filter_type switchable filter context was calculated twice.

    Change-Id : I79cd5bf95cbc0f6d8bf91a2e32289e01b18dcff1

  • FFmpeg : Continuously download X minutes video from livestream ?

    16 février 2017, par Dorin Pleava

    I want to download X minutes from a livestream continuously and overwrite the same file, meaning the file will always have the latest X minutes from the livestream.

    Is there a way without calling the following command over and over again in a batch file ? Something that runs continuously from FFMPEG ?

    -i http://iphone-streaming.ustream.tv/uhls/17074538/streams/live/iphone/playlist.m3u8 -t 60 -y -c:a copy MyVideo.mp4