Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (97)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

Sur d’autres sites (9983)

  • ffmpeg error trying to create mpeg video

    18 juin 2012, par Eamonn McEvoy

    I am having trouble creating mpeg files, I have 2 bitmaps (2592*2160 32bit). I am trying to combine them into an mpeg file but I cant get it to work, the command I have tried is :

    ffmpeg -i %d.bmp -b:v 99.99M -r 1 -s 2592x2160 vid.mpg

    the output is

    ffmpeg -i %d.bmp -b:v 99.99M -r 1 -s 2592x2160  vid.mpg
    ffmpeg version N-41416-g718607b Copyright (c) 2000-2012 the FFmpeg developers
     built on Jun  8 2012 12:46:19 with gcc 4.6.3
     configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-ru
    ntime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libass
    --enable-libcelt --enable-libopencore-amrnb --enable-libopencore-amrwb --enable
    -libfreetype --enable-libgsm --enable-libmp3lame --enable-libnut --enable-libope
    njpeg --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libth
    eora --enable-libutvideo --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-
    libvorbis --enable-libvpx --ena  libavutil      51. 56.100 / 51. 56.100
     libavcodec     54. 25.100 / 54. 25.100
     libavformat    54.  6.101 / 54.  6.101
     libavdevice    54.  0.100 / 54.  0.100
     libavfilter     2. 78.101 /  2. 78.101
     libswscale      2.  1.100 /  2.  1.100
     libswresample   0. 15.100 /  0. 15.100
     libpostproc    52.  0.100 / 52.  0.100
    [image2 @ 01e6be40] Stream #0: not enough frames to estimate rate; consider incr
    easing probesize
    Input #0, image2, from '%d.bmp':
     Duration: 00:00:00.08, start: 0.000000, bitrate: N/A
       Stream #0:0: Video: bmp, pal8, 2592x2160, 25 tbr, 25 tbn, 25 tbc
    File 'vid.mpg' already exists. Overwrite ? [y/N] y
    w:2592 h:2160 pixfmt:pal8 tb:1/25 sar:0/1 sws_param:flags=2
    [ffmpeg_buffersink @ 02bb3ce0] No opaque field provided
    [scale @ 02bb3f20] w:2592 h:2160 fmt:pal8 sar:0/1 -> w:2592 h:2160 fmt:yuv420p s
    ar:0/1 flags:0x4
    [mpeg1video @ 02b864a0] bitrate tolerance too small for bitrate
    Output #0, mpeg, to 'vid.mpg':
       Stream #0:0: Video: mpeg1video, yuv420p, 2592x2160, q=2-31, 99990 kb/s, 90k
    tbn, 5 tbc
    Stream mapping:
     Stream #0:0 -> #0:0 (bmp -> mpeg1video)
    Error while opening encoder for output stream #0:0 - maybe incorrect parameters
    such as bit_rate, rate, width or height

    If I leave out the -r parameter (ffmpeg -i %d.bmp -b:v 99.99M -s 2592x2160 vid.mpg) the output changes to :

    [mpeg @ 02f80120] buffer underflow i=0 bufi=749380 size=950639
    [mpeg @ 02f80120] buffer underflow i=0 bufi=751421 size=950639
    [mpeg @ 02f80120] packet too large, ignoring buffer limits to mux it
    [mpeg @ 02f80120] buffer underflow i=0 bufi=751421 size=950639
    [mpeg @ 02f80120] buffer underflow i=0 bufi=753462 size=950639
    [mpeg @ 02f80120] packet too large, ignoring buffer limits to mux it
    [mpeg @ 02f80120] buffer underflow i=0 bufi=753462 size=950639
    [mpeg @ 02f80120] buffer underflow i=0 bufi=755503 size=950639
    ...

    what am I doing wrong ?

  • Limitations of ffmpeg ?

    7 février 2016, par Eamonn McEvoy

    I am trying to convert an avi file to mpeg, but ffmpeg is giving me these error messages, ’buffer underflow’ and ’packet too large’

    The command I am using is :

    ffmpeg -I input.avi -s 2592x2160 -b 1200 output.mpg

    1. Dimensions of video - are there any limitations ?

      I have noticed that if I take a video with smaller dimensions it seems to work ok, Is there any way to accommodate files with large dimensions like this ?

    2. Frame rate - can ffmpeg pad out videos ?

      I also have issues with certain frame rates, the error message tells me that only certain frame rates are supported by the mpeg1 format, can I get ffmpeg to pad out my avi file to account for this ?

    3. File size - are there any limitations on the max file size that can be converted ?

    Thanks,
    Eamonn

    OUTPUT

    ffmpeg -i neoAvi.avi -s 2592x2160 -b 1200k neoMpg.mpg
    ffmpeg version N-41416-g718607b Copyright (c) 2000-2012 the FFmpeg developers
     built on Jun  8 2012 12:46:19 with gcc 4.6.3
     configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-ru
    ntime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libass
    --enable-libcelt --enable-libopencore-amrnb --enable-libopencore-amrwb --enable
    -libfreetype --enable-libgsm --enable-libmp3lame --enable-libnut --enable-libope
    njpeg --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libth
    eora --enable-libutvideo --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-
    libvorbis --enable-libvpx --ena  libavutil      51. 56.100 / 51. 56.100
     libavcodec     54. 25.100 / 54. 25.100
     libavformat    54.  6.101 / 54.  6.101
     libavdevice    54.  0.100 / 54.  0.100
     libavfilter     2. 78.101 /  2. 78.101
     libswscale      2.  1.100 /  2.  1.100
     libswresample   0. 15.100 /  0. 15.100
     libpostproc    52.  0.100 / 52.  0.100
    [avi @ 01d2be20] Something went wrong during header parsing, I will ignore it an
    d try to continue anyway.
    [avi @ 01d2be20] Stream #0: not enough frames to estimate rate; consider increas
    ing probesize
    [avi @ 01d2be20] Stream #1: not enough frames to estimate rate; consider increas
    ing probesize
    [avi @ 01d2be20] Could not find codec parameters (Subtitle: none)
    Input #0, avi, from 'neoAvi.avi':
     Duration: 00:00:01.49, start: 0.000000, bitrate: 1493071 kb/s
       Stream #0:0: Video: rawvideo, pal8, 2592x2160, 33.33 tbr, 33.33 tbn, 33.33 t
    bc
       Stream #0:1: Subtitle: none
    Please use -b:a or -b:v, -b is ambiguous
    File 'neoMpg.mpg' already exists. Overwrite ? [y/N] y
    [mpeg @ 02ba71a0] packet too large, ignoring buffer limits to mux it
    [mpeg @ 02ba71a0] buffer underflow i=0 bufi=921414 size=946200
    [mpeg @ 02ba71a0] buffer underflow i=0 bufi=923455 size=946200
    [mpeg @ 02ba71a0] packet too large, ignoring buffer limits to mux it
    [mpeg @ 02ba71a0] buffer underflow i=0 bufi=923455 size=946200
    [mpeg @ 02ba71a0] buffer underflow i=0 bufi=925496 size=946200
    [mpeg @ 02ba71a0] packet too large, ignoring buffer limits to mux it
    [mpeg @ 02ba71a0] buffer underflow i=0 bufi=925496 size=946200
    [mpeg @ 02ba71a0] buffer underflow i=0 bufi=927537 size=946200
    ...
    [mpeg @ 02ba71a0] packet too large, ignoring buffer limits to mux it
    [mpeg @ 02ba71a0] buffer underflow i=0 bufi=921414 size=946200
    [mpeg @ 02ba71a0] buffer underflow i=0 bufi=923455 size=946200
    [mpeg @ 02ba71a0] packet too large, ignoring buffer limits to mux it
    [mpeg @ 02ba71a0] buffer underflow i=0 bufi=923455 size=946200
    [mpeg @ 02ba71a0] buffer underflow i=0 bufi=925496 size=946200
    [mpeg @ 02ba71a0] packet too large, ignoring buffer limits to mux it
    [mpeg @ 02ba71a0] buffer underflow i=0 bufi=925496 size=946200
    [mpeg @ 02ba71a0] buffer underflow i=0 bufi=927537 size=946200
    frame=    4 fps=3.2 q=5.5 size=    1380kB time=00:00:00.06 bitrate=169573.6kbits
    frame=   13 fps=7.3 q=29.1 size=    1604kB time=00:00:00.36 bitrate=35836.2kbits
    frame=   22 fps=9.5 q=31.0 size=    2100kB time=00:00:00.66 bitrate=25804.8kbits
    frame=   31 fps= 11 q=31.0 size=    2490kB time=00:00:00.96 bitrate=21101.5kbits
    frame=   40 fps= 12 q=31.0 size=    3010kB time=00:00:01.26 bitrate=19466.8kbits
    frame=   47 fps= 12 q=31.0 Lsize=    3128kB time=00:00:01.53 bitrate=16711.7kbit
    s/s dup=0 drop=3
    video:3116kB audio:0kB global headers:0kB muxing overhead 0.372684%
  • Cannot install ffmpeg on wamp server with php version 5.3.13 [on hold]

    5 décembre 2015, par user3653474

    I am following this link http://raghuram2404.blogspot.in/2012/06/install-ffmpeg-in-wamp-server-20.html to install ffmpeg on wamp server with php version 5.3.13 i have followed all the steps but i did not get ffmpeg details when output with phpinfo() ;
    Please help to sort out my issue of installing ffmpeg on wamp server 5.3.13.