VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Member
    Join Date
    Oct 2010
    Location
    Russia, Novosibirsk
    Search Comp PM
    Hi!
    I use webinars service in the internet and they save webinars in adobe air file format. And after that I dowloading webinar record and simply install it onto my workstation (MS Windows Vista sp2). My due is to convert from flv-format to mp3 so i could publish it on a website.

    Recently I found that my ffmpeg.exe when it converts flv file to mp3 format it runs out with error (see below).
    Earlier everything was OK. but now I got a problem.

    Could anybody tell me what's the matter of this mistake?
    any help would be

    Code:
    c:\>ffmpeg -i stream.flv -ar 22050 -sameq stream.mp3
    FFmpeg version 0.5, Copyright (c) 2000-2009 Fabrice Bellard, et al.
      configuration: --enable-gpl --enable-postproc --enable-swscale --enable-avfilter --enable-avfilter-lavf --enable-pthreads --enable-avisynth --enable-libfaac --enable-libfaad --enab
    le-libmp3lame --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libxvid --enable-libx264 --enable-memalign-hack
      libavutil     49.15. 0 / 49.15. 0
      libavcodec    52.20. 0 / 52.20. 0
      libavformat   52.31. 0 / 52.31. 0
      libavdevice   52. 1. 0 / 52. 1. 0
      libavfilter    0. 4. 0 /  0. 4. 0
      libswscale     0. 7. 1 /  0. 7. 1
      libpostproc   51. 2. 0 / 51. 2. 0
      built on Mar 16 2009 16:09:18, gcc: 4.2.4 [Sherpya]
    Input #0, flv, from 'stream.flv':
      Duration: 01:37:24.56, start: 0.000000, bitrate: N/A
        Stream #0.0: Video: 0x0000, 1k tbr, 1k tbn, 1k tbc
        Stream #0.1: Audio: nellymoser, 11025 Hz, mono, s16
    Output #0, mp3, to 'stream.mp3':
        Stream #0.0: Audio: libmp3lame, 22050 Hz, mono, s16, 64 kb/s
    Stream mapping:
      Stream #0.1 -> #0.0
    Press [q] to stop encoding
    [libmp3lame @ 0x2ef8c50]lame: output buffer too small (buffer index: 9404, free bytes: 388)
    Audio encoding failed
    Quote Quote  
  2. Member
    Join Date
    Oct 2010
    Location
    Russia, Novosibirsk
    Search Comp PM
    Ok. this decision was useful for some flv files, but some of them are still convert with mistakes, such as:

    Code:
    D:\ffmpeg-latest-mingw32-static\bin>ffmpeg.exe -i "VILAVI WEB-Club 20100927.flv" "VILAVI WEB-Club 20100927.mp3">> res.txt
    FFmpeg version SVN-r25366, Copyright (c) 2000-2010 the FFmpeg developers
      built on Oct  6 2010 04:13:18 with gcc 4.4.2
      configuration: --enable-gpl --enable-version3 --enable-libgsm --enable-pthreads --enable-libvorbis --enable-libtheora --enable-libspeex --enable-libmp3lame --enable-libopenjpeg --e
    nable-libschroedinger --enable-libopencore_amrwb --enable-libopencore_amrnb --enable-libvpx --arch=x86 --enable-runtime-cpudetect --enable-libxvid --enable-libx264 --extra-libs='-lx2
    64 -lpthread' --enable-librtmp --extra-libs='-lrtmp -lpolarssl -lws2_32 -lwinmm' --target-os=mingw32 --enable-avisynth --cross-prefix=i686-mingw32- --cc='ccache i686-mingw32-gcc' --e
    nable-memalign-hack
      libavutil     50.32. 2 / 50.32. 2
      libavcore      0. 9. 1 /  0. 9. 1
      libavcodec    52.92. 0 / 52.92. 0
      libavformat   52.79. 0 / 52.79. 0
      libavdevice   52. 2. 2 / 52. 2. 2
      libavfilter    1.48. 0 /  1.48. 0
      libswscale     0.12. 0 /  0.12. 0
    [flv @ 0026c0b0] Estimating duration from bitrate, this may be inaccurate
    Input #0, flv, from 'VILAVI WEB-Club 20100927.flv':
      Metadata:
        duration        : 5845
        creationdate    : Mon Sep 27 11:28:51
      Duration: 01:37:24.56, start: 0.000000, bitrate: N/A
        Stream #0.0: Video: [0][0][0][0] / 0x0000, 1k tbr, 1k tbn, 1k tbc
        Stream #0.1: Audio: nellymoser, 11025 Hz, mono, s16
    File 'VILAVI WEB-Club 20100927.mp3' already exists. Overwrite ? [y/N] y
    Output #0, mp3, to 'VILAVI WEB-Club 20100927.mp3':
      Metadata:
        TSSE            : Lavf52.79.0
        Stream #0.0: Audio: libmp3lame, 11025 Hz, mono, s16, 64 kb/s
    Stream mapping:
      Stream #0.1 -> #0.0
    Press [q] to stop encoding
    [nellymoser @ 0026d8f0] Tag size 20.  64.0kbits/s
        Last message repeated 784 times=  64.0kbits/s
    [nellymoser @ 0026d8f0] Tag size 116.
    [nellymoser @ 0026d8f0] Tag size 211.
        Last message repeated 12 timese=  64.0kbits/s
    [nellymoser @ 0026d8f0] Tag size 20.
        Last message repeated 9 times
    [nellymoser @ 0026d8f0] Tag size 211.
        Last message repeated 33 times
    [nellymoser @ 0026d8f0] Tag size 20.
        Last message repeated 45 times
    [nellymoser @ 0026d8f0] Tag size 211.
        Last message repeated 20 times
    [nellymoser @ 0026d8f0] Tag size 116.
    [nellymoser @ 0026d8f0] Tag size 20.
        Last message repeated 6 times
    [nellymoser @ 0026d8f0] Tag size 211.
        Last message repeated 10 times
    [nellymoser @ 0026d8f0] Tag size 116.
        Last message repeated 1 times
    [nellymoser @ 0026d8f0] Tag size 211.
        Last message repeated 43 timese=  64.0kbits/s
    [nellymoser @ 0026d8f0] Tag size 116.
    [nellymoser @ 0026d8f0] Tag size 20.
        Last message repeated 1 times
    [nellymoser @ 0026d8f0] Tag size 211.
        Last message repeated 17 times
    [nellymoser @ 0026d8f0] Tag size 20.
        Last messa    Last message repgee atrepeaetedd 1 tim e1 stimes
    size=     958kB time=122.57 bitrate=  64.0kbits/s
    video:0kB audio:958kB global headers:0kB muxing overhead 0.003366%
    Received signal 2: terminating.
    does anybody knows the meaning of the sentences:

    Code:
    "[nellymoser @ 0026d8f0] Tag size 20.  64.0kbits/s
        Last message repeated 784 times=  64.0kbits/s
    [nellymoser @ 0026d8f0] Tag size 116.
    [nellymoser @ 0026d8f0] Tag size 211.
        Last message repeated 12 timese=  64.0kbits/s
    [nellymoser @ 0026d8f0] Tag size 20.
        Last message repeated 9 times"
    ???
    Quote Quote  
  3. Member bat999's Avatar
    Join Date
    Feb 2008
    Location
    United Kingdom
    Search Comp PM
    ;;
    Last edited by bat999; 1st Nov 2010 at 17:54.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!