Recherche avancée

Médias (1)

Mot : - Tags -/illustrator

Autres articles (38)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

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

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

  • 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`.