Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (89)

  • 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" (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • looking for gui based HLS downloader based on ffmpeg & or better download code [closed]

    26 mai 2020, par wahiduzzaman sagar

    currently using ffmpeg for downloading HLS video (m3u8). the code i am using is

    



    ffmpeg -i "www.videoURL.com" -c copy "name name".mp4


    



    its works fine but the problem is it takes a bit more time since I also have to give each video a name where other downloader (video downloadhelper) can automatically get a name from URL. video downloadhelper crashing/stopping a lot so not using it now. also it cant boost speed so i have to run 10-12 simultaneous ffmpeg download with command prompt open to keep the bandwidth use high. which is cluttering the screen and being hard to keep track of.
so is there any better code for faster download or maybe GUI downloader with some feature like auto naming, multi download, etc

    


  • Revision 6be2b750b8 : Layer based rate control for CBR mode. This patch adds a buffer-based rate cont

    2 février 2014, par Marco Paniconi

    Changed Paths :
     Modify /examples.mk


     Modify /test/datarate_test.cc


     Modify /test/encode_test_driver.h


     Modify /vp9/common/vp9_onyx.h


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_ratectrl.c


     Modify /vp9/vp9_cx_iface.c


     Modify /vpx/src/svc_encodeframe.c


     Modify /vpx/vp8cx.h


     Modify /vpx/vpx_encoder.h


     Add /vpx_temporal_scalable_patterns.c



    Layer based rate control for CBR mode.

    This patch adds a buffer-based rate control for temporal layers,
    under CBR mode.

    Added vpx_temporal_scalable_patters.c encoder for testing temporal
    layers, for both vp9 and vp8 (replaces the old vp8_scalable_patterns).

    Updated datarate unittest with tests for temporal layer rate-targeting.

    Change-Id : I9cb6cce2494390ae6096ee17774af7fb9308bde7

  • Revision 4864ab21b0 : Layer based rate control for CBR mode. This patch adds a buffer-based rate cont

    6 février 2014, par Marco Paniconi

    Changed Paths :
     Modify /examples.mk


     Add /examples/vpx_temporal_scalable_patterns.c


     Modify /test/datarate_test.cc


     Modify /test/encode_test_driver.h


     Delete /vp8_scalable_patterns.c


     Modify /vp9/common/vp9_onyx.h


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_ratectrl.c


     Modify /vp9/vp9_cx_iface.c


     Modify /vpx/src/svc_encodeframe.c


     Modify /vpx/vp8cx.h


     Modify /vpx/vpx_encoder.h



    Layer based rate control for CBR mode.

    This patch adds a buffer-based rate control for temporal layers,
    under CBR mode.

    Added vpx_temporal_scalable_patters.c encoder for testing temporal
    layers, for both vp9 and vp8 (replaces the old vp8_scalable_patterns).

    Updated datarate unittest with tests for temporal layer rate-targeting.

    Change-Id : I8900a854288b9354d9c697cfeb0243a9fd6790b1