Recherche avancée

Médias (1)

Mot : - Tags -/illustrator

Autres articles (82)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

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

Sur d’autres sites (5496)

  • CoCreateInstanceFromApp undefined with WinRT + Visual Studio 2013

    7 novembre 2014, par Hyndrix

    I am experimenting with ffmpeg and Windows RT (ARM). First I run configure in a MinGW/MSYS shell :

    ./configure --enable-shared --disable-static --toolchain=msvc --extra-cflags="-D_M_ARMM -D_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE -DWINAPI_FAMILY=WINAPI_FAMILY_APP" --enable-cross-compile --target-os=win32 --arch=win32 --extra-ldflags="-MACHINE:ARM" --arch=arm --cpu=armv7

    followed by a "make" (in the same shell) which ends with the following error :

    C:\Program Files (x86)\Windows Kits\8.1\include\um\combaseapi.h(1157) :
    error C4013: 'CoCreateInstanceFromApp' undefined; assuming extern returning int
    make: *** [libavformat/format.o] Error 2

    The environmental variables in the shell are set to ARM Visual Studio 2013.

    What does this error mean ? Can someone point me in the correct direction how to fix this problem ?

    Regards,

  • Linker error using FFMPEG with Visual Studio 2013 Express

    19 décembre 2013, par Andres

    I am trying to write a program using FFMPEG libraries. I read about in this link. I downloaded Shared and Devs files from http://ffmpeg.zeranoe.com/builds/.

    I created a console project and this is the configuration :

    Additional Libraries Directories
    enter image description here

    Additional Include Directories
    enter image description here

    And here is my code :

    #include "stdafx.h"
    #pragma comment (lib, "avformat.lib")
    #pragma comment (lib, "avcodec.lib")
    #pragma comment (lib, "avutil.lib")

    extern "C"
    {
       #ifndef __STDC_CONSTANT_MACROS
       #define __STDC_CONSTANT_MACROS
       #endif
       #include
       #include
       #include
       #include
    }
    int _tmain(int argc, _TCHAR* argv[])
    {
       av_register_all();
       return 0;
    }

    And the error I am getting is this :

    Error 1 error LNK2019 : unresolved external symbol _av_register_all
    referenced in function _wmain C :\Users\Andres\Documents\Visual Studio
    2013\Projects\PruebaFFMPEG\PruebaFFMPEG\PruebaFFMPEG.obj PruebaFFMPEG

    Error 2 error LNK1120 : 1 unresolved
    externals C :\Users\Andres\Documents\Visual Studio
    2013\Projects\PruebaFFMPEG\Debug\PruebaFFMPEG.exe PruebaFFMPEG

    What am I missing ?

  • Anomalie #2013 (En cours) : Limiter la previsu en redaction à ses propres articles

    17 décembre 2013, par Fil Up

    Le fix répond à une demande précise, qu’il faut prendre en compte : le besoin pour 1 rédacteur de pouvoir prévisualiser son propre article.

    Mais ce faisant, il ouvre la lecture à tous les rédacteurs de tous les articles en préparation.

    Sur un site comme uZine (†), cela aurait été gênant, car des rédacteurs extérieurs, invités à contribuer, ne sont pas censés avoir accès aux brouillons de tout le monde.

    Il me semblerait plus cohérent, si on veut prévisualiser son propre article, de passer cette demande sous forme d’argument dans l’URL de prévisu, qui "valide" cet article précisément au niveau du compilo, avec un truc du genre `statut IN (publie,prop) OR id_article=mon article`.