Recherche avancée

Médias (0)

Mot : - Tags -/interaction

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

Autres articles (79)

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

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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (11117)

  • 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

  • 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 ?

  • VLC commandline video croping in windows

    22 avril 2016, par Hasan

    I am trying to crop a video using VLC command line coding. I used the following code in windows cmd :
    vlc C:\Users\Masud\above_marathon_250.mp4 --crop=480x500+290+720 C:\Users\Masud\out.mp4
    But i got the following error :

    File reading failed:
    VLC could not open the file "C:\Users\Masud\out.mp4" (Bad file descriptor).
    Your input can't be opened:
    VLC is unable to open the MRL 'file:///C:/Users/Masud/out.mp4'. Check the log for details.

    Can anyone help me to write the accurate command for cropping video ?