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)

  • FFMPEG build error

    14 novembre 2012, par user1149520

    I've been trying to build a LGPL copy of ffmpeg and I have tried various different configure methods. I downloaded the latest source from the ffmpeg site and used the following simple configure

    ./configure --enable-memalign-hack --enable-pthreads --enable-shared --disable-static

    However every time I try to build it I only end up with "avdevice-53.dll" and the error message like this

    install: cannot stat 'libavdevice/avdevice.lib' : No such file or directory
    make: *** [install-libavdevice-shared] Error 1

    What am I doing wrong ?

  • I can't start dream recording ? [closed]

    5 mars 2024, par usny1986

    I'm looking for an app to record my dreams so i can watch them later. (I want it to record speech sounds too). The apps i've tried so far haven't worked properly.

    


    When I start to see my dream, the applications usually give an error that ffmpeg is not installed. Yes, this error doesn't occur if I dream in the dark at night. But the problem is that i sleep during the day, so i dream during the day. Even though I installed the latest version of FFmpeg, I was not successful.

    


    Is there a successful app to record daytime dreams ?

    


    I tried the "HD Dream Captura" application. But it didn't work. It doesn't work during the day. It also gives a memory full error and is constantly interrupted. But I have enough free space in my brain to be able to see my dreams.

    


  • ffmpeg-php make test failed

    29 janvier 2012, par Shawn Northrop

    I am trying to install ffmpeg and ffmpeg-php. After following the install docs I am running into some errors on make test

    I have used homebrew to install ffmpeg. I downloaded the latest version of ffmpeg-php and ran

    ./configure && make

    /ffmpeg-php-0.6.0/ffmpeg_movie.c:73 : error : ‘MAX_STREAMS’ undeclared here (not in a function)

    /ffmpeg-php-0.6.0/ffmpeg_movie.c : In function ‘_php_get_video_stream’ :

    ffmpeg-php-0.6.0/ffmpeg_movie.c:152 : error : ‘CODEC_TYPE_VIDEO’ undeclared (first use in this function)

    ffmpeg-php-0.6.0/ffmpeg_movie.c:152 : error : (Each undeclared identifier is reported only once
    ....

    The list goes on. Has anyone run into this problem before ? I have looked around a bunch but alas I am stuck and hoping stackoverflow will be my savior.

    Thanks !!
    Shawn