Recherche avancée

Médias (3)

Mot : - Tags -/Valkaama

Autres articles (72)

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

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

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

  • swresample/swresample : fill the correct buffer to print the output layout string

    21 août 2022, par James Almer
    swresample/swresample : fill the correct buffer to print the output layout string
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libswresample/swresample.c
  • avcodec/aac_ac3_parser : don't fill stream info in the sync function

    22 octobre 2022, par James Almer
    avcodec/aac_ac3_parser : don't fill stream info in the sync function
    

    Have it only find frame boundaries. The stream props will then be filled once
    we have an assembled frame.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/aac_ac3_parser.c
    • [DH] libavcodec/aac_ac3_parser.h
    • [DH] libavcodec/aac_parser.c
    • [DH] libavcodec/ac3_parser.c
  • Deploy application with accord.video.ffmpeg c#

    14 avril 2017, par Alex Gimondi

    I’m using accord.video.ffmpeg 3.4.0, downloaded via nuget, to save a video with videorecorder class. If I compile (x86) my solution the application is running smoothly in visual studio, instead if I publish the app (same architecture ) when I try to run the setup.exe it installs the program but suddenly crashes. The problem is in the constructor of a class when I do new videorecorder(). It is like If during the deployment process not all the libraries needed are included.
    Anyonw knows which libraries are missing ?
    Thank,
    Alex