Recherche avancée

Médias (91)

Autres articles (92)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (5601)

  • How do I add environment variables to path in python ?

    13 mai 2024, par JustThisWeeb

    I made a python script to install FFmpeg and add it to path in Windows, but it seemed to have no effect at all. It doesn't give me any errors or anything. It literally just does nothing at all.

    


    This was the code I used :

    


    os.environ["Path"] += f"{os.getcwd()}/ffmpeg-7.0-essentials_build/bin"
os.environ.update()


    


    and I tried several iterations of "path" including "PATH", "Path", "path" and none of them made a difference.
I also tried making a new variable :

    


    new_environ = os.environ["Path"] + f"{os.getcwd()}/ffmpeg-7.0-essentials_build/bin"
os.environ["Path"] = new_environ
os.environ.update()


    


    Which again made no difference.

    


    I know there are other questions like that, but to be honest none of the ones I saw were helpful.

    


  • Fix broken links in the installed docs.

    6 mai 2013, par Tim Terriberry

    Fix broken links in the installed docs.

  • AVFrame.pkt_dts : improve docs

    19 mars 2013, par Michael Niedermayer

    AVFrame.pkt_dts : improve docs