Recherche avancée

Médias (91)

Autres articles (53)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • FFMPEG copying Windows Media Audio 9.2

    19 avril 2016, par David GC

    I want to top and tail a wma file with a codec Windows Media Audio 9.2. I know Windows Media Audio 9 Professional encoding is not supported. But I just need to top and tail this audio file.

    I only get an audio file output with codec Windows Media Audio 8.

    ffmpeg -i .\1_encoding.wmv -acodec copy -preset ultrafast .\prueba1.wma

    Is it possible to get an output with Windows Media Audio 9.2 ?

  • how do i install pyffmpeg on windows 10

    17 avril 2016, par killer

    can anyone point me in the right direction in getting pyffmpeg installed on my windows 10 computer. I seem to be having quite a bit of trouble. is cython required for this ? please all input is appreciated.

    **update I installed cython and it got stuck on setup.py

    it gets stuck installing on line 84

    Traceback (most recent call last):
     File ".\setup.py", line 84, in <module>
    incdir = incdir + list(nd.get_numpy_include_dirs())
    TypeError: cannot concatenate 'str' and 'list' objects
    </module>

    the ffmpeg version is ffmpeg-20160415-git-21acc4d-win32-static

    I did change the filepath for it as well

  • How to compile ffmpeg for Qt use on Windows ?

    13 avril 2016, par Himiko

    I want to use ffmpeg libs for programming in Qt.

    • How can I compile ffmpeg into *.lib files on Windows ?

    or

    • How can I use the compiled *.dll files which are released officially in Qt ?

    Also, which way is better ?