Recherche avancée

Médias (91)

Autres articles (74)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

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

  • Merge commit '7abdd026df6a9a52d07d8174505b33cc89db7bf6'

    26 septembre 2017, par James Almer
    Merge commit '7abdd026df6a9a52d07d8174505b33cc89db7bf6'
    

    * commit '7abdd026df6a9a52d07d8174505b33cc89db7bf6' :
    asm : Consistently uppercase SECTION markers

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

    • [DH] libavcodec/x86/dirac_dwt.asm
    • [DH] libavcodec/x86/diracdsp.asm
    • [DH] libavcodec/x86/dnxhdenc.asm
    • [DH] libavcodec/x86/huffyuvencdsp.asm
    • [DH] libavcodec/x86/lossless_videoencdsp.asm
    • [DH] libavcodec/x86/vc1dsp_loopfilter.asm
    • [DH] libavcodec/x86/vc1dsp_mc.asm
    • [DH] libavutil/x86/x86inc.asm
  • ffmpeg-php module fails in linux

    26 juillet 2017, par Swati

    I’ve been trying this for a couple of days now. I am trying to install ffmpeg-php on my CentOS server.

    OS : CentOS 6
    PHP : 5.5
    ffmpeg : 1.2.1
    ffmpeg-php : 0.6.0
    The ffmpeg installation went on without a hitch and I am able to convert files back and forth via the CLI.

    While installing ffmpeg-php, I encountered errors while making (after configuring) due to time.h references which was corrected by renaming the files creating with an extension .loT to .lo (as rightly pointed out here)

    Once this was done, the make process went on smoothly and the make install went through without a hitch. However, after specifying the extension=ffmpeg.so in the php.ini file and after restarting Apache, the module doesn’t load or show up in phpinfo().

    The Apache error log shows only "PHP Warning : PHP Startup : Invalid library (maybe not a PHP library) ’ffmpeg.so’ in Unknown on line 0" and nothing else.

    make test also shows the same error and FAILS the associated tests. I’ve checked here which wasn’t very helpful. Also, I read somewhere that it may be the issue with permissions but the permissions for the ffmpeg.so file is 755.

    Any help is appreciated.

    Thanks in advance.

  • libavutil/mips : Updated msa generic macros

    21 juillet 2017, par Kaustubh Raste
    libavutil/mips : Updated msa generic macros
    

    Reduced msa load-store code.
    Removed inline asm of GP load-store for 64 bit.
    Updated variable names in GP load-store macros for naming consistency.
    Corrected macro descriptions.

    Signed-off-by : Kaustubh Raste <kaustubh.raste@imgtec.com>
    Reviewed-by : Manojkumar Bhosale <Manojkumar.Bhosale@imgtec.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavutil/mips/generic_macros_msa.h