Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (76)

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

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

  • 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

Sur d’autres sites (11821)

  • FFMPEG Error AVI to FFV1

    4 décembre 2012, par Nathan

    I'm encountering the following error when transcoding using FFMPEG. From what I've been able to find, I shouldn't have to input anymore parameters or anything. I tried adding the flag "-coder 1", which got me a file, but the video was a solid block of green.

    Here's my command :

    ffmpeg -i Glueck_Newsreel.avi -vcodec ffv1 -acodec pcm_s16le mp0001.mkv

    Here's the output

    ffmpeg version 0.10.4 Copyright (c) 2000-2012 the FFmpeg developers
     built on Jul 21 2012 10:40:08 with gcc 4.4.6 20110731 (Red Hat 4.4.6-3)
     configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man --arch=x86_64 --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' --enable-bzlib --disable-crystalhd --enable-gnutls --enable-libass --enable-libcdio --enable-libdc1394 --disable-indev=jack --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-openal --enable-libopenjpeg --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libv4l2 --enable-libx264 --enable-libxvid --enable-x11grab --enable-avfilter --enable-postproc --enable-pthreads --disable-static --enable-shared --enable-gpl --disable-debug --disable-stripping --shlibdir=/usr/lib64 --enable-runtime-cpudetect
     libavutil      51. 35.100 / 51. 35.100
     libavcodec     53. 61.100 / 53. 61.100
     libavformat    53. 32.100 / 53. 32.100
     libavdevice    53.  4.100 / 53.  4.100
     libavfilter     2. 61.100 /  2. 61.100
     libswscale      2.  1.100 /  2.  1.100
     libswresample   0.  6.100 /  0.  6.100
     libpostproc    52.  0.100 / 52.  0.100
    Input #0, avi, from 'Glueck_Newsreel.avi':
     Duration: 00:09:45.11, start: 0.000000, bitrate: 226508 kb/s
       Stream #0:0: Video: v210 (v210 / 0x30313276), yuv422p10le, 720x486, 29.97 fps, 29.97 tbr, 29.97 tbn, 29.97 tbc
       Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, 2 channels, s16, 1536 kb/s
    File 'mp0001.mkv' already exists. Overwrite ? [y/N] y
    w:720 h:486 pixfmt:yuv422p10le tb:1/1000000 sar:0/1 sws_param:
    [ffv1 @ 0x13c8340] bits_per_raw_sample of more than 8 needs -coder 1 currently
    Output #0, matroska, to 'mp0001.mkv':
       Stream #0:0: Video: ffv1, yuv422p10le, 720x486, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
       Stream #0:1: Audio: none, 48000 Hz, 2 channels, s16, 128 kb/s
    Stream mapping:
     Stream #0:0 -> #0:0 (v210 -> ffv1)
     Stream #0:1 -> #0:1 (pcm_s16le -> pcm_s16le)
    Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
  • linphone-3.5.2 install on centOS error

    26 novembre 2012, par plancys

    I have a problem with installation of Linhone.
    I follow this page
    When I install mediastreamer2 I got this error.

    [root@IPv6B mediastreamer2]# make
    make  all-recursive
    (...)
    videoenc.c: In function ‘ms_ffmpeg_check_init’:
    videoenc.c:56: warning: implicit declaration of function ‘avcodec_init’
    videoenc.c: In function ‘prepare’:
    videoenc.c:239: warning: ‘avcodec_get_context_defaults’ is deprecated (declared at /usr/local/include/libavcodec/avcodec.h:3437)
    videoenc.c: In function ‘prepare_h263’:
    videoenc.c:303: error: ‘CODEC_FLAG_H263P_UMV’ undeclared (first use in this function)
    videoenc.c:303: error: (Each undeclared identifier is reported only once
    videoenc.c:303: error: for each function it appears in.)
    videoenc.c:305: error: ‘CODEC_FLAG_H263P_SLICE_STRUCT’ undeclared (first use in this function)
    videoenc.c: In function ‘enc_preprocess’:
    videoenc.c:345: warning: ‘avcodec_open’ is deprecated (declared at /usr/local/include/libavcodec/avcodec.h:3569)
    videoenc.c: In function ‘add_rfc2190_header’:
    videoenc.c:375: error: ‘FF_I_TYPE’ undeclared (first use in this function)
    videoenc.c: In function ‘process_frame’:
    videoenc.c:782: error: ‘FF_I_TYPE’ undeclared (first use in this function)
    videoenc.c:794: warning: ‘avcodec_encode_video’ is deprecated (declared at /usr/local/include/libavcodec/avcodec.h:4272)
    make[3]: *** [videoenc.lo] Error 1
    make[3]: Leaving directory `/home/TEST/Desktop/APPS/linphone-3.5.2/mediastreamer2/src'
    make[2]: *** [all] Error 2
    make[2]: Leaving directory `/home/TEST/Desktop/APPS/linphone-3.5.2/mediastreamer2/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/TEST/Desktop/APPS/linphone-3.5.2/mediastreamer2'
    make: *** [all] Error 2
  • ffmpeg : Image2 => Error while opening encoder

    22 novembre 2012, par user1844282

    I get the following error ffmpeg.

    Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height

    ffmpeg -f image2 -i %05d.jpg -vcodec libx264 foo.mp4

    I'm pretty sure I've used this exact command before and it's been fine. This is my terminal output. Any help would be appreciated.

    $ ffmpeg -f image2 -i %05d.jpg -vcodec libx264 foo.mp4
    ffmpeg version 1.0 Copyright (c) 2000-2012 the FFmpeg developers
     built on Nov 22 2012 17:59:05 with Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)
     configuration: --prefix=/opt/local --enable-swscale --enable-avfilter --enable-libmp3lame --enable-libvorbis --enable-libopus --enable-libtheora --enable-libschroedinger --enable-libopenjpeg --enable-libmodplug --enable-libvpx --enable-libspeex --enable-libfreetype --mandir=/opt/local/share/man --enable-shared --enable-pthreads --cc=/usr/bin/clang --arch=x86_64 --enable-yasm --enable-gpl --enable-postproc --enable-libx264 --enable-libxvid
     libavutil      51. 73.101 / 51. 73.101

     libavcodec     54. 59.100 / 54. 59.100

     libavformat    54. 29.104 / 54. 29.104

     libavdevice    54.  2.101 / 54.  2.101

     libavfilter     3. 17.100 /  3. 17.100

     libswscale      2.  1.101 /  2.  1.101

     libswresample   0. 15.100 /  0. 15.100

     libpostproc    52.  0.100 / 52.  0.100

    Input #0, image2, from '%05d.jpg':
     Duration: 00:00:04.44, start: 0.000000, bitrate: N/A
       Stream #0:0: Video: mjpeg, yuvj420p, 1201x900 [SAR 1:1 DAR 1201:900], 25 fps, 25 tbr, 25 tbn, 25 tbc
    [libx264 @ 0x7fab0881aa00] width not divisible by 2 (1201x900)
    Output #0, mp4, to 'foo.mp4':
       Stream #0:0: Video: h264, yuvj420p, 1201x900 [SAR 1:1 DAR 1201:900], q=-1--1, 90k tbn, 25 tbc
    Stream mapping:
     Stream #0:0 -> #0:0 (mjpeg -> libx264)
    Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height