Recherche avancée

Médias (1)

Mot : - Tags -/swfupload

Autres articles (65)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (4033)

  • how to make video module with nodejs like facebook did with photos

    31 mai 2017, par aharit

    Just wondering how to start ? The needs :

    With around 10 photos, being able to produce a small video of 5-10sec, with animations for example (transition ?), i want to reproduce the facebook videos process if anybody know about that, which technical stack is the best, modules (ffmpeg, wrapper ffmpeg)(pyhton, nodejs).

    Thx

  • add scale module

    2 mars 2017, par Danter7
    add scale module
  • Asterisk module app_transcoder failed for libavcodec.so (undefined symbol avacodec_init)

    22 août 2016, par Riad

    I am trying to integrate the 3G video gateway with Asterisk(1.4.0).

    When i load the module "app_transcoder.so" (which does the actual video transcoding), then

    asterisk hangs and with "asterisk -vvvvvc" i got

    asterisk : symbol lookup error : /usr/lib/asterisk/modules/app_transcoder.so : undefined symbol : avcodec_init

    Showing the dependencies of app_transcoder.so by "ldd /usr/lib/asterisk/modules/app_transcoder.so" gives :

       linux-vdso.so.1 =>  (0x00007fff851ff000)
       libavcodec.so.54 => /usr/local/lib/libavcodec.so.54 (0x00007f8604ec3000)
       libswscale.so.2 => /usr/local/lib/libswscale.so.2 (0x00007f8604c6e000)
       libc.so.6 => /lib64/libc.so.6 (0x00007f86048d9000)
       libavutil.so.52 => /usr/local/lib/libavutil.so.52 (0x00007f86046a7000)
       libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f860448a000)
       libx264.so.142 => /usr/local/lib/libx264.so.142 (0x00007f86040d1000)
       libgsm.so.1 => /usr/lib/libgsm.so.1 (0x00007f8603ec6000)
       libm.so.6 => /lib64/libm.so.6 (0x00007f8603c42000)
       libz.so.1 => /lib64/libz.so.1 (0x00007f8603a2b000)
       /lib64/ld-linux-x86-64.so.2 (0x0000003b14200000)
       libdl.so.2 => /lib64/libdl.so.2 (0x00007f8603827000)

    "avcodec_init" comes from libavcodec.so file but it has no symbols as from the commands :

    nm -a /usr/local/lib/libavcodec.so.54

    gives :

    nm : /usr/local/lib/libavcodec.so.54 : no symbols

    i am following the instructions from Medooze

    CentOS-6.4

    ffmpeg-1.2.6

    asterisk-1.4.0

    x264- 0.142x

    ptlib-2.6.7

    mpeg4ip-1.6.1

    Any advice is appreciated.