Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (104)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (12688)

  • How to use the Heroku buildpack ffmpeg for Python ?

    30 septembre 2019, par khooz02

    I want to use the ffmpeg buildpack in my Python app on Heroku.
    I am using the ffmpeg buildpack from https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.

    How can I use buildpack ? subprocess ? os ? How to call the ffmpeg ?
    Anybody can teach me ?

    This is my code and I want to convert mp4 file to mp3 file.
    Actually,I don`t know about the detect/compile/release file.

      subprocess.call(['ffmpeg', '-i', 'xxx.mp4','-vn','-f mp3', 'xxx.mp3'])
      subprocess.call(['ffmpeg', '-i', 'xxx.mp4','-vn','-f mp3', 'xxx.mp3'])
  • How to use heroku buildpack ffmpeg for python

    29 septembre 2019, par khooz02

    I want to use ffmpeg buildpack in my python app on heroku.
    How can I use buildpack ?subprocess ?os ?How to call the ffmpeg ?
    Anybody can teach me ?
    This is my code and I want to convert mp4 file to mp3 file.
    Actually,I don`t know about the detect/compile/release file.
    I am using the ffmpeg buildpack from https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.

      subprocess.call(['ffmpeg', '-i', 'xxx.mp4','-vn','-f mp3', 'xxx.mp3'])
      subprocess.call(['ffmpeg', '-i', 'xxx.mp4','-vn','-f mp3', 'xxx.mp3'])

    Pls help me.I am newbie in heroku

  • ERROR : librsvg-2.0 not found using pkg-config

    10 mai 2021, par qdras

    I'm trying to compile FFMPEG on Windows 10.

    


      

    1. I have installed MinGW.
    2. 


    3. Run C :\MinGW\msys\1.0\msys.bat
    4. 


    5. Enter command cd D :\Users\Stefan\Downloads\Compressed\ffmpeg-snapshot\ffmpeg
    6. 


    7. Enter command ./configure —prefix=ffmpeg/ —enable-cross-compile —disable-network —disable-debug —disable-yasm —enable-librsvg
    8. 


    


    It shows this error :

    


    


    ERROR : librsvg-2.0 not found using pkg-config

    


    If you think configure made a mistake, make sure you are using the
latest version from Git. If the latest version fails, report the
problem to the ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on
irc.freenode.net. Include the log file "ffbuild/config.log" produced
by configure as this will help solve the problem.

    


    


    Can you tell me what to do ?