[mythtv-users] nuvexport / ffmpeg causes SIGFPE on MythTV 0.20

Walter Hofstetter walter.hofstetter at netwho.com
Mon Oct 2 15:03:42 UTC 2006


Hi,

I'm using mythtv 0.20 and wanted to transcode some recordings to my ipod.
There's a myth2ipod script which is designed to exactly do what I want.

myth2ipd is using nuvexport/mythtranscode/ffmpeg.

Unfortunately I'm struggeling quit a bit, I always get floating point 
exceptions from ffmpeg/libavutil:

Here's a backtrace from ffmpeg:

Starting program: /usr/bin/ffmpeg -y -f s16le -ar 0 -ac 0 -i 
/tmp/fifodir_5271/audout -f rawvideo -pix_fmt yuv420p -s 720x576 -aspect 
1.33333333333333 -r 25.000 -i /tmp/fifodir_5271/vidout -aspect 
1.33333333333333 -r 25 -croptop    12 -cropright 14 -cropbottom 12 
-cropleft  14 -s 320x240  -vcodec mpeg4 -bit_rate '384' -title '1 SF1 - 
12:30 PM (Manual Record) - Sat Sep 30 12:30:00 2006' -flags 
+4mv+trell+loop -aic 1 -mbd 1 -cmp 2 -subcmp 2 -acodec aac -ar 48000 
-async 1 -ab 64 '/root/1 SF1 - 12-30 PM (Manual Record) - Sat Sep 30 
12-30-00 2006.mp4' 2>&1
Reading symbols from shared object read from target memory...done.
Loaded system supplied DSO at 0xaf8000
[Thread debugging using libthread_db enabled]
[New Thread -1208437040 (LWP 5562)]
FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2004 Fabrice Bellard
 configuration:  --enable-mp3lame --enable-libogg --enable-vorbis 
--enable-faadbin --enable-faac --enable-xvid --enable-a52bin --enable-pp 
--enable-shared --enable-pthreads --enable-dc1394 --enable-gpl 
--disable-strip --enable-memalign-hack
 libavutil version: 49.0.0
 libavcodec version: 51.13.0
 libavformat version: 50.5.0
 built on Oct  2 2006 10:10:02, gcc: 4.1.1 20060525 (Red Hat 4.1.1-1)

Program received signal SIGFPE, Arithmetic exception.
[Switching to Thread -1208437040 (LWP 5562)]
0x00114a17 in __divdi3 () from /usr/local/lib/libavutil.so.49


I used the packages from atrpms, but also compiled the svn source.
Interesting enough when I do a similar command against a file, instead 
of the stream from the fifo initialized by nuvexport, the file is being 
converted just fine.

Any ideas?

Thanks, Walter


More information about the mythtv-users mailing list