Recherche avancée

Médias (91)

Autres articles (81)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

Sur d’autres sites (10635)

  • Unable to install ffmpeg-php on Ubuntu 14.04

    29 septembre 2014, par Balaraman L

    I downloaded FFmpeg (version 2.2.3) and compiled with —disable-yasm and —enable-shared configuration and installed.

    I then downloaded ffmpeg-php extension from here - http://sourceforge.net/projects/ffmpeg-php/files/ffmpeg-php/0.6.0/

    I was able to phpize and configure successfully.

    phpize output :

    Configuring for:
    PHP Api Version:         20121113
    Zend Module Api No:      20121212
    Zend Extension Api No:   220121212

    php —version output :

    PHP 5.5.9-1ubuntu4.4 (cli) (built: Sep  4 2014 06:56:34)
    Copyright (c) 1997-2014 The PHP Group
    Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
       with Zend OPcache v7.0.3, Copyright (c) 1999-2014, by Zend Technologies

    But, when I try to make install my ffmpeg-php extension after successfully configuring, I am getting following error.

    Error log :

    /bin/bash /tmp/ffmpeg-php-0.6.0/libtool --mode=compile cc  -I. -I/tmp/ffmpeg-php-0.6.0 -DPHP_ATOM_INC -I/tmp/ffmpeg-php-0.6.0/include -I/tmp/ffmpeg-php-0.6.0/main -I/tmp/ffmpeg-php-0.6.0 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -I/usr/local/include/libavcodec/ -I/usr/local/include/libavformat/ -I/usr/local/include/libavutil/ -I/usr/local/include/libswscale/ -I/usr/local/include/libavfilter/ -I/usr/local/include/libavdevice/  -DHAVE_CONFIG_H  -g -O2 -Wall -fno-strict-aliasing   -c /tmp/ffmpeg-php-0.6.0/ffmpeg-php.c -o ffmpeg-php.lo
    libtool: compile:  cc -I. -I/tmp/ffmpeg-php-0.6.0 -DPHP_ATOM_INC -I/tmp/ffmpeg-php-0.6.0/include -I/tmp/ffmpeg-php-0.6.0/main -I/tmp/ffmpeg-php-0.6.0 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -I/usr/local/include/libavcodec/ -I/usr/local/include/libavformat/ -I/usr/local/include/libavutil/ -I/usr/local/include/libswscale/ -I/usr/local/include/libavfilter/ -I/usr/local/include/libavdevice/ -DHAVE_CONFIG_H -g -O2 -Wall -fno-strict-aliasing -c /tmp/ffmpeg-php-0.6.0/ffmpeg-php.c  -fPIC -DPIC -o .libs/ffmpeg-php.o
    In file included from /usr/include/x86_64-linux-gnu/sys/stat.h:105:0,
                    from /usr/include/php5/main/php_streams.h:28,
                    from /usr/include/php5/main/php.h:396,
                    from /tmp/ffmpeg-php-0.6.0/ffmpeg-php.c:40:
    /usr/include/x86_64-linux-gnu/bits/stat.h:91:21: error: field 'st_atim' has incomplete type
        struct timespec st_atim;  /* Time of last access.  */
                        ^
    /usr/include/x86_64-linux-gnu/bits/stat.h:92:21: error: field 'st_mtim' has incomplete type
        struct timespec st_mtim;  /* Time of last modification.  */
                        ^
    /usr/include/x86_64-linux-gnu/bits/stat.h:93:21: error: field 'st_ctim' has incomplete type
        struct timespec st_ctim;  /* Time of last status change.  */
                        ^
    /usr/include/x86_64-linux-gnu/bits/stat.h:152:21: error: field 'st_atim' has incomplete type
        struct timespec st_atim;  /* Time of last access.  */
                        ^
    /usr/include/x86_64-linux-gnu/bits/stat.h:153:21: error: field 'st_mtim' has incomplete type
        struct timespec st_mtim;  /* Time of last modification.  */
                        ^
    /usr/include/x86_64-linux-gnu/bits/stat.h:154:21: error: field 'st_ctim' has incomplete type
        struct timespec st_ctim;  /* Time of last status change.  */
                        ^
    In file included from /usr/include/php5/main/php_streams.h:28:0,
                    from /usr/include/php5/main/php.h:396,
                    from /tmp/ffmpeg-php-0.6.0/ffmpeg-php.c:40:
    /usr/include/x86_64-linux-gnu/sys/stat.h:365:31: error: array type has incomplete element type
            const struct timespec __times[2],
                                  ^
    /usr/include/x86_64-linux-gnu/sys/stat.h:372:54: error: array type has incomplete element type
    extern int futimens (int __fd, const struct timespec __times[2]) __THROW;
                                                         ^
    In file included from /usr/include/php5/main/php.h:402:0,
                    from /tmp/ffmpeg-php-0.6.0/ffmpeg-php.c:40:
    /usr/include/php5/TSRM/tsrm_virtual_cwd.h:218:2: error: unknown type name 'time_t'
     time_t                         expires;
     ^
    /usr/include/php5/TSRM/tsrm_virtual_cwd.h:246:86: error: unknown type name 'time_t'
    CWD_API realpath_cache_bucket* realpath_cache_lookup(const char *path, int path_len, time_t t TSRMLS_DC);
                                                                                         ^
    /tmp/ffmpeg-php-0.6.0/ffmpeg-php.c: In function 'zm_startup_ffmpeg':
    /tmp/ffmpeg-php-0.6.0/ffmpeg-php.c:94:5: warning: implicit declaration of function 'avcodec_init' [-Wimplicit-function-declaration]
        avcodec_init();
        ^
    make: *** [ffmpeg-php.lo] Error 1

    How can I solve this ? Or is there any other php library which can be used to extract all metadata of a video like bit rate, frame rate etc ?

  • Introducing CI Status : the build dashboard for Travis CI

    6 octobre 2014, par Matthieu Napoli — Development, Meta

    The Piwik team has been working on a new tool for developers : CI Status.

    CI Status is a dashboard displaying the latest build status for all your repositories set up on Travis-CI.org or Travis-CI.com. The usage is meant to be as simple as possible : just login using your GitHub account and enjoy.

    CI-status.com

    Give CI Status a try now at ci-status.com !

    CI Status screenshot

    On your server : Setup CI Status

    The application is open source (released under the GNU Affero General Public License) and developed on GitHub. You are encouraged to contribute to the GitHub project if you find any bug or if you want to add new features. Since it was developed with reusability in mind, you can also install and maintain the application on your own server.

    We hope you will find this tool as useful as we do !

  • FFmpeg four audiochannels but the first two are static noise

    2 octobre 2014, par sebastian

    I have a handful of videos with one audio stream in which includes four audio channels. I am having trouble in getting the last two channels wherein lies the actual sound. I don’t want to create wave files or anything like that I just want to create a video out of it with the two channels correct channels (three and four). I was thinking about using the -map 0:a:2 and -map 0:a:3 but it does not work quite as well as I had hoped for. Does anyone know a better way or what I am doing wrong ?
    Any help would be appreciated.

    Audio
    ID : 2
    Format : PCM
    Format settings, Endianness : Big
    Format settings, Sign : Unsigned
    Codec ID : lpcm
    Duration : 3mn 54s
    Bit rate mode : Constant
    Bit rate : 6 144 Kbps
    Channel(s) : 4 channels
    Sampling rate : 48.0 KHz
    Bit depth : 24 bits
    Stream size : 172 MiB (3%)
    Language : English
    Encoded date : UTC 2014-09-25 16:54:09
    Tagged date : UTC 2014-09-25 16:55:41