Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (111)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (4292)

  • ffmpeg encode image sequence

    1er juillet 2013, par user706167

    I have been using ffmpeg to convert a sequence of jpegs to a video using the following syntax :

    ffmpeg.exe -f image2 -i image_%05d.png -vcodec mpeg4 -b 800k video.mpg

    It doesn't work :

    C:\Documents and Settings\Atelier\Mes documents\dev\projets\emptycanvas\testresu
    lt\objets\starbuck.tests.TestAnimationSphereInterieur>"c:\Documents and Settings
    \Atelier\Mes documents\Téléchargements\ffmpeg-20120608-git-718607b-win32-static\
    bin\ffmpeg.exe" -f image2 -i image_%05d.png -vcodec mpeg4 -b 800k video.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
    image_%05d.png: No such file or directory

    On Windows XP...

  • 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%
  • fftools/ffprobe : drop -show_format_entry

    14 mars 2022, par Anton Khirnov
    fftools/ffprobe : drop -show_format_entry
    

    Deprecated since 2012.

    • [DH] fftools/ffprobe.c