[issue2424] Floating exception when transcoding between ASS and XSUB subtitles

2010-12-15 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: Is a specific ass sample needed? FFmpeg issue tracker

[issue2424] Floating exception when transcoding between ASS and XSUB subtitles

2010-12-15 Thread Chris Burel
Chris Burel added the comment: It breaks in the same way even if a video stream is supplied: > /usr/local/ffmpeg/bin/ffmpeg -y -i 01.avi -i 01.ass -vcodec copy -acodec copy -scodec xsub new01.avi FFmpeg version git-svn-r26004, Copyright (c) 2000-2010 the FFmpeg developers built on Dec 14 2010

[issue2424] Floating exception when transcoding between ASS and XSUB subtitles

2010-12-14 Thread Reimar Döffinger
Reimar Döffinger added the comment: On Tue, Dec 14, 2010 at 06:54:16PM +, Chris Burel wrote: > > New submission from Chris Burel : > > Here's the backtrace: > #0 0x2b5f2816adce in dump_stream_format (ic=, > i=0, > index=0, is_output=1) at > /pts/testPipe/share/Qt4/def/dat/ffmpeg/

[issue2424] Floating exception when transcoding between ASS and XSUB subtitles

2010-12-14 Thread Chris Burel
Chris Burel added the comment: > ./ffmpeg -y -i 01.ass -scodec xsub 01.avi FFmpeg version git-svn-r26005, Copyright (c) 2000-2010 the FFmpeg developers built on Dec 14 2010 10:26:56 with gcc 4.3.2 [gcc-4_3-branch revision 141291] configuration: --prefix=/home/cburel/ffmpeg --enable-avfilter

[issue2424] Floating exception when transcoding between ASS and XSUB subtitles

2010-12-14 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: Complete, uncut output missing. -- status: new -> open substatus: new -> needs_more_info FFmpeg issue tracker

[issue2424] Floating exception when transcoding between ASS and XSUB subtitles

2010-12-14 Thread Chris Burel
New submission from Chris Burel : Here's the backtrace: #0 0x2b5f2816adce in dump_stream_format (ic=, i=0, index=0, is_output=1) at /pts/testPipe/share/Qt4/def/dat/ffmpeg/libavformat/utils.c:3123 #1 0x2b5f2816b71a in dump_format (ic=0x626810, index=0, url=, is_output=1) at /pts/