Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (75)

  • 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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

Sur d’autres sites (13918)

  • Revision a51d45a748 : add test-data.mk splits the test sources (test.mk) and the test data. Change-I

    4 octobre 2014, par James Zern

    Changed Paths :
     Add /test/test-data.mk
    (from /test/test.mk
    :924af1edd883ab97fb004a9044f38695f9c460ca)
     Modify /test/test.mk



    add test-data.mk

    splits the test sources (test.mk) and the test data.

    Change-Id : Id614cfe68bfbc09b0e429a37a21ec7a9dcdfadc6

  • Save WPF BitmapSources as h264 encoded video directly from Memory

    6 décembre 2016, par Daniel M

    Currently I am utilizing a List-variable to store BitmapSources provided by a camera and save them as an AVI file with the help of SharpAvi. In a second step I then encode the saved file via Nrecos ffmpeg wrapper to decrease file size. Finally I delete the original AVI file and only keep the encoded one.

    To me this seems poorly designed and might cause harmful write-cycles to the SSD the application is running on (I’ll probably create up to a TB a day in unencoded video), which is why I want to change it to a more integrated solution utilizing the PC’s RAM.
    SharpAvi as well as Nreco however rely on creating and reading actual files.
    Nreco does have the ConvertLiveMedia method that accepts a stream - however in my experiments it simply did not create a file while giving me no error warnings.

  • Revision 8ef6dadbbe : test-data.mk : fix perf test data dependency both the encode and decode perf tes

    27 février 2015, par James Zern

    Changed Paths :
     Modify /test/test-data.mk



    test-data.mk : fix perf test data dependency

    both the encode and decode perf tests require niklas_1280_720_30.yuv
    broken since :
    28eebf3 Merge "tests : add a shorter 720p test clip"
    7839d03 tests : add a shorter 720p test clip

    Change-Id : I51ebbf7261832e25d8f2c1da5c7df5c2e47f748e