Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (97)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (9674)

  • Send ffmpeg segmented files to Remote location

    9 avril 2014, par S Karthik

    I would like to segment a video file using ffmpeg and send the segmented files to a remote http url instead local server disk

    I can run this command, which will store files in a directory

    ffmpeg -i [input url] -map 0 -codec:v libx264 -codec:a mp2 -f segment -flags -global_header -segment_format mpegts -segment_time 10 segment%03d.ts

    What I would like to do is

    ffmpeg -i [input url] -map 0 -codec:v libx264 -codec:a mp2 -f segment -flags -global_header -segment_format mpegts -segment_time 10 http://url/ts_file

    It gives error as Could not write header for output file #0 (incorrect codec parameters ?) : Error number -22 occurred

    Is it possible to do in ffmpeg ?

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

  • avfilter/vf_rotate : fix location of update operation

    19 avril 2014, par Michael Niedermayer
    avfilter/vf_rotate : fix location of update operation
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavfilter/vf_rotate.c
    • [DH] tests/ref/fate/filter-pixfmts-rotate