ju...@dhcp232:~/tc$ gdb transcode
GNU gdb (GDB) 6.8.50.20090628-cvs-debian
Copyright (C) 2009 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 "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
(gdb) run -i x.dv -y V=x264,A=lavc,M=avi -o test.mp4
Starting program: /usr/local/bin/transcode -i x.dv -y
V=x264,A=lavc,M=avi -o test.mp4
[Thread debugging using libthread_db enabled]
transcode v1.2.0-dev3 (C) 2001-2003 Thomas Oestreich, 2003-2009 Transcode Team
libdvdread: Encrypted DVD support unavailable.
************************************************
**                                            **
**  No css library available. See             **
**  /usr/share/doc/libdvdread4/README.Debian  **
**  for more information.                     **
**                                            **
************************************************
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
libdvdread: Encrypted DVD support unavailable.
************************************************
**                                            **
**  No css library available. See             **
**  /usr/share/doc/libdvdread4/README.Debian  **
**  for more information.                     **
**                                            **
************************************************
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
[transcode] V: auto-probing     | x.dv (OK)
[transcode] V: import format    | DigitalVideo in unknown (module=dv)
[transcode] A: auto-probing     | x.dv (OK)
[transcode] A: import format    | PCM in unknown (module=dv)
[transcode] V: AV demux/sync    | (1) sync AV at initial MPEG sequence
[transcode] V: import frame     | 720x480  1.50:1  encoded @ 4:3
[transcode] V: bits/pixel       | 0.174
[transcode] V: decoding fps,frc | 29.970,4
[transcode] V: video format     | YUV420 (4:2:0) aka I420
[transcode] A: import format    | 0x1     PCM          [48000,16,2] 1536 kbps
[transcode] A: export format    | 0xffffffff unknown      [48000,16,2]  128 kbps
[transcode] V: export format    | (null)
[transcode] V: encoding fps,frc | 25.000,3
[transcode] A: bytes per frame  | 7680 (7680.000000)
[transcode] A: adjustment       | 0...@1000
[transcode] H: worker threads   | 2 (2 hardware)
[transcode] H: IA32/AMD64 accel | sse3 sse2 sse mmx cmove asm
[transcode] V: video buffer     | 10 @ 720x480 [0x30323449]
[transcode] A: audio buffer     | 10 @ 48000x2x16
[import_dv.so] v0.3.1 (2003-10-14) (video) DV | (audio) PCM
[encode_lavc.so] v0.1.1 (2009-02-07) libavcodec based encoder (Lavc52.20.0)
[encode_x264.so] v0.3.2 (2009-07-31) x264 encoder
[multiplex_avi.so] v0.1.0 (2009-02-07) create an AVI stream using avilib
[New Thread 0x7fffe1545910 (LWP 22330)]
[New Thread 0x7fffe0d44910 (LWP 22331)]
[New Thread 0x7fffe0543910 (LWP 22332)]
[New Thread 0x7fffdfd42910 (LWP 22333)]
[New Thread 0x7fffdf541910 (LWP 22334)]
[import_dv.so] tcextract -x dv -i "x.dv" -d 0 | tcdecode -x dv -y pcm -d 0
[import_dv.so] tcextract -x dv -i "x.dv" -d 0 | tcdecode -x dv -y
yuv420p -d 0 -Q 5
[New Thread 0x7fffded40910 (LWP 22341)]
[New Thread 0x7fffde53f910 (LWP 22342)]
[encode_x264.so] warning: Error opening configuration file x264.cfg:
No such file or directory
[encode_x264.so] set display aspect ratio to input
[encode_x264.so] using SAR=1/1
[encode_x264.so] using cpu capabilities: MMX2 SSE2
[encode_x264.so] profile Main, level 3.0
[encode_lavc.so] using video codec 'mp2'
encoding 0 channel(s) is not allowed in mp2
[encode_lavc.so] critical: avcodec_open() failed

Program received signal SIGSEGV, Segmentation fault.
0x00007fffe3454be4 in avcodec_close () from /usr/lib/libavcodec.so.52
(gdb) bt full
#0  0x00007fffe3454be4 in avcodec_close () from /usr/lib/libavcodec.so.52
No symbol table info available.
#1  0x00007fffe3dd7c6d in tc_lavc_stop_audio (self=0x6910e8)
    at encode_lavc.c:1418
No locals.
#2  tc_lavc_stop (self=0x6910e8) at encode_lavc.c:1436
        pd = 0x698270
#3  0x00007fffe3dd9ee8 in tc_lavc_configure (self=0x6910e8,
    options=0x67de00 "", vob=0x68e010, xdata=<value optimized out>)
    at encode_lavc.c:1605
No locals.
#4  0x0000000000429f1c in tc_module_configure (enc=0x677e80,
    vid_xdata=<value optimized out>, aud_xdata=0x677f20)
    at ../libtcmodule/tcmodule-core.h:65
No locals.
#5  tc_encoder_open (enc=0x677e80, vid_xdata=<value optimized out>,
    aud_xdata=0x677f20) at encoder.c:133
        xdata = {0x677f20, 0x0}
        options = 0x0
        ret = <value optimized out>
#6  0x000000000040cccf in transcode_mode_default (argc=7, argv=0x7fffffffe688)
    at transcode.c:518
        vob = 0x68e010
        tstart = <value optimized out>
        th_num = 2
#7  main (argc=7, argv=0x7fffffffe688) at transcode.c:2605
        sigs_to_block = {__val = {16386, 0 <repeats 15 times>}}
        psubase = 0x0
        fch = <value optimized out>
        asr = 1.5
        ret = <value optimized out>
        leap_bytes1 = <value optimized out>
        leap_bytes2 = <value optimized out>
        info = <value optimized out>
        specs = {frc = 4, width = 720, height = 480, format = 808596553,
          rate = 48000, channels = 2, bits = 16, samples = 0}
(gdb)


-- 
Carl K

Reply via email to