Recherche avancée

Médias (91)

Autres articles (92)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (12475)

  • FFMPEG-PHP install error

    22 novembre 2013, par user2997305

    I have CENTOS 6.4 with all updates . Recently re-installated . And ISPManager installed. Whate else do I need ?

    [root@xploid ffmpeg-php-0.6.0]# make
    /bin/sh /srv/build/ffmpeg-php-0.6.0/libtool --mode=compile cc  -I. -I/srv/build/ffmpeg-php-0.6.0 -DPHP_ATOM_INC -I/srv/build/ffmpeg-php-0.6.0/include -I/srv/build/ffmpeg-php-0.6.0/main -I/srv/build/ffmpeg-php-0.6.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/include/libavcodec/ -I/usr/include/libavformat/ -I/usr/include/libavutil/ -I/usr/include/libswscale/ -I/usr/include/libavfilter/ -I/usr/include/libavdevice/  -DHAVE_CONFIG_H  -g -O2 -Wall -fno-strict-aliasing   -c /srv/build/ffmpeg-php-0.6.0/ffmpeg-php.c -o ffmpeg-php.lo
    libtool: compile:  cc -I. -I/srv/build/ffmpeg-php-0.6.0 -DPHP_ATOM_INC -I/srv/build/ffmpeg-php-0.6.0/include -I/srv/build/ffmpeg-php-0.6.0/main -I/srv/build/ffmpeg-php-0.6.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/include/libavcodec/ -I/usr/include/libavformat/ -I/usr/include/libavutil/ -I/usr/include/libswscale/ -I/usr/include/libavfilter/ -I/usr/include/libavdevice/ -DHAVE_CONFIG_H -g -O2 -Wall -fno-strict-aliasing -c /srv/build/ffmpeg-php-0.6.0/ffmpeg-php.c  -fPIC -DPIC -o .libs/ffmpeg-php.o
    In file included from /usr/include/sys/stat.h:107,
                    from /usr/include/php/main/php_streams.h:28,
                    from /usr/include/php/main/php.h:405,
                    from /srv/build/ffmpeg-php-0.6.0/ffmpeg-php.c:40:
    /usr/include/bits/stat.h:91: error: field ‘st_atim’ has incomplete type
    /usr/include/bits/stat.h:92: error: field ‘st_mtim’ has incomplete type
    /usr/include/bits/stat.h:93: error: field ‘st_ctim’ has incomplete type
    /usr/include/bits/stat.h:152: error: field ‘st_atim’ has incomplete type
    /usr/include/bits/stat.h:153: error: field ‘st_mtim’ has incomplete type
    /usr/include/bits/stat.h:154: error: field ‘st_ctim’ has incomplete type
    In file included from /usr/include/php/main/php_streams.h:28,
                    from /usr/include/php/main/php.h:405,
                    from /srv/build/ffmpeg-php-0.6.0/ffmpeg-php.c:40:
    /usr/include/sys/stat.h:367: error: array type has incomplete element type
    /usr/include/sys/stat.h:374: error: array type has incomplete element type
    In file included from /usr/include/php/main/php.h:411,
                    from /srv/build/ffmpeg-php-0.6.0/ffmpeg-php.c:40:


    /usr/include/php/TSRM/tsrm_virtual_cwd.h:212: error: expected specifier-qualifier-list before ‘time_t’

    /usr/include/php/TSRM/tsrm_virtual_cwd.h:240: error: expected declaration specifiers or ‘...’ before ‘time_t’

    /srv/build/ffmpeg-php-0.6.0/ffmpeg-php.c: In function ‘zm_startup_ffmpeg’:
    /srv/build/ffmpeg-php-0.6.0/ffmpeg-php.c:94: warning: implicit declaration of function ‘avcodec_init’
    make: *** [ffmpeg-php.lo] Error 1**
  • Updated license link and added package information.

    15 décembre 2011, par Sebastian Tschan

    .gitignore m README.md m application.js m gae-go/app/main.go m gae-python/main.py m index.html m jquery.fileupload-ui.css m jquery.fileupload-ui.js m jquery.fileupload.js m jquery.iframe-transport.js m jquery.postmessage-transport.js m jquery.xdr-transport.js + package.json m php/index.php m (...)

  • CMake configuration for ffmpeg in C++ project

    7 mai 2024, par pp492

    I have installed ffmpeg (version 4) with Homebrew and I am trying to use the various ffmpeg libraries in a C++ project, but I am getting multiple errors during linking.

    



    Undefined symbols for architecture x86_64:
  "_av_free", referenced from:
      _main in main.cpp.o
  "_av_packet_alloc", referenced from:
      _main in main.cpp.o
  "_av_parser_init", referenced from:
And so on ... 


    



    I have included the libraries as follow

    



    extern "C" {&#xA;    #include <libavutil></libavutil>frame.h>&#xA;    #include <libavutil></libavutil>mem.h>&#xA;    #include <libavcodec></libavcodec>avcodec.h>&#xA;}&#xA;

    &#xA;&#xA;

    But still, this doesn't work. I think I might have missed something in my CMakeLists.txt file, which at the moment looks like that :

    &#xA;&#xA;

    cmake_minimum_required(VERSION 2.6)&#xA;project(decode_encode)&#xA;&#xA;set(CMAKE_CXX_STANDARD 11)&#xA;set(CMAKE_CXX_FLAGS "-D__STDC_CONSTANT_MACROS")&#xA;&#xA;add_executable(decode_encode main.cpp)&#xA;

    &#xA;&#xA;

    I most likely need to specify additional linking flags, but is there is a better way to handle the linking part in a CMakeLists.txt file ?

    &#xA;