Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#3200 closed defect (invalid)

Trying to remove 1152 samples, but the queue is empty

Reported by: boean Owned by:
Priority: normal Component: undetermined
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

It's run no stop
Last message repeated XXXX times.
Stop it by Ctrl+c

ffmpeg -i 1385436228.wav -acodec libmp3lame -ac 2 -ar 44100 -ab 320k -y 1.mp3

Duration: 00:03:41.77, bitrate: 1411 kb/s

Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, stereo, s16, 1411 kb/s

Output #0, mp3, to '1.mp3':

Metadata:

TSSE : Lavf55.19.104
Stream #0:0: Audio: mp3 (libmp3lame), 44100 Hz, stereo, s16p, 320 kb/s

Stream mapping:

Stream #0:0 -> #0:0 (pcm_s16le -> libmp3lame)

Press [q] to stop, ? for help
[libmp3lame @ 0x9579740] Trying to remove 1152 samples, but the queue is empty

Last message repeated 1079 times

[libmp3lame @ 0x9579740] Trying to remove 1152 samples, but the queue is empty

Last message repeated 205 times

[libmp3lame @ 0x9579740] Trying to remove 1152 samples, but the queue is empty
av_interleaved_write_frame(): Immediate exit requested
Received signal 2: terminating.

what's wrong ?What should I do

Change History (9)

comment:1 by Carl Eugen Hoyos, 10 years ago

Component: FFmpegundetermined

To make this a valid ticket, please provide your command line together with the complete, uncut console output, please test current FFmpeg git head and please provide the input sample.

comment:2 by boean, 10 years ago

[root@convert idoukou_convert]#  /usr/local/bin/ffmpeg -i /idoukou_convert/original/music/2013/587_1385436228.wav -acodec libmp3lame  -ac 2 -ar 44100 -ab 320k -y 1.mp3
ffmpeg version N-58797-g4a0d827 Copyright (c) 2000-2013 the FFmpeg developers
  built on Dec  6 2013 17:28:48 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-54)
  configuration: --enable-libmp3lame --enable-small --enable-libfaac --enable-libvorbis --enable-ibxvid --disable-ffplay --disable-ffserver --enable-pthreads --extra-ldflags=-ldl --enable-nonfree --enable-gpl --enable-libfdk_aac
  libavutil      52. 56.100 / 52. 56.100
  libavcodec     55. 45.100 / 55. 45.100
  libavformat    55. 22.100 / 55. 22.100
  libavdevice    55.  5.102 / 55.  5.102
  libavfilter     3. 91.100 /  3. 91.100
  libswscale      2.  5.101 /  2.  5.101
  libswresample   0. 17.104 /  0. 17.104
  libpostproc    52.  3.100 / 52.  3.100
Guessed Channel Layout for  Input Stream #0.0 : stereo
Input #0, wav, from '/idoukou_convert/original/music/2013/587_1385436228.wav':
  Duration: 00:03:41.77, bitrate: 1411 kb/s
    Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, stereo, s16, 1411 kb/s
Output #0, mp3, to '1.mp3':
  Metadata:
    TSSE            : Lavf55.22.100
    Stream #0:0: Audio: mp3 (libmp3lame), 44100 Hz, stereo, s16p, 320 kb/s
Stream mapping:
  Stream #0:0 -> #0:0 (pcm_s16le -> libmp3lame)
Press [q] to stop, [?] for help
[libmp3lame @ 0x9daa740] Trying to remove 1152 samples, but the queue is empty
    Last message repeated 1971 times
[libmp3lame @ 0x9daa740] Trying to remove 1152 samples, but the queue is empty
    Last message repeated 473 times
[libmp3lame @ 0x9daa740] Trying to remove 1152 samples, but the queue is empty
av_interleaved_write_frame(): Immediate exit requested
Received signal 2: terminating.

I stop it's execute by Ctrl+c .Otherwise, It's note "Last message repeated XXXXX times" is not stop. The number has been an increase no stop.what's happen? I need help

Last edited 10 years ago by Carl Eugen Hoyos (previous) (diff)

comment:3 by Carl Eugen Hoyos, 10 years ago

Please provide the input sample.

comment:4 by Carl Eugen Hoyos, 10 years ago

Version: 2.1.1git-master

in reply to:  4 ; comment:5 by boean, 10 years ago

2.1.1 version convert mp3 by libmp3lame the OUT.mp3 duration morethan the INPUT audio attachments limit 2.5m .I did not upload the audio file. Any audio file convert to mp3 that report the "Last message repeated XXXXX times"message

in reply to:  5 comment:6 by Carl Eugen Hoyos, 10 years ago

Replying to boean:

2.1.1 version convert mp3 by libmp3lame the OUT.mp3 duration morethan the INPUT audio attachments limit 2.5m .

I may misunderstand but please either upload to http://www.datafilehost.com/ or read http://ffmpeg.org/bugreports.html

comment:7 by boean, 10 years ago

I know the cause of the problem. My libmp3lame version is 3.98.2 to update 3.99.5 for ffmpeg2.1.1
The library of libmp3lame.so.0 default install /usr/local/lib .but ffmpeg execute with /usr/lib .
the /usr/lib/libmp3lame.so.0 belong to version 3.98.2
So audio convert to mp3 throw "Last message repeated XXXXX times" wrong message to me.

comment:8 by Carl Eugen Hoyos, 10 years ago

Resolution: invalid
Status: newclosed

Thank you for the clarification, do I understand correctly that you were able to fix the problem with LD_LIBRARY_PATH or static linking or removing the wrong library?

comment:9 by boean, 10 years ago

I used the awkward , copy the new library file overwrites the old library file , but effective .

Note: See TracTickets for help on using tickets.