[packman] [PM] handbrake 0.9.9-2.51 (openSUSE Factory/x86_64)

Ulf mopp at gmx.net
Fri Oct 11 20:17:51 CEST 2013


Hi,

I'm using openSUSE 13.1 RC1 all patches applied.
Handbrake will crash when using x264. Without parameter -e x264 everything works.
handbrake-cli-0.9.9-2.51.x86_64
libx264-135-0.135svn20130723-1.9.x86_64

(gdb) run --verbose=1 -i "test.mpg" -o "test-crash.mkv"  -f mkv  -e x264
Starting program: /usr/bin/HandBrakeCLI --verbose=1 -i "test.mpg" -o "test-crash.mkv"  -f mkv  -e x264
Missing separate debuginfo for /lib64/ld-linux-x86-64.so.2
[...]
[20:14:26] hb_init: starting libhb thread
[New Thread 0x7ffff43ce700 (LWP 13904)]
HandBrake rev5474 (2013100899) - Linux x86_64 - http://handbrake.fr
2 CPUs detected
Opening test.mpg...
[20:14:26] hb_scan: path=test.mpg, title_index=1
[New Thread 0x7ffff3bcd700 (LWP 13905)]
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening test.mpg/BDMV/index.bdmv
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening test.mpg/BDMV/BACKUP/index.bdmv
libbluray/bluray.c:1725: nav_get_title_list(test.mpg) failed (0x150b080)
[20:14:26] bd: not a bd - trying as a stream/file instead
libdvdnav: Using dvdnav version 4.1.3
libdvdread: Encrypted DVD support unavailable.
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.
libdvdnav: vm: failed to read VIDEO_TS.IFO
[20:14:26] dvd: not a dvd - trying as a stream/file instead
[20:14:26] file is MPEG Transport Stream with 188 byte packets offset 0 bytes
[20:14:26] Found the following PIDS
[20:14:26]     Video PIDS :
[20:14:26]       0x899 type MPEG2 (0x2) (PCR)
[20:14:26]     Audio PIDS :
[20:14:26]       0x89a type MPEG1 (0x3)
[20:14:26]       0x89b type AC3 (0x81)
[20:14:26]     Subtitle PIDS :
[20:14:26]     Other PIDS :
[20:14:26]       0x89c type DVB Teletext (0x0)
[20:14:26] stream id 0x89a (type 0x3 substream 0x0) audio 0x89a
[20:14:26] stream id 0x89b (type 0x81 substream 0x0) audio 0x89b
[20:14:26] scan: decoding previews for title 1
[20:14:26] scan: audio 0x89b: AC-3, rate=48000Hz, bitrate=384000 Deutsch (AC3) (2.0 ch)
[20:14:26] scan: audio 0x89a: mp2, rate=48000Hz, bitrate=200000 Deutsch (MPEG1) (2.0 ch)
[20:14:26] scan: 10 previews, 720x576, 25.000 fps, autocrop = 2/0/0/0, aspect 16:9, PAR 64:45
[20:14:26] stream: 20 good frames, 0 errors (0%)
[Thread 0x7ffff3bcd700 (LWP 13905) exited]
[20:14:26] libhb: scan thread found 1 valid title(s)
+ title 1:
  + stream: test.mpg
  + duration: 00:37:19
  + size: 720x576, pixel aspect: 64/45, display aspect: 1.78, 25.000 fps
  + autocrop: 2/0/0/0
  + chapters:
    + 1: cells 0->0, 0 blocks, duration 00:37:19
  + audio tracks:
    + 1, Deutsch (MPEG1) (2.0 ch) (iso639-2: deu)
    + 2, Deutsch (AC3) (2.0 ch) (iso639-2: deu), 48000Hz, 384000bps
  + subtitle tracks:
[New Thread 0x7ffff3bcd700 (LWP 13906)]
[20:14:26] 1 job(s) to process
[20:14:26] starting job
[20:14:26] work: mixdown not specified, track 1 setting mixdown Stereo
[20:14:26] work: compression level not specified, track 1 setting compression level 2.00
[20:14:26] work: bitrate not specified, track 1 setting bitrate 160 Kbps
[20:14:26] sync: expecting 55996 video frames
[20:14:26] job configuration:
[20:14:26]  * source
[20:14:26]    + test.mpg
[20:14:26]    + title 1, chapter(s) 1 to 1
[20:14:26]  * destination
[20:14:26]    + test-crash.mkv
[20:14:26]    + container: Matroska (.mkv)
[20:14:26]  * video track
[20:14:26]    + decoder: mpeg2video
[20:14:26]      + bitrate 15000 kbps
[20:14:26]    + frame rate: same as source (around 25.000 fps)
[20:14:26]    + filters
[20:14:26]      + Framerate Shaper (0:27000000:1080000)
[20:14:26]        + frame rate: same as source (around 25.000 fps)
[20:14:26]      + Crop and Scale (720:400:2:0:0:0)
[20:14:26]        + source: 720 * 576, crop (2/0/0/0): 720 * 574, scale: 720 * 400
[20:14:26]    + dimensions: 720 * 400, mod 0
[20:14:26]    + encoder: H.264 (x264)
[20:14:26]      + bitrate: 1000 kbps, pass: 0
[20:14:26]  * audio track 1
[20:14:26]    + decoder: Deutsch (MPEG1) (2.0 ch) (track 1, id 0x89a)
[20:14:26]      + bitrate: 200 kbps, samplerate: 48000 Hz
[20:14:26]    + mixdown: Stereo
[20:14:26]    + encoder: MP3 (lame)
[20:14:26]      + bitrate: 160 kbps, samplerate: 48000 Hz
[20:14:26]      + compression level: 2.00
[20:14:26] file is MPEG Transport Stream with 188 byte packets offset 0 bytes
[New Thread 0x7ffff32cb700 (LWP 13907)]
[20:14:26] reader: first SCR 4640324367 id 0x899 DTS 4640367386
[New Thread 0x7ffff2aca700 (LWP 13908)]
[New Thread 0x7ffff22c9700 (LWP 13909)]
[New Thread 0x7ffff1ac8700 (LWP 13910)]
[New Thread 0x7ffff12c7700 (LWP 13911)]
x264 [warning]: --psnr used with psy on: results will be invalid!
x264 [warning]: --tune psnr should be used if attempting to benchmark psnr!

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff3bcd700 (LWP 13906)]
0x00007ffff56c4775 in __memcmp_sse4_1 () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ffff56c4775 in __memcmp_sse4_1 () from /lib64/libc.so.6
#1  0x0000000000a2f95c in ?? ()
#2  0x0000000000a0cb92 in ?? ()
#3  0x000000000046904c in ?? ()
#4  0x000000000047f217 in ?? ()
#5  0x000000000045222b in ?? ()
#6  0x00007ffff63580db in start_thread () from /lib64/libpthread.so.0
#7  0x00007ffff56627cd in clone () from /lib64/libc.so.6
(gdb)

Regards,
Ulf




More information about the Packman mailing list