Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (47)

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (5540)

  • MovieWriter (ffmpeg) not available PyCharm (Windows)

    29 mars 2020, par fgh

    I have followed instructions to download ffmpeg and add the path according to
    Matplotlib-Animation "No MovieWriters Available"
    Although I can type version in both in command prompt and Bash on Windows console, beloved PyCharm warns me :

    Requested MovieWriter (ffmpeg) not available

    when I try to save the animation :

    ani = anim.FuncAnimation(fig, animate, frames = 14, init_func = init, interval = 500, repeat = False)
    plt.show()
    ani.save("Inno.mp4", writer=writer)

    Do I have to add another path ? Please, help me, I am really tired of this error.

  • windows : Use native threads by default

    16 octobre 2015, par Henrik Gramner
    windows : Use native threads by default
    

    — disable-win32thread can be passed as an argument to configure to compile
    with pthreads, which was the old default behavior.

    • [DH] configure
  • is there any way to change still images to video in php on windows plate form [on hold]

    13 juin 2014, par user3548569

    I have a scenario for creating a video files using different images.

    What can I do is, basically I have images and I want create a video file using PHP.

    Can any one please suggest the start up point for this ? Have done image capture from video and converting the video using Ffmpeg so I have think of Ffmpeg but, I think it will not allow to create a video.

    i need to develop a movie with more then 5 pic. If i added images , then php convert it to movies or video. is there any toll to convert images to video in php on windows ???
    thanks