On Tue, Nov 17, 2009 at 8:07 PM, Simon <grem...@gmail.com> wrote:
>
>
> On Wed, Nov 18, 2009 at 2:57 PM, Carl Karsten <c...@personnelware.com>
> wrote:
>>
>>
>> with the run command, like i did,   look closer, I used your command
>> in my example.
>>
>
> Ahh! I see said the blind man :)
>
> # gdb /usr/local/bin/transcode
> GNU gdb 6.8-debian
> Copyright (C) 2008 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later
> <http://gnu.org/licenses/gpl.html>
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
> and "show warranty" for details.
> This GDB was configured as "i486-linux-gnu"...
> (gdb) run -i preview.m4v -o preview_out11.m4v -y ffmpeg -F mpeg4 -J
> logo=file=watermark-24bit.png
> Starting program: /usr/local/bin/transcode -i preview.m4v -o
> preview_out11.m4v -y ffmpeg -F mpeg4 -J logo=file=TD_watermark-24bit.png
> [Thread debugging using libthread_db enabled]
> transcode v1.1.5 (C) 2001-2003 Thomas Oestreich, 2003-2009 Transcode Team
> [h264 @ 0xb7c28610]brainfart cropping not supported, this could look
> slightly wrong ...
> [h264 @ 0xb7c5d610]brainfart cropping not supported, this could look
> slightly wrong ...
> [transcode] V: auto-probing     | preview.m4v (OK)
> [transcode] V: import format    | (null) in QuickTime (module=mov)
> [transcode] A: auto-probing     | preview.m4v (OK)
> [transcode] A: import format    | PCM in QuickTime (module=mov)
> [transcode] V: AV demux/sync    | (1) sync AV at initial MPEG sequence
> [transcode] V: import frame     | 406x228  1.78:1  encoded @ UNKNOWN
> [transcode] V: bits/pixel       | 0.778
> [transcode] V: decoding fps,frc | 25.000,3
> [transcode] V: video format     | YUV420 (4:2:0) aka I420
> [transcode] A: import format    | 0x1     PCM          [48000,16,2]
> [transcode] A: export format    | 0x55    MPEG ES Layer 3 [48000,16,2]  128
> kbps
> [transcode] V: export format    | unknown (module dependant)
> [transcode] V: encoding fps,frc | 25.000,3
> [transcode] A: bytes per frame  | 7680 (7680.000000)
> [transcode] A: adjustment       | 0...@1000
> [transcode] V: IA32/AMD64 accel | sse3 sse2 sse mmx cmove asm
> [transcode] V: video buffer     | 10 @ 406x228 [0x2]
> [transcode] A: audio buffer     | 10 @ 48000x2x16
> [New Thread 0xb7c056b0 (LWP 17163)]
> [import_mov.so] v0.1.3 (2005-12-04) (video) * | (audio) *
> [filter_logo.so] options=file=watermark-24bit.png
> [filter_logo.so] v0.10 (2003-10-16) render image in videostream
> [export_ffmpeg.so] v0.3.18 (2008-11-29) (video) Lavc52.32.0 | (audio)
> MPEG/AC3/PCM
> [New Thread 0xa492eb90 (LWP 17168)]
> [New Thread 0xa412eb90 (LWP 17169)]
> [New Thread 0xa392eb90 (LWP 17170)]
> [h264 @ 0xa5428610]brainfart cropping not supported, this could look
> slightly wrong ...
> [import_mov.so] codec=mp4a, rate=48000 Hz, bits=16, channels=2,
> samples=1744896
> [h264 @ 0xa5428610]brainfart cropping not supported, this could look
> slightly wrong ...
> [import_mov.so] VIDEO: codec=avc1, fps=25.000, width=406, height=228,
> frames=449
> [New Thread 0xa2edfb90 (LWP 17171)]
> [New Thread 0xa26dfb90 (LWP 17172)]
> [export_ffmpeg.so] Using FFMPEG codec 'mpeg4' (FourCC 'DIVX', MPEG4
> compliant video).
> [export_ffmpeg.so] No profile selected
> [export_ffmpeg.so] Starting 1 thread(s)
> [New Thread 0xa1edfb90 (LWP 17173)]
> [export_ffmpeg.so] Set display aspect ratio to input
> [mpeg4 @ 0xa5428610]removing common factors from framerate
>
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 0xb7c056b0 (LWP 17163)]
> 0xb7c9b643 in strlen () from /lib/libc.so.6
> (gdb)
>


now type "bt full<enter>"

like in my example

-- 
Carl K

Reply via email to