Opened 9 years ago

Closed 9 years ago

#4220 closed defect (invalid)

Something wrong in my installation ?

Reported by: twailly Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Hi,

Just installed FFmpeg on my mac 10.6.8
All attempts to encode a movie ends up after a few seconds with the terminal session below.
Can anybody help ?

Thierry

Last login: Sat Jan 3 15:00:30 on ttys001
/Applications/ffmpegX.appContents/Resources/pbpaste | sh
pa-twailly-lt8:~ wailly$ /Applications/ffmpegX.app
Contents/Resources/pbpaste | sh
Encoding started on Sam 3 jan 2015 15:06:56 CET
FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard
Mac OSX universal build for ffmpegX

configuration: --enable-memalign-hack --enable-mp3lame --enable-gpl --disable-vhook --disable-ffplay --disable-ffserver --enable-a52 --enable-xvid --enable-faac --enable-faad --enable-amr_nb --enable-amr_wb --enable-pthreads --enable-x264
libavutil version: 49.0.0
libavcodec version: 51.9.0
libavformat version: 50.4.0
built on Apr 15 2006 04:58:19, gcc: 4.0.1 (Apple Computer, Inc. build 5250)

Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Volumes/video/ijlc.mp4':

Duration: 02:06:53.4, start: 0.000000, bitrate: 2037 kb/s
Stream #0.0(und), 23.98 fps(r): Video: h264, yuv420p, 1920x816
Stream #0.1(und): Audio: aac, 48000 Hz, stereo

Output #0, avi, to '/Volumes/video/ijlc.mp4.ff.avi':

Stream #0.0, 23.98 fps(c): Video: xvid, yuv420p, 1920x816, q=2-9, 11249 kb/s
Stream #0.1: Audio: mp3, 48000 Hz, stereo, 128 kb/s

Stream mapping:

Stream #0.0 -> #0.0
Stream #0.1 -> #0.1

Press [q] to stop encoding
[h264 @ 0x54340c]abs_diff_pic_num overflow
[h264 @ 0x54340c]decode_slice_header error
[h264 @ 0x54340c]concealing 6120 DC, 6120 AC, 6120 MV errors
[h264 @ 0x54340c]abs_diff_pic_num overflow bitrate= 242.6kbits/s
[h264 @ 0x54340c]decode_slice_header error
[h264 @ 0x54340c]concealing 6120 DC, 6120 AC, 6120 MV errors
[h264 @ 0x54340c]abs_diff_pic_num overflow bitrate=1962.0kbits/s
[h264 @ 0x54340c]decode_slice_header error
[h264 @ 0x54340c]concealing 6120 DC, 6120 AC, 6120 MV errors
[h264 @ 0x54340c]abs_diff_pic_num overflow bitrate=1277.7kbits/s
[h264 @ 0x54340c]decode_slice_header error
[h264 @ 0x54340c]concealing 6120 DC, 6120 AC, 6120 MV errors
[h264 @ 0x54340c]abs_diff_pic_num overflow bitrate=1277.7kbits/s
[h264 @ 0x54340c]decode_slice_header error
[h264 @ 0x54340c]concealing 6120 DC, 6120 AC, 6120 MV errors
[h264 @ 0x54340c]abs_diff_pic_num overflow bitrate= 863.5kbits/s
[h264 @ 0x54340c]decode_slice_header error
[h264 @ 0x54340c]concealing 6120 DC, 6120 AC, 6120 MV errors
[h264 @ 0x54340c]abs_diff_pic_num overflow bitrate= 676.4kbits/s
[h264 @ 0x54340c]decode_slice_header error
[h264 @ 0x54340c]concealing 6120 DC, 6120 AC, 6120 MV errors
[h264 @ 0x54340c]abs_diff_pic_num overflow
[h264 @ 0x54340c]decode_slice_header error
[h264 @ 0x54340c]concealing 6120 DC, 6120 AC, 6120 MV errors
[h264 @ 0x54340c]abs_diff_pic_num overflow bitrate= 676.4kbits/s
[h264 @ 0x54340c]decode_slice_header error
[h264 @ 0x54340c]concealing 6120 DC, 6120 AC, 6120 MV errors
[h264 @ 0x54340c]abs_diff_pic_num overflow
[h264 @ 0x54340c]decode_slice_header error
[h264 @ 0x54340c]concealing 6120 DC, 6120 AC, 6120 MV errors
[h264 @ 0x54340c]abs_diff_pic_num overflow bitrate= 880.2kbits/s
[h264 @ 0x54340c]decode_slice_header error
[h264 @ 0x54340c]concealing 6120 DC, 6120 AC, 6120 MV errors
h264.c:4144: failed assertion `h->long_ref_count + h->short_ref_count <= h->sps.ref_frame_count'
sh: line 1: 24047 Abort trap /Applications/ffmpegX.appContents/Resources/ffmpeg -i /Volumes/video/ijlc.mp4 -y -threads 2 -map 0.0:0.0 -f avi -vcodec xvid -b 11249 -aspect 4:3 -s 1920x816 -r ntsc-film -g 240 -me epzs -qmin 2 -qmax 9 -acodec mp3 -ab 128 -ar 48000 -ac 2 -map 0.1:0.1 -benchmark /Volumes/video/ijlc.mp4.ff.avi
pa-twailly-lt8:~ wailly$

Change History (1)

comment:1 by llogan, 9 years ago

Resolution: invalid
Status: newclosed

User scripts and 11 year old ffmpeg versions are not supported here. Please see the FFmpeg Download page and use a recent build, and if you need help refer to the ffmpeg-user mailing list or the #ffmpeg IRC channel.

https://ffmpeg.org/download.html

Note: See TracTickets for help on using tickets.