Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (57)

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    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 (...)

Sur d’autres sites (11353)

  • ffmpeg doesn't recognize after adding to path

    26 janvier 2021, par Gurgen Hovakimyan

    I installed ffmpeg, added it to path and I can find it in command line, but in jupyter notebook when I try to use bcr.bar_chart_race function it returns me this error message
**Exception : You do not have ffmpeg installed on your machine. Download
ffmpeg from here : https://www.ffmpeg.org/download.html.

    


                            Matplotlib's original error message below:
                        Requested MovieWriter (ffmpeg) not available**


    


  • Encoding DXV in ffmpeg (resolume codec)

    31 mai 2019, par Leo Zerino

    I do have it listed in ffmpeg -codecs, but it returns Unknown encoder 'dxv'.

    Do I have to reinstall ffmpeg with DXV dependencies ? If so, how ? Why is it listed in -codecs if it’s unknown ?

    I’ve found this on the web :

    https://www.ffmpeg.org/doxygen/3.2/dxv_8c_source.html

    Supposedly the source for dxv encondig. Should I use it anyhow ?

  • Revision 615230b810 : acm_random : provide full range for Rand16() the gtest implementation used only

    2 décembre 2014, par James Zern

    Changed Paths :
     Modify /test/acm_random.h


     Modify /test/fdct8x8_test.cc



    acm_random : provide full range for Rand16()

    the gtest implementation used only returns values between 0 and 2^31-1

    + temporarily disable some tests in fdct8x8_test which misbehave with the
    new range

    Change-Id : I45381076f0bea3317cc6728305890e4fd2f2facd