[Commited] [Core] SSA burn-in support

Archive of historical development discussions
Discussions / Development has moved to GitHub
Forum rules
*******************************
Please be aware we are now using GitHub for issue tracking and feature requests.
- This section of the forum is now closed to new topics.

*******************************
jamiemlaw
Veteran User
Posts: 536
Joined: Thu Sep 17, 2009 4:52 pm

Re: [Patch] [Core] SSA burn-in support

Post by jamiemlaw »

In retrospect, that makes a lot of sense. Cheers.
jamiemlaw
Veteran User
Posts: 536
Joined: Thu Sep 17, 2009 4:52 pm

Re: [Patch] [Core] SSA burn-in support

Post by jamiemlaw »

Hmm... well my first attempt at running a test case led to a segfault.

Code: Select all

jamie$ /Users/jamie/SVN/HandBrake/build/HandBrakeCLI \
> -e x264 \
> -E ca_aac \
> -s "1" \
> -i /Users/jamie/Downloads/\[Aegisub\]_Visual_Typesetting_Tutorial_\[8B24834E\].mkv \
> -o /Users/jamie/Desktop/test.m4v
[22:55:15] hb_init: checking cpu count
[22:55:15] hb_init: starting libhb thread
HandBrake svn3550 (2010092101) - Darwin x86_64 - http://handbrake.fr
2 CPUs detected
Opening /Users/jamie/Downloads/[Aegisub]_Visual_Typesetting_Tutorial_[8B24834E].mkv...
[22:55:15] hb_scan: path=/Users/jamie/Downloads/[Aegisub]_Visual_Typesetting_Tutorial_[8B24834E].mkv, title_index=1
libbluray/bdnav/index_parse.c:157: indx_parse(): error opening /Users/jamie/Downloads/[Aegisub]_Visual_Typesetting_Tutorial_[8B24834E].mkv/BDMV/index.bdmv
libbluray/bluray.c:960: nav_get_title_list(/Users/jamie/Downloads/[Aegisub]_Visual_Typesetting_Tutorial_[8B24834E].mkv) failed (0x102004a00)
[22:55:15] 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
[22:55:15] dvd: not a dvd - trying as a stream/file instead
Input #0, matroska,webm, from '/Users/jamie/Downloads/[Aegisub]_Visual_Typesetting_Tutorial_[8B24834E].mkv':
  Duration: 00:10:22.48, start: 0.000000, bitrate: N/A
    Stream #0.0(eng): Video: mpeg4, yuv420p, 1024x768 [PAR 1:1 DAR 4:3], 15 fps, 15 tbr, 1k tbn, 15 tbc
    Metadata:
      title           : Video
    Stream #0.1(eng): Audio: vorbis, 22050 Hz, mono, s16
    Metadata:
      title           : English Narration
    Stream #0.2(eng): Subtitle: [0][0][0][0] / 0x0000
    Metadata:
      title           : English Subtitles
    Stream #0.3(por): Subtitle: [0][0][0][0] / 0x0000
    Metadata:
      title           : Brazilian Portuguese Subtitles
    Stream #0.4(ger): Subtitle: [0][0][0][0] / 0x0000
    Metadata:
      title           : German Subtitles
    Stream #0.5(fre): Subtitle: [0][0][0][0] / 0x0000
    Metadata:
      title           : French Subtitles
    Stream #0.6: Attachment: [0][0][0][0] / 0x0000
    Metadata:
      filename        : ARLRDBD.TTF
    Stream #0.7: Attachment: [0][0][0][0] / 0x0000
    Metadata:
      filename        : GARA.TTF
[22:55:15] scan: decoding previews for title 1
[22:55:15] scan: 10 previews, 1024x768, 15.000 fps, autocrop = 0/2/0/0, aspect 4:3, PAR 1:1
[22:55:15] Title is likely interlaced or telecined (9 out of 10 previews). You should do something about that.
[22:55:15] scan: title (0) job->width:1024, job->height:768
[22:55:15] libhb: scan thread found 1 valid title(s)
+ title 1:
  + stream: /Users/jamie/Downloads/[Aegisub]_Visual_Typesetting_Tutorial_[8B24834E].mkv
  + duration: 00:10:22
  + size: 1024x768, pixel aspect: 1/1, display aspect: 1.33, 15.000 fps
  + autocrop: 0/2/0/0
  + chapters:
    + 1: cells 0->0, 0 blocks, duration 00:10:22
  + audio tracks:
    + 1, English (VORBIS) (1.0 ch) (iso639-2: eng)
  + subtitle tracks:
    + 1, English (iso639-2: eng) (Text)(SSA)
    + 2, Portuguese (iso639-2: por) (Text)(SSA)
    + 3, German (iso639-2: deu) (Text)(SSA)
    + 4, French (iso639-2: fra) (Text)(SSA)
  + combing detected, may be interlaced or telecined
[22:55:15] 1 job(s) to process
[22:55:15] starting job
[22:55:15] work: sanitizing track 0 mixdown Dolby Pro Logic II to Mono
[22:55:15] sync: expecting 9352 video frames
[22:55:15] job configuration:
[22:55:15]  * source
[22:55:15]    + /Users/jamie/Downloads/[Aegisub]_Visual_Typesetting_Tutorial_[8B24834E].mkv
[22:55:15]    + title 1, chapter(s) 1 to 1
[22:55:15]    + container: matroska,webm
[22:55:15]  * destination
[22:55:15]    + /Users/jamie/Desktop/test.m4v
[22:55:15]    + container: MPEG-4 (.mp4 and .m4v)
[22:55:15]  * video track
[22:55:15]    + decoder: mpeg4
[22:55:15]    + frame rate: same as source (around 15.000 fps)
[22:55:15]    + dimensions: 1024 * 768 -> 1024 * 768, crop 0/2/0/0
[22:55:15]    + encoder: x264
[22:55:15]      + bitrate: 1000 kbps, pass: 0
[22:55:15]  * subtitle track 0, English (id 2) Text [SSA] -> Render/Burn in
[22:55:15]  * audio track 0
[22:55:15]    + decoder: English (VORBIS) (1.0 ch) (track 1, id 1)
[22:55:15]    + mixdown: Mono
[22:55:15]    + encoder: ca_aac
[22:55:15]      + bitrate: 160 kbps, samplerate: 22050 Hz
[22:55:15] encx264: min-keyint: 15, keyint: 150
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.1 Cache64
x264 [info]: profile High, level 3.1
[22:55:15] reader: first SCR 0 id 0 DTS 0
Encoding: task 1 of 1, 98.89 % (47.32 fps, avg 44.44 fps, ETA 00h00m02s)Segmentation fault
I ran the same code on the latest nightly and it worked fine, bar the subtitles not being burnt in.
davidfstr
Enlightened
Posts: 149
Joined: Sun Apr 12, 2009 7:41 pm

Re: [Patch] [Core] SSA burn-in support

Post by davidfstr »

To get the subtitles to burn in, you need to specify '--subtitle-burn 1'.

I wasn't able to reproduce your segfault with the same input file and parameters you listed... Did you do anything differently for the segfault occurrence compared to your second try when you just didn't get the subtitles burned in?
jamiemlaw
Veteran User
Posts: 536
Joined: Thu Sep 17, 2009 4:52 pm

Re: [Patch] [Core] SSA burn-in support

Post by jamiemlaw »

The only difference I can tell is that the one on which it worked was a nightly that was built and compiled for me, while the one on which it didn't I downloaded, patched and compiled myself. [sarcasm]I can't even begin to think where the problem might lie.[/sarcasm] I'll try recompiling and noting any warnings I get at the time… see if that sheds any light on it.

In the meantime, activity log from the patch:

Code: Select all

Last login: Wed Sep 22 09:20:06 on ttys000
jamie-pc:~ jamie$ /Users/jamie/SVN/HandBrake/build/HandBrakeCLI -e x264 -E ca_aac -s "1" --subtitle-burn 1 -i /Users/jamie/Downloads/\[Aegisub\]_Visual_Typesetting_Tutorial_\[8B24834E\].mkv -o /Users/jamie/Desktop/test.m4v
[09:23:37] hb_init: checking cpu count
[09:23:37] hb_init: starting libhb thread
HandBrake svn3550 (2010092101) - Darwin x86_64 - http://handbrake.fr
2 CPUs detected
Opening /Users/jamie/Downloads/[Aegisub]_Visual_Typesetting_Tutorial_[8B24834E].mkv...
[09:23:37] hb_scan: path=/Users/jamie/Downloads/[Aegisub]_Visual_Typesetting_Tutorial_[8B24834E].mkv, title_index=1
libbluray/bdnav/index_parse.c:157: indx_parse(): error opening /Users/jamie/Downloads/[Aegisub]_Visual_Typesetting_Tutorial_[8B24834E].mkv/BDMV/index.bdmv
libbluray/bluray.c:960: nav_get_title_list(/Users/jamie/Downloads/[Aegisub]_Visual_Typesetting_Tutorial_[8B24834E].mkv) failed (0x10200fa00)
[09:23:37] 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
[09:23:37] dvd: not a dvd - trying as a stream/file instead
Input #0, matroska,webm, from '/Users/jamie/Downloads/[Aegisub]_Visual_Typesetting_Tutorial_[8B24834E].mkv':
  Duration: 00:10:22.48, start: 0.000000, bitrate: N/A
    Stream #0.0(eng): Video: mpeg4, yuv420p, 1024x768 [PAR 1:1 DAR 4:3], 15 fps, 15 tbr, 1k tbn, 15 tbc
    Metadata:
      title           : Video
    Stream #0.1(eng): Audio: vorbis, 22050 Hz, mono, s16
    Metadata:
      title           : English Narration
    Stream #0.2(eng): Subtitle: [0][0][0][0] / 0x0000
    Metadata:
      title           : English Subtitles
    Stream #0.3(por): Subtitle: [0][0][0][0] / 0x0000
    Metadata:
      title           : Brazilian Portuguese Subtitles
    Stream #0.4(ger): Subtitle: [0][0][0][0] / 0x0000
    Metadata:
      title           : German Subtitles
    Stream #0.5(fre): Subtitle: [0][0][0][0] / 0x0000
    Metadata:
      title           : French Subtitles
    Stream #0.6: Attachment: [0][0][0][0] / 0x0000
    Metadata:
      filename        : ARLRDBD.TTF
    Stream #0.7: Attachment: [0][0][0][0] / 0x0000
    Metadata:
      filename        : GARA.TTF
[09:23:37] scan: decoding previews for title 1
[09:23:37] scan: 10 previews, 1024x768, 15.000 fps, autocrop = 0/2/0/0, aspect 4:3, PAR 1:1
[09:23:37] Title is likely interlaced or telecined (9 out of 10 previews). You should do something about that.
[09:23:37] scan: title (0) job->width:1024, job->height:768
[09:23:37] libhb: scan thread found 1 valid title(s)
+ title 1:
  + stream: /Users/jamie/Downloads/[Aegisub]_Visual_Typesetting_Tutorial_[8B24834E].mkv
  + duration: 00:10:22
  + size: 1024x768, pixel aspect: 1/1, display aspect: 1.33, 15.000 fps
  + autocrop: 0/2/0/0
  + chapters:
    + 1: cells 0->0, 0 blocks, duration 00:10:22
  + audio tracks:
    + 1, English (VORBIS) (1.0 ch) (iso639-2: eng)
  + subtitle tracks:
    + 1, English (iso639-2: eng) (Text)(SSA)
    + 2, Portuguese (iso639-2: por) (Text)(SSA)
    + 3, German (iso639-2: deu) (Text)(SSA)
    + 4, French (iso639-2: fra) (Text)(SSA)
  + combing detected, may be interlaced or telecined
[09:23:37] 1 job(s) to process
[09:23:37] starting job
[09:23:37] work: sanitizing track 0 mixdown Dolby Pro Logic II to Mono
[09:23:37] sync: expecting 9352 video frames
[09:23:37] job configuration:
[09:23:37]  * source
[09:23:37]    + /Users/jamie/Downloads/[Aegisub]_Visual_Typesetting_Tutorial_[8B24834E].mkv
[09:23:37]    + title 1, chapter(s) 1 to 1
[09:23:37]    + container: matroska,webm
[09:23:37]  * destination
[09:23:37]    + /Users/jamie/Desktop/test.m4v
[09:23:37]    + container: MPEG-4 (.mp4 and .m4v)
[09:23:37]  * video track
[09:23:37]    + decoder: mpeg4
[09:23:37]    + frame rate: same as source (around 15.000 fps)
[09:23:37]    + dimensions: 1024 * 768 -> 1024 * 768, crop 0/2/0/0
[09:23:37]    + encoder: x264
[09:23:37]      + bitrate: 1000 kbps, pass: 0
[09:23:37]  * subtitle track 0, English (id 2) Text [SSA] -> Render/Burn in
[09:23:37]  * audio track 0
[09:23:37]    + decoder: English (VORBIS) (1.0 ch) (track 1, id 1)
[09:23:37]    + mixdown: Mono
[09:23:37]    + encoder: ca_aac
[09:23:37]      + bitrate: 160 kbps, samplerate: 22050 Hz
[09:23:37] encx264: min-keyint: 15, keyint: 150
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.1 Cache64
[09:23:37] reader: first SCR 0 id 0 DTS 0
x264 [info]: profile High, level 3.1
Encoding: task 1 of 1, 98.93 % (46.00 fps, avg 44.13 fps, ETA 00h00m02s)Segmentation fault
jamie-pc:~ jamie$ 
Activity log from the nightly:

Code: Select all

Last login: Wed Sep 22 09:22:22 on ttys000
jamie-pc:~ jamie$ /Volumes/HandBrake-svn3549-MacOSX.5_CLI_x86_64/HandBrakeCLI -e x264 -E ca_aac -s "1" --subtitle-burn 1 -i /Users/jamie/Downloads/\[Aegisub\]_Visual_Typesetting_Tutorial_\[8B24834E\].mkv -o /Users/jamie/Desktop/test2.m4v
[09:28:49] hb_init: checking cpu count
[09:28:49] hb_init: starting libhb thread
HandBrake svn3549 (2010092101) - Darwin x86_64 - http://handbrake.fr
2 CPUs detected
Opening /Users/jamie/Downloads/[Aegisub]_Visual_Typesetting_Tutorial_[8B24834E].mkv...
[09:28:49] hb_scan: path=/Users/jamie/Downloads/[Aegisub]_Visual_Typesetting_Tutorial_[8B24834E].mkv, title_index=1
libbluray/bdnav/index_parse.c:157: indx_parse(): error opening /Users/jamie/Downloads/[Aegisub]_Visual_Typesetting_Tutorial_[8B24834E].mkv/BDMV/index.bdmv
libbluray/bluray.c:960: nav_get_title_list(/Users/jamie/Downloads/[Aegisub]_Visual_Typesetting_Tutorial_[8B24834E].mkv) failed (0x102012400)
[09:28:49] 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
[09:28:49] dvd: not a dvd - trying as a stream/file instead
Input #0, matroska,webm, from '/Users/jamie/Downloads/[Aegisub]_Visual_Typesetting_Tutorial_[8B24834E].mkv':
  Duration: 00:10:22.48, start: 0.000000, bitrate: N/A
    Stream #0.0(eng): Video: mpeg4, yuv420p, 1024x768 [PAR 1:1 DAR 4:3], 15 fps, 15 tbr, 1k tbn, 15 tbc
    Metadata:
      title           : Video
    Stream #0.1(eng): Audio: vorbis, 22050 Hz, mono, s16
    Metadata:
      title           : English Narration
    Stream #0.2(eng): Subtitle: [0][0][0][0] / 0x0000
    Metadata:
      title           : English Subtitles
    Stream #0.3(por): Subtitle: [0][0][0][0] / 0x0000
    Metadata:
      title           : Brazilian Portuguese Subtitles
    Stream #0.4(ger): Subtitle: [0][0][0][0] / 0x0000
    Metadata:
      title           : German Subtitles
    Stream #0.5(fre): Subtitle: [0][0][0][0] / 0x0000
    Metadata:
      title           : French Subtitles
    Stream #0.6: Attachment: [0][0][0][0] / 0x0000
    Metadata:
      filename        : ARLRDBD.TTF
    Stream #0.7: Attachment: [0][0][0][0] / 0x0000
    Metadata:
      filename        : GARA.TTF
[09:28:49] scan: decoding previews for title 1
[09:28:49] scan: 10 previews, 1024x768, 15.000 fps, autocrop = 0/2/0/0, aspect 4:3, PAR 1:1
[09:28:49] Title is likely interlaced or telecined (9 out of 10 previews). You should do something about that.
[09:28:49] scan: title (0) job->width:1024, job->height:768
[09:28:49] libhb: scan thread found 1 valid title(s)
+ title 1:
  + stream: /Users/jamie/Downloads/[Aegisub]_Visual_Typesetting_Tutorial_[8B24834E].mkv
  + duration: 00:10:22
  + size: 1024x768, pixel aspect: 1/1, display aspect: 1.33, 15.000 fps
  + autocrop: 0/2/0/0
  + chapters:
    + 1: cells 0->0, 0 blocks, duration 00:10:22
  + audio tracks:
    + 1, English (VORBIS) (1.0 ch) (iso639-2: eng)
  + subtitle tracks:
    + 1, English (iso639-2: eng) (Text)
    + 2, Portuguese (iso639-2: por) (Text)
    + 3, German (iso639-2: deu) (Text)
    + 4, French (iso639-2: fra) (Text)
  + combing detected, may be interlaced or telecined
[09:28:49] 1 job(s) to process
[09:28:49] starting job
[09:28:49] work: sanitizing track 0 mixdown Dolby Pro Logic II to Mono
[09:28:49] sync: expecting 9352 video frames
[09:28:49] job configuration:
[09:28:49]  * source
[09:28:49]    + /Users/jamie/Downloads/[Aegisub]_Visual_Typesetting_Tutorial_[8B24834E].mkv
[09:28:49]    + title 1, chapter(s) 1 to 1
[09:28:49]    + container: matroska,webm
[09:28:49]  * destination
[09:28:49]    + /Users/jamie/Desktop/test2.m4v
[09:28:49]    + container: MPEG-4 (.mp4 and .m4v)
[09:28:49]  * video track
[09:28:49]    + decoder: mpeg4
[09:28:49]    + frame rate: same as source (around 15.000 fps)
[09:28:49]    + dimensions: 1024 * 768 -> 1024 * 768, crop 0/2/0/0
[09:28:49]    + encoder: x264
[09:28:49]      + bitrate: 1000 kbps, pass: 0
[09:28:49]  * subtitle track 0, English (id 2) Text [SSA] -> Pass-Through
[09:28:49]  * audio track 0
[09:28:49]    + decoder: English (VORBIS) (1.0 ch) (track 1, id 1)
[09:28:49]    + mixdown: Mono
[09:28:49]    + encoder: ca_aac
[09:28:49]      + bitrate: 160 kbps, samplerate: 22050 Hz
[09:28:49] encx264: min-keyint: 15, keyint: 150
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.1 Cache64
[09:28:49] reader: first SCR 0 id 0 DTS 0
x264 [info]: profile High, level 3.1
Encoding: task 1 of 1, 99.22 % (49.60 fps, avg 47.11 fps, ETA 00h00m02s)[09:32:06] reader: done. 1 scr changes
Encoding: task 1 of 1, 99.78 % (47.84 fps, avg 47.10 fps, ETA 00h00m01s)[09:32:10] work: average encoding speed for job is 47.103268 fps
[09:32:10] sync: got 9332 frames, 9352 expected
[09:32:10] mpeg4-decoder done: 9332 frames, 0 decoder errors, 0 drops
[09:32:10] render: lost time: 0 (0 frames)
[09:32:10] render: gained time: 0 (0 frames) (0 not accounted for)
Encoding: task 1 of 1, 99.78 % (47.84 fps, avg 47.10 fps, ETA 00h00m01s)x264 [info]: frame I:65    Avg QP:10.07  size:138243  PSNR Mean Y:56.98 U:58.76 V:58.86 Avg:57.46 Global:56.49
x264 [info]: frame P:2962  Avg QP:10.14  size:  4865  PSNR Mean Y:55.80 U:57.06 V:57.08 Avg:56.17 Global:56.10
x264 [info]: frame B:6305  Avg QP:11.31  size:   881  PSNR Mean Y:55.76 U:57.00 V:57.03 Avg:56.13 Global:56.05
x264 [info]: consecutive B-frames:  9.0%  0.6%  0.7% 89.7%
x264 [info]: mb I  I16..4: 57.0% 12.4% 30.6%
x264 [info]: mb P  I16..4:  0.9%  0.4%  0.4%  P16..4:  5.2%  0.9%  1.2%  0.0%  0.0%    skip:91.0%
x264 [info]: mb B  I16..4:  0.2%  0.0%  0.0%  B16..8:  4.7%  0.3%  0.1%  direct: 0.4%  skip:94.3%  L0:47.9% L1:49.9% BI: 2.2%
x264 [info]: final ratefactor: -3.78
x264 [info]: 8x8 transform intra:15.3% inter:66.2%
x264 [info]: coded y,uvDC,uvAC intra: 38.4% 45.5% 43.6% inter: 1.2% 1.7% 0.9%
x264 [info]: i16 v,h,dc,p: 38% 60%  0%  2%
x264 [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 19% 25% 27%  3%  6%  4%  7%  4%  5%
x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 22% 42% 11%  3%  4%  4%  5%  4%  5%
x264 [info]: i8c dc,h,v,p: 37% 47% 13%  4%
x264 [info]: Weighted P-Frames: Y:0.8%
x264 [info]: ref P L0: 59.4%  3.5% 27.7%  9.3%  0.0%
x264 [info]: ref B L0: 73.3% 18.6%  8.1%
x264 [info]: ref B L1: 91.4%  8.6%
x264 [info]: SSIM Mean Y:0.9991478 (30.694db)
x264 [info]: PSNR Mean Y:55.786 U:57.031 V:57.058 Avg:56.152 Global:56.071 kb/s:372.30
[09:32:10] vorbis-decoder done: 0 frames, 0 decoder errors, 0 drops
[09:32:10] mux: track 0, 9332 frames, 28950028 bytes, 372.23 kbps, fifo 8
[09:32:10] mux: track 1, 13390 frames, 5092098 bytes, 65.47 kbps, fifo 256
[09:32:10] mux: track 2, 120 frames, 6754 bytes, 0.09 kbps, fifo 8
[09:32:10] libhb: work result = 0

Rip done!
HandBrake has exited.
jamie-pc:~ jamie$
Drifter
Posts: 7
Joined: Fri Sep 24, 2010 9:21 am

Re: [Patch] [Core] SSA burn-in support

Post by Drifter »

Hello Everyone,

I am the owner of a video streaming site and I want to use handbrake to stream High Quality Anime. Since it was not capable I have been using timed text on top of HD mp4 encodes from handbrake. The issue is it looks like crap and SSA to TT does not always go as planed. I really want to provide top quality for my users.

So with that said I am extremely, way over my head. I need to try this patch but have no idea what do do with the files. I have an idea that you use terminal commands to install them or place them inside of a folder.

If someone could give me a run down or point me to somewhere that explains this process I would be really grateful. A step by step would be the best and I will give you a BJ for video instructions. kidding, but I will def give the person who helps me something cool.

Also I am on a Mac,

if you PM me your Skype I could do that as well, I really need to learn how to setup this patch.
Thanks.

Sorry if I was out of line or broke any rules asking for help.
Deleted User 11865

Re: [Patch] [Core] SSA burn-in support

Post by Deleted User 11865 »

Wait a couple weeks for the patch to be committed and grab a nightly build then (see the announcement at the top of every forum).
TedJ
Veteran User
Posts: 5388
Joined: Wed Feb 20, 2008 11:25 pm

Re: [Patch] [Core] SSA burn-in support

Post by TedJ »

Well, as long as you own the distribution rights for the anime you're streaming you haven't broken any rules.

Applying these patches is a non-trivial task and I would suggest keeping an eye on the timeline, as this patch is fairly mature and is likely to be submitted to SVN and incorporated into the nightly builds within the next week or so.
dynaflash
Veteran User
Posts: 3820
Joined: Thu Nov 02, 2006 8:19 pm

Re: [Patch] [Core] SSA burn-in support

Post by dynaflash »

http://paste.handbrake.fr/pastebin.php?show=1688 is patched agains head and also allows the macgui to do ssa burn in. NOTE: this patch also allows any text file to be burned-in in the ui, which of course does't work with srt's. Will update that but wanted to post this in case anyone wants to test with the macgui.
Drifter
Posts: 7
Joined: Fri Sep 24, 2010 9:21 am

Re: [Patch] [Core] SSA burn-in support

Post by Drifter »

Thanks, I suppose I will wait a few weeks. Won't hurt.

Keep up the good work, HandBrake is the best converter I have ever used. If this plugin works as I hope and the subs are styled and smooth after they get burned in. I will be jumping for joy.
kingofzeros
Posts: 2
Joined: Fri Sep 24, 2010 6:05 pm

Re: [Patch] [Core] SSA burn-in support

Post by kingofzeros »

Hi guys, I compiled hb in FC13 with the SSA patch 1677 and let me say it works wonderful. Congratulations!

I started getting random core dumps so I extracted the ssa file from the mkv files. What I found out is that some SSA files, for some unknown reason had the subtitle line but no text. Apparently players just ignored these lines but caused hb to core dump. After I removed these lines with no text from the ssa files and merged them again into mkv files, hb worked flawlessly.

Below are two examples from two mkv files:

Code: Select all

 
Dialogue: 0,0:23:33.47,0:23:35.92,TD_Main,,0000,0000,0000,,{\be1}

Dialogue: 0,0:21:52.70,0:21:54.87,TD_Main,,0000,0000,0000,,
jamiemlaw
Veteran User
Posts: 536
Joined: Thu Sep 17, 2009 4:52 pm

Re: [Patch] [Core] SSA burn-in support

Post by jamiemlaw »

I had a go, but evidently it still segfaults because HandBrake crashed right at the end of the encoding process. I still have no idea what's causing this, but I'm assuming it's at my end. I realise my copy of Xcode is out of date so I'm updating that, to see if that does anything.
davidfstr
Enlightened
Posts: 149
Joined: Sun Apr 12, 2009 7:41 pm

Re: [Patch] [Core] SSA burn-in support

Post by davidfstr »

kingofzeros wrote:I started getting random core dumps so I extracted the ssa file from the mkv files. What I found out is that some SSA files, for some unknown reason had the subtitle line but no text. Apparently players just ignored these lines but caused hb to core dump. After I removed these lines with no text from the ssa files and merged them again into mkv files, hb worked flawlessly.
Interesting. Will investigate this specific case.

Could you post an extracted .ssa file that exhibits the issue?
davidfstr
Enlightened
Posts: 149
Joined: Sun Apr 12, 2009 7:41 pm

Re: [Patch] [Core] SSA burn-in support

Post by davidfstr »

davidfstr wrote:Interesting. Will investigate this specific case.
Nice. I have a repro with those example SSA lines.

I'll attack with Valgrind later this weekend - probably Sunday.

Update: Nevermind. I messed up my debug code. :-p Will continue trying to get a legitimate repro.
LinBrake
Experienced
Posts: 97
Joined: Tue Oct 07, 2008 7:39 am

Re: [Patch] [Core] SSA burn-in support

Post by LinBrake »

I've been using the soft subtitles support for a bit to test it and there seems to be a very serious flaw in the way it works. Sometimes SSA subtitles are included positioned at the top and bottom of the player screen and the soft subtitles support only supports the subtitles at the bottom of the window. This leads to a situation where there are 2 - 3x as many subtitles to display as can be displayed. Unfortunately this makes the video unwatchable because you can't understand what is going on.

Is this addressed with burn-in support or will it function in a similar way to soft subtitles?
HotDogWolf

Re: [Patch] [Core] SSA burn-in support

Post by HotDogWolf »

Yes at the moment soft subtitles support especially for anime, they places them bottom and top positions and handbrake places the all at the bottom making it useless. I have tried other software on the MAc that allows to burn in subtitles if too stuff up the subtitles positions making it useless. We can hope that this adresses the issue. Handbrake is still the best encoder out there.
LinBrake
Experienced
Posts: 97
Joined: Tue Oct 07, 2008 7:39 am

Re: [Patch] [Core] SSA burn-in support

Post by LinBrake »

I think "useless" is a bit much, but it does cause certain videos to become unwatchable. I assume there is position information available that might resolve this with a user controllable setting?

Thank you for all of your hard work. I am looking forward to building the latest version on Monday now that I have a better handle on the Xcode build tools.
davidfstr
Enlightened
Posts: 149
Joined: Sun Apr 12, 2009 7:41 pm

Re: [Patch] [Core] SSA burn-in support

Post by davidfstr »

LinBrake wrote:Sometimes SSA subtitles are included positioned at the top and bottom of the player screen and the soft subtitles support only supports the subtitles at the bottom of the window.
The current soft subtitle support basically converts SSA to SRT on the fly, since most players understand soft SRT subtitles. SRT, however, does not allow you to specify positioning information. Therefore I cannot preserve it.
LinBrake wrote:Is this addressed with burn-in support or will it function in a similar way to soft subtitles?
The burn-in support is completely different. It supports all SSA features except animation. So you get embedded fonts, positioning, vertical text, and probably some other features I've forgotton. With the lack of animation, you lose karaoke (letter-filling) effects, fade in/out, and drifting subtitles - but this isn't usually a major issue.

When more players support soft DVD subtitles, it will be trivial to add SSA to DVD subtitle conversion. (The hardest part here will be updating the UIs.)

It's unlikely that hardware players will ever support soft SSA subtitles, so I probably won't add SSA to SSA subtitle passthru.
LinBrake
Experienced
Posts: 97
Joined: Tue Oct 07, 2008 7:39 am

Re: [Patch] [Core] SSA burn-in support

Post by LinBrake »

Would it be possible to add a toggle to strip out/remove subtitles included at the top preserving those at the bottom using available position information?

Unfortunately at the moment a large number of videos including SSA subtitles will be unwatchable after being converted to soft subtitles due to this problem. Removing the top subtitles seems to be a viable option from what I've seen (speaking purely on the information included in those top subtitles). So far it only seems to be Japanese song subtitles and the occasional explanation of what a particular word or term means. Unfortunately the intro top subtitles can run as much as 4+ minutes into the show making the video more or less unwatchable.

Thank you again for all of your hard work. This additional functionality is nothing short of amazing.
Drifter
Posts: 7
Joined: Fri Sep 24, 2010 9:21 am

Re: [Patch] [Core] SSA burn-in support

Post by Drifter »

davidfstr wrote:The burn-in support is completely different. It supports all SSA features except animation. So you get embedded fonts, positioning, vertical text, and probably some other features I've forgotton. With the lack of animation, you lose karaoke (letter-filling) effects, fade in/out, and drifting subtitles - but this isn't usually a major issue.

Image

I downloaded a nightly build today, do not think this patch has been added yet, but it did have a .ssa hardsub feature in there. I am preying it's not this one, will yours look like the soft sub version with the style in place or the horrible generic suff like the top image?
TedJ
Veteran User
Posts: 5388
Joined: Wed Feb 20, 2008 11:25 pm

Re: [Patch] [Core] SSA burn-in support

Post by TedJ »

That's not hardsubbed... that's a standard Quicktime TTXT subtitle. Open the same file in VLC to confirm this.
Drifter
Posts: 7
Joined: Fri Sep 24, 2010 9:21 am

Re: [Patch] [Core] SSA burn-in support

Post by Drifter »

Image confirmed.

Yeah, I was only looking in the preview window and now after converting the whole file realized the subs are soft. I had no idea an mp4 could contain sub information without an external source. Pretty cool. Either way I really can't wait for this new patch. Hopefully blows my mind. HandBrake is my ultimate favourite converting software ever. So simple and files are so beautiful.

All my users will love this.
User avatar
JohnAStebbins
HandBrake Team
Posts: 5712
Joined: Sat Feb 09, 2008 7:21 pm

Re: [Patch] [Core] SSA burn-in support

Post by JohnAStebbins »

kingofzeros
Posts: 2
Joined: Fri Sep 24, 2010 6:05 pm

Re: [Patch] [Core] SSA burn-in support

Post by kingofzeros »

davidfstr wrote:
kingofzeros wrote:I started getting random core dumps so I extracted the ssa file from the mkv files. What I found out is that some SSA files, for some unknown reason had the subtitle line but no text. Apparently players just ignored these lines but caused hb to core dump. After I removed these lines with no text from the ssa files and merged them again into mkv files, hb worked flawlessly.
Interesting. Will investigate this specific case.

Could you post an extracted .ssa file that exhibits the issue?
Below is a link to one of the extracted .ssa files that is causing hb to core dump:

http://drop.io/7ybzdgs
jamiemlaw
Veteran User
Posts: 536
Joined: Thu Sep 17, 2009 4:52 pm

Re: [Patch] [Core] SSA burn-in support

Post by jamiemlaw »

I still get the same issues I did before: when I encode this file and choose to burn in the subtitles, it gets most of the way through and crashes at around 98%.

Activity log:

Code: Select all

HandBrake Activity Log for /Users/jamie/Desktop/[Aegisub]_Visual_Typesetting_Tutorial_[8B24834E].m4v: 2010-09-29 12:58:08 +0100
Handbrake Version: svn3557 x86_64 (2010092901)

[12:58:08] macgui: Rip: Pending queue count is 1
[12:58:08] macgui: getNextPendingQueueIndex next pending encod index is:0
[12:58:08] macgui: scanning specifically for title: 1
[12:58:08] hb_scan: path=/Users/jamie/Downloads/[Aegisub]_Visual_Typesetting_Tutorial_[8B24834E].mkv, title_index=1
[12:58:08] thread 116581000 started ("scan")
libbluray/bdnav/index_parse.c:157: indx_parse(): error opening /Users/jamie/Downloads/[Aegisub]_Visual_Typesetting_Tutorial_[8B24834E].mkv/BDMV/index.bdmv
libbluray/bluray.c:960: nav_get_title_list(/Users/jamie/Downloads/[Aegisub]_Visual_Typesetting_Tutorial_[8B24834E].mkv) failed (0x10285c600)
[12:58:08] bd: not a bd - trying as a stream/file instead
libdvdnav: Using dvdnav version 4.1.3
libdvdread: Using libdvdcss version 1.2.10 for DVD access
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
[12:58:08] dvd: not a dvd - trying as a stream/file instead
Input #0, matroska,webm, from '/Users/jamie/Downloads/[Aegisub]_Visual_Typesetting_Tutorial_[8B24834E].mkv':
  Duration: 00:10:22.48, start: 0.000000, bitrate: N/A
    Stream #0.0(eng): Video: mpeg4, yuv420p, 1024x768 [PAR 1:1 DAR 4:3], 15 fps, 15 tbr, 1k tbn, 15 tbc
    Metadata:
      title           : Video
    Stream #0.1(eng): Audio: vorbis, 22050 Hz, mono, s16
    Metadata:
      title           : English Narration
    Stream #0.2(eng): Subtitle: [0][0][0][0] / 0x0000
    Metadata:
      title           : English Subtitles
    Stream #0.3(por): Subtitle: [0][0][0][0] / 0x0000
    Metadata:
      title           : Brazilian Portuguese Subtitles
    Stream #0.4(ger): Subtitle: [0][0][0][0] / 0x0000
    Metadata:
      title           : German Subtitles
    Stream #0.5(fre): Subtitle: [0][0][0][0] / 0x0000
    Metadata:
      title           : French Subtitles
    Stream #0.6: Attachment: [0][0][0][0] / 0x0000
    Metadata:
      filename        : ARLRDBD.TTF
    Stream #0.7: Attachment: [0][0][0][0] / 0x0000
    Metadata:
      filename        : GARA.TTF
[12:58:08] Found ffmpeg 0 chapters, container=matroska,webm
[12:58:08] scan: decoding previews for title 1
[12:58:08] scan: preview 1
[12:58:08] scan: preview 2
[12:58:08] Interlacing detected in preview frame 2
[12:58:08] scan: preview 3
[12:58:08] Interlacing detected in preview frame 3
[12:58:08] scan: preview 4
[12:58:08] Interlacing detected in preview frame 4
[12:58:08] scan: preview 5
[12:58:08] Interlacing detected in preview frame 5
[12:58:08] scan: preview 6
[12:58:08] Interlacing detected in preview frame 6
[12:58:08] scan: preview 7
[12:58:08] Interlacing detected in preview frame 7
[12:58:08] scan: preview 8
[12:58:08] Interlacing detected in preview frame 8
[12:58:08] scan: preview 9
[12:58:08] Interlacing detected in preview frame 9
[12:58:08] scan: preview 10
[12:58:08] Interlacing detected in preview frame 10
[12:58:08] scan: 10 previews, 1024x768, 15.000 fps, autocrop = 0/2/0/0, aspect 4:3, PAR 1:1
[12:58:08] Title is likely interlaced or telecined (9 out of 10 previews). You should do something about that.
[12:58:08] scan: title (0) job->width:1024, job->height:768
[12:58:08] thread 116581000 exited ("scan")
[12:58:08] thread 116581000 joined ("scan")
[12:58:08] libhb: scan thread found 1 valid title(s)
[12:58:08] macgui: ScanDone state received from fQueueEncodeLibhb
[12:58:08] macgui: Preset: Normal (Default)
[12:58:08] macgui: processNewQueueEncode number of passes expected is: 1
[12:58:08] macgui: Start / Stop set to chapters
[12:58:08] macgui: prepareJob exiting
[12:58:08] thread 116581000 started ("work")
[12:58:08] 1 job(s) to process
[12:58:08] starting job
[12:58:08] sync: expecting 9352 video frames
[12:58:08] job configuration:
[12:58:08]  * source
[12:58:08]    + /Users/jamie/Downloads/[Aegisub]_Visual_Typesetting_Tutorial_[8B24834E].mkv
[12:58:08]    + title 1, chapter(s) 1 to 1
[12:58:08]    + container: matroska,webm
[12:58:08]  * destination
[12:58:08]    + /Users/jamie/Desktop/[Aegisub]_Visual_Typesetting_Tutorial_[8B24834E].m4v
[12:58:08]    + container: MPEG-4 (.mp4 and .m4v)
[12:58:08]  * video track
[12:58:08]    + decoder: mpeg4
[12:58:08]    + frame rate: same as source (around 15.000 fps)
[12:58:08]    + strict anamorphic
[12:58:08]      + storage dimensions: 1024 * 768 -> 1022 * 766, crop 0/2/0/2, mod 16
[12:58:08]      + pixel aspect ratio: 1 / 1
[12:58:08]      + display dimensions: 1022 * 766
[12:58:08]    + encoder: x264
[12:58:08]      + quality: 20.00 (RF)
[12:58:08]  * subtitle track 0, English (id 2) Text [SSA] -> Render/Burn in
[12:58:08]  * audio track 0
[12:58:08]    + decoder: English (VORBIS) (1.0 ch) (track 1, id 1)
[12:58:08]    + mixdown: Mono
[12:58:08]    + encoder: ca_aac
[12:58:08]      + bitrate: 160 kbps, samplerate: 22050 Hz
[12:58:08] thread 116d0d000 started ("reader")
[12:58:08] thread 116d90000 started ("AudioSynchronization")
[12:58:08] thread 116e13000 started ("Video decoder (ffmpeg streams)")
[12:58:08] thread 116e96000 started ("Renderer")
[12:58:08] encx264: min-keyint: 15, keyint: 150
[12:58:08] encx264: encoding with stored aspect 1/1
[12:58:08] encx264: Encoding at constant RF 20.000000
[12:58:08] encx264: opening libx264 (pass 0)
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.1 Cache64
[12:58:08] Seeking to chapter 1: starts 0, ends 56023200, AV pos 0
[12:58:08] reader: first SCR 0 id 0 DTS 0
x264 [info]: profile High, level 3.1
[12:58:08] thread 118b6a000 started ("H.264/AVC encoder (libx264)")
Fontconfig error: Cannot load default config file
[12:58:08] [ass] No usable fontconfig configuration file found, using fallback.
Fontconfig error: Cannot load default config file
[12:58:08] thread 118e34000 started ("SSA Subtitle Decoder")
[12:58:08] thread 118eb7000 started ("Audio decoder (ffmpeg streams)")
[12:58:08] thread 119bf1000 started ("AAC encoder (Apple)")
[12:58:08] thread 119e74000 started ("Video Synchronization")
[12:58:08] muxmp4: track 0, chunk duration 24000
[12:58:08] muxmp4: track 1, chunk duration 5880
[12:58:08] thread 119ef7000 started ("Muxer")
Crash log:

Code: Select all

Process:         HandBrake [7580]
Path:            /Applications/HandBrake.app/Contents/MacOS/HandBrake
Identifier:      org.m0k.handbrake
Version:         svn3557 x86_64 (2010092901)
Code Type:       X86-64 (Native)
Parent Process:  launchd [182]

Date/Time:       2010-09-29 13:00:43.712 +0100
OS Version:      Mac OS X 10.6.4 (10F569)
Report Version:  6

Interval Since Last Report:          135867 sec
Crashes Since Last Report:           10
Per-App Interval Since Last Report:  422 sec
Per-App Crashes Since Last Report:   2
Anonymous UUID:                      D7D7FD2D-F047-409C-BA50-5FC94042D4FC

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000028
Crashed Thread:  15

Thread 0:  Dispatch queue: com.apple.main-thread
0   libSystem.B.dylib             	0x00007fff8612e2fa mach_msg_trap + 10
1   libSystem.B.dylib             	0x00007fff8612e96d mach_msg + 59
2   com.apple.CoreGraphics        	0x00007fff87a40614 _CGSSynchronizeWindowBackingStore + 97
3   com.apple.CoreGraphics        	0x00007fff87a26169 _CGSLockWindow + 4515
4   com.apple.CoreGraphics        	0x00007fff87a2ccff CGSDeviceLock + 535
5   libRIP.A.dylib                	0x00007fff80d4be43 ripd_Lock + 46
6   libRIP.A.dylib                	0x00007fff80d521c2 ripl_BltImage + 294
7   libRIP.A.dylib                	0x00007fff80d51e29 ripc_RenderImage + 323
8   libRIP.A.dylib                	0x00007fff80d5e51e ripc_EndLayer + 992
9   com.apple.CoreGraphics        	0x00007fff87a6565d CGContextEndTransparencyLayer + 96
10  com.apple.AppKit              	0x00007fff81f8801f _NSTileImageWithOperation + 2651
11  com.apple.AppKit              	0x00007fff81fa2f29 -[NSProgressIndicator _drawThemeProgressArea:] + 1372
12  com.apple.AppKit              	0x00007fff822c30bf -[NSProgressIndicator _animationIdler:] + 557
13  com.apple.Foundation          	0x00007fff88dc0a2d __NSFireTimer + 114
14  com.apple.CoreFoundation      	0x00007fff837dd678 __CFRunLoopRun + 6488
15  com.apple.CoreFoundation      	0x00007fff837db84f CFRunLoopRunSpecific + 575
16  com.apple.HIToolbox           	0x00007fff8818091a RunCurrentEventLoopInMode + 333
17  com.apple.HIToolbox           	0x00007fff8818071f ReceiveNextEventCommon + 310
18  com.apple.HIToolbox           	0x00007fff881805d8 BlockUntilNextEventMatchingListInMode + 59
19  com.apple.AppKit              	0x00007fff81e5529e _DPSNextEvent + 708
20  com.apple.AppKit              	0x00007fff81e54bed -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
21  com.apple.AppKit              	0x00007fff81e1a8d3 -[NSApplication run] + 395
22  com.apple.AppKit              	0x00007fff81e135f8 NSApplicationMain + 364
23  org.m0k.handbrake             	0x00000001000179e8 start + 52

Thread 1:  Dispatch queue: com.apple.libdispatch-manager
0   libSystem.B.dylib             	0x00007fff8614708a kevent + 10
1   libSystem.B.dylib             	0x00007fff86148f5d _dispatch_mgr_invoke + 154
2   libSystem.B.dylib             	0x00007fff86148c34 _dispatch_queue_invoke + 185
3   libSystem.B.dylib             	0x00007fff8614875e _dispatch_worker_thread2 + 252
4   libSystem.B.dylib             	0x00007fff86148088 _pthread_wqthread + 353
5   libSystem.B.dylib             	0x00007fff86147f25 start_wqthread + 13

Thread 2:
0   libSystem.B.dylib             	0x00007fff86168eb6 __semwait_signal + 10
1   libSystem.B.dylib             	0x00007fff86168d45 nanosleep + 148
2   libSystem.B.dylib             	0x00007fff86168caf usleep + 57
3   org.m0k.handbrake             	0x0000000100850824 thread_func + 180
4   org.m0k.handbrake             	0x00000001008583cc hb_thread_func + 60
5   libSystem.B.dylib             	0x00007fff86167456 _pthread_start + 331
6   libSystem.B.dylib             	0x00007fff86167309 thread_start + 13

Thread 3:
0   libSystem.B.dylib             	0x00007fff86168eb6 __semwait_signal + 10
1   libSystem.B.dylib             	0x00007fff86168d45 nanosleep + 148
2   libSystem.B.dylib             	0x00007fff86168caf usleep + 57
3   org.m0k.handbrake             	0x0000000100850824 thread_func + 180
4   org.m0k.handbrake             	0x00000001008583cc hb_thread_func + 60
5   libSystem.B.dylib             	0x00007fff86167456 _pthread_start + 331
6   libSystem.B.dylib             	0x00007fff86167309 thread_start + 13

Thread 4:
0   libSystem.B.dylib             	0x00007fff86168eb6 __semwait_signal + 10
1   libSystem.B.dylib             	0x00007fff86168d45 nanosleep + 148
2   libSystem.B.dylib             	0x00007fff86168caf usleep + 57
3   org.m0k.handbrake             	0x0000000100850824 thread_func + 180
4   org.m0k.handbrake             	0x00000001008583cc hb_thread_func + 60
5   libSystem.B.dylib             	0x00007fff86167456 _pthread_start + 331
6   libSystem.B.dylib             	0x00007fff86167309 thread_start + 13

Thread 5:
0   libSystem.B.dylib             	0x00007fff86168eb6 __semwait_signal + 10
1   libSystem.B.dylib             	0x00007fff8616ccd1 _pthread_cond_wait + 1286
2   org.m0k.handbrake             	0x000000010085854c hb_cond_timedwait + 172
3   org.m0k.handbrake             	0x000000010084d518 hb_fifo_get_wait + 136
4   org.m0k.handbrake             	0x0000000100866eab work_func + 1771
5   org.m0k.handbrake             	0x00000001008583cc hb_thread_func + 60
6   libSystem.B.dylib             	0x00007fff86167456 _pthread_start + 331
7   libSystem.B.dylib             	0x00007fff86167309 thread_start + 13

Thread 6:
0   libSystem.B.dylib             	0x00007fff86168eb6 __semwait_signal + 10
1   libSystem.B.dylib             	0x00007fff8616ccd1 _pthread_cond_wait + 1286
2   org.m0k.handbrake             	0x000000010085854c hb_cond_timedwait + 172
3   org.m0k.handbrake             	0x000000010084d3fb hb_fifo_full_wait + 59
4   org.m0k.handbrake             	0x00000001008591a9 ReaderFunc + 2265
5   org.m0k.handbrake             	0x00000001008583cc hb_thread_func + 60
6   libSystem.B.dylib             	0x00007fff86167456 _pthread_start + 331
7   libSystem.B.dylib             	0x00007fff86167309 thread_start + 13

Thread 7:
0   libSystem.B.dylib             	0x00007fff86168eb6 __semwait_signal + 10
1   libSystem.B.dylib             	0x00007fff8616ccd1 _pthread_cond_wait + 1286
2   org.m0k.handbrake             	0x000000010085854c hb_cond_timedwait + 172
3   org.m0k.handbrake             	0x000000010084d518 hb_fifo_get_wait + 136
4   org.m0k.handbrake             	0x000000010086637d work_loop + 61
5   org.m0k.handbrake             	0x00000001008583cc hb_thread_func + 60
6   libSystem.B.dylib             	0x00007fff86167456 _pthread_start + 331
7   libSystem.B.dylib             	0x00007fff86167309 thread_start + 13

Thread 8:
0   libSystem.B.dylib             	0x00007fff86168eb6 __semwait_signal + 10
1   libSystem.B.dylib             	0x00007fff8616ccd1 _pthread_cond_wait + 1286
2   org.m0k.handbrake             	0x000000010085854c hb_cond_timedwait + 172
3   org.m0k.handbrake             	0x000000010084d3fb hb_fifo_full_wait + 59
4   org.m0k.handbrake             	0x0000000100866417 work_loop + 215
5   org.m0k.handbrake             	0x00000001008583cc hb_thread_func + 60
6   libSystem.B.dylib             	0x00007fff86167456 _pthread_start + 331
7   libSystem.B.dylib             	0x00007fff86167309 thread_start + 13

Thread 9:
0   libSystem.B.dylib             	0x00007fff86168eb6 __semwait_signal + 10
1   libSystem.B.dylib             	0x00007fff8616ccd1 _pthread_cond_wait + 1286
2   org.m0k.handbrake             	0x000000010085854c hb_cond_timedwait + 172
3   org.m0k.handbrake             	0x000000010084d3fb hb_fifo_full_wait + 59
4   org.m0k.handbrake             	0x0000000100866417 work_loop + 215
5   org.m0k.handbrake             	0x00000001008583cc hb_thread_func + 60
6   libSystem.B.dylib             	0x00007fff86167456 _pthread_start + 331
7   libSystem.B.dylib             	0x00007fff86167309 thread_start + 13

Thread 10:
0   org.m0k.handbrake             	0x00000001006ecdb3 x264_pixel_sad_x4_8x8_mmxext + 3

Thread 11:
0   libSystem.B.dylib             	0x00007fff86168eb6 __semwait_signal + 10
1   libSystem.B.dylib             	0x00007fff8616ccd1 _pthread_cond_wait + 1286
2   org.m0k.handbrake             	0x00000001006d5dab x264_threadpool_thread + 91
3   libSystem.B.dylib             	0x00007fff86167456 _pthread_start + 331
4   libSystem.B.dylib             	0x00007fff86167309 thread_start + 13

Thread 12:
0   libSystem.B.dylib             	0x00007fff86168eb6 __semwait_signal + 10
1   libSystem.B.dylib             	0x00007fff8616ccd1 _pthread_cond_wait + 1286
2   org.m0k.handbrake             	0x00000001006d5dab x264_threadpool_thread + 91
3   libSystem.B.dylib             	0x00007fff86167456 _pthread_start + 331
4   libSystem.B.dylib             	0x00007fff86167309 thread_start + 13

Thread 13:
0   libSystem.B.dylib             	0x00007fff86168eb6 __semwait_signal + 10
1   libSystem.B.dylib             	0x00007fff8616ccd1 _pthread_cond_wait + 1286
2   org.m0k.handbrake             	0x00000001006d5934 x264_lookahead_thread + 164
3   libSystem.B.dylib             	0x00007fff86167456 _pthread_start + 331
4   libSystem.B.dylib             	0x00007fff86167309 thread_start + 13

Thread 14:
0   org.m0k.handbrake             	0x00000001006dfc9f x264_load_deinterleave_8x8x2_fenc_ssse3 + 31

Thread 15 Crashed:
0   org.m0k.handbrake             	0x0000000100835853 decssaWork + 1715
1   org.m0k.handbrake             	0x00000001008663ac work_loop + 108
2   org.m0k.handbrake             	0x00000001008583cc hb_thread_func + 60
3   libSystem.B.dylib             	0x00007fff86167456 _pthread_start + 331
4   libSystem.B.dylib             	0x00007fff86167309 thread_start + 13

Thread 16:
0   libSystem.B.dylib             	0x00007fff86168eb6 __semwait_signal + 10
1   libSystem.B.dylib             	0x00007fff8616ccd1 _pthread_cond_wait + 1286
2   org.m0k.handbrake             	0x000000010085854c hb_cond_timedwait + 172
3   org.m0k.handbrake             	0x000000010084d518 hb_fifo_get_wait + 136
4   org.m0k.handbrake             	0x000000010086637d work_loop + 61
5   org.m0k.handbrake             	0x00000001008583cc hb_thread_func + 60
6   libSystem.B.dylib             	0x00007fff86167456 _pthread_start + 331
7   libSystem.B.dylib             	0x00007fff86167309 thread_start + 13

Thread 17:
0   libSystem.B.dylib             	0x00007fff86168eb6 __semwait_signal + 10
1   libSystem.B.dylib             	0x00007fff8616ccd1 _pthread_cond_wait + 1286
2   org.m0k.handbrake             	0x000000010085854c hb_cond_timedwait + 172
3   org.m0k.handbrake             	0x000000010084d518 hb_fifo_get_wait + 136
4   org.m0k.handbrake             	0x000000010086637d work_loop + 61
5   org.m0k.handbrake             	0x00000001008583cc hb_thread_func + 60
6   libSystem.B.dylib             	0x00007fff86167456 _pthread_start + 331
7   libSystem.B.dylib             	0x00007fff86167309 thread_start + 13

Thread 18:
0   libSystem.B.dylib             	0x00007fff86168eb6 __semwait_signal + 10
1   libSystem.B.dylib             	0x00007fff8616ccd1 _pthread_cond_wait + 1286
2   org.m0k.handbrake             	0x000000010085854c hb_cond_timedwait + 172
3   org.m0k.handbrake             	0x000000010084d3fb hb_fifo_full_wait + 59
4   org.m0k.handbrake             	0x0000000100866417 work_loop + 215
5   org.m0k.handbrake             	0x00000001008583cc hb_thread_func + 60
6   libSystem.B.dylib             	0x00007fff86167456 _pthread_start + 331
7   libSystem.B.dylib             	0x00007fff86167309 thread_start + 13

Thread 19:
0   libSystem.B.dylib             	0x00007fff86168eb6 __semwait_signal + 10
1   libSystem.B.dylib             	0x00007fff8616ccd1 _pthread_cond_wait + 1286
2   org.m0k.handbrake             	0x000000010085854c hb_cond_timedwait + 172
3   org.m0k.handbrake             	0x000000010084d518 hb_fifo_get_wait + 136
4   org.m0k.handbrake             	0x000000010085306d mux_loop + 61
5   org.m0k.handbrake             	0x00000001008583cc hb_thread_func + 60
6   libSystem.B.dylib             	0x00007fff86167456 _pthread_start + 331
7   libSystem.B.dylib             	0x00007fff86167309 thread_start + 13

Thread 15 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000126a86d50  rcx: 0x00007fff70d46630  rdx: 0x000000000353b008
  rdi: 0x000000010175c400  rsi: 0x0000000000000002  rbp: 0x0000000118e33ea0  rsp: 0x0000000118e33cc0
   r8: 0x0000000000000000   r9: 0x000000012ec24350  r10: 0x00000001164c35f0  r11: 0x0000000000000002
  r12: 0x0000000000000000  r13: 0x0000000000000041  r14: 0x0000000126adb410  r15: 0x0000000101c1f3f0
  rip: 0x0000000100835853  rfl: 0x0000000000010246  cr2: 0x0000000000000028

Binary Images:
       0x100000000 -        0x100c52fef +org.m0k.handbrake svn3557 x86_64 (2010092901) <A311CBC7-EACA-2553-A072-3E82503629A9> /Applications/HandBrake.app/Contents/MacOS/HandBrake
       0x1015d5000 -        0x1015e0fff +com.growl.growlframework 1.1.2 (1.1.2) <E70AE4F9-BA55-8920-839E-EE472C18A4C6> /Applications/HandBrake.app/Contents/Frameworks/Growl.framework/Versions/A/Growl
       0x1015ea000 -        0x101600fff +org.andymatuschak.Sparkle 1.5 Beta 6 (313) <B4628320-468B-F473-EBD3-4303D9C5B639> /Applications/HandBrake.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
       0x101619000 -        0x1016fffe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <26FC56A6-EFD6-22FA-E1F1-4E1BA61C85BB> /usr/lib/libcrypto.0.9.7.dylib
       0x11499b000 -        0x1149a2fe7 +libdvdcss.2.dylib 4.0.0 (compatibility 4.0.0) <C58CB543-3AB0-6E6E-FC45-5A9098FE8BF4> /Applications/VLC.app/Contents/MacOS/lib/libdvdcss.2.dylib
       0x1194f2000 -        0x119715fff  com.apple.audio.codecs.Components 2.0.1 (2.0.1) <6DA1101A-DE4D-6EC9-8B3E-499F5FAE1FAE> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
    0x7fff80044000 -     0x7fff800d3fff  com.apple.PDFKit 2.5.1 (2.5.1) <7B8A187A-F0BB-44E7-FBD4-9E1C5F9D5E85> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff80127000 -     0x7fff80138fff  com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
    0x7fff80139000 -     0x7fff8014bfe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff8014c000 -     0x7fff80157ff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff801a3000 -     0x7fff803defef  com.apple.imageKit 2.0.3 (1.0) <8DA80BC9-C671-BD89-EA2E-3C632D6ECE30> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff80410000 -     0x7fff804f6fe7  com.apple.DesktopServices 1.5.7 (1.5.7) <8A697128-B6CA-E4A8-C200-6520D5A35FBE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff804f7000 -     0x7fff80575fff  com.apple.CoreText 3.1.0 (???) <B740DA1D-EFD0-CCBF-F893-E3004FE58A98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff80576000 -     0x7fff80641fe7  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <3C223A94-EF14-28C5-844B-C25DFC87FB42> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff80642000 -     0x7fff8068bfef  libGLU.dylib ??? (???) <88F0E457-EE53-B5FF-6A1B-D0326D0C643D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8068c000 -     0x7fff80acffef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff80ad0000 -     0x7fff80ae1ff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
    0x7fff80ae2000 -     0x7fff80ae8ff7  IOSurface ??? (???) <EB2019F6-7C5C-3D59-E11F-6119466C12A9> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff80ae9000 -     0x7fff80b66fef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff80b67000 -     0x7fff80c80fef  libGLProgrammability.dylib ??? (???) <0E55A58B-5B42-669F-2655-90893554CA21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff80c81000 -     0x7fff80c82fff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff80c83000 -     0x7fff80d43fff  libFontParser.dylib ??? (???) <A4F8189D-1D5B-2F8D-E78E-6D934A8E8407> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff80d44000 -     0x7fff80d87ff7  libRIP.A.dylib 543.50.0 (compatibility 64.0.0) <DF457CB3-CE61-0FD4-1403-BB68BC2CC998> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff80d88000 -     0x7fff80d8ffff  com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff80dc6000 -     0x7fff80ddafff  libGL.dylib ??? (???) <5AD69545-D1A3-C017-C7AF-B4AFD6F08FA2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff80dec000 -     0x7fff80df2fff  libCGXCoreImage.A.dylib 543.50.0 (compatibility 64.0.0) <2D72D55A-C8FE-78DD-602E-E934057EDF95> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff80df3000 -     0x7fff80df7ff7  libCGXType.A.dylib 543.50.0 (compatibility 64.0.0) <E666EBC7-2D87-A3C6-9461-A596B4E53593> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff80df8000 -     0x7fff80e3dfff  com.apple.CoreMediaIOServices 130.0 (1035) <567D7949-3115-4E78-8F27-B28968CC25F7> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices
    0x7fff810be000 -     0x7fff810cdfff  com.apple.NetFS 3.2.1 (3.2.1) <FF21DB1E-F425-1005-FB70-BC19CAF4006E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff810ce000 -     0x7fff8110bff7  libFontRegistry.dylib ??? (???) <B63FCC3A-F49E-B42E-6D57-5F59E3A8D8B9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8110c000 -     0x7fff8118efff  com.apple.QuickLookUIFramework 2.2 (327.4) <C35D9F62-73D0-262C-B0CE-BFF64E230588> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff8118f000 -     0x7fff81e02ff7  com.apple.WebCore 6533.18 (6533.18.1) <93835F9F-EDA0-4E03-DE76-F2703FC1C1A5> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff81e11000 -     0x7fff82807fff  com.apple.AppKit 6.6.6 (1038.29) <7BDD335D-5425-0354-5AD6-41C4F1B4A2F4> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff828d7000 -     0x7fff82906ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff8298c000 -     0x7fff82a41fe7  com.apple.ColorSync 4.6.3 (4.6.3) <AA93AD96-6974-9104-BF55-AF7A813C8A1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff82b07000 -     0x7fff82b1dfef  libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x7fff82b1e000 -     0x7fff82b49ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff82c23000 -     0x7fff82c78fef  com.apple.framework.familycontrols 2.0.1 (2010) <239940AC-2427-44C6-9E29-998D0ABECDF3> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff82c79000 -     0x7fff82c7bfff  com.apple.print.framework.Print 6.1 (237.1) <4513DB2F-737C-B43C-2D0E-23CD6E838014> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff82c7c000 -     0x7fff8301dfe7  com.apple.RawCamera.bundle 3.3.0 (533) <84ACD5A6-A184-0D4A-24C6-41D14291E8EC> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff8301e000 -     0x7fff8305ffff  com.apple.SystemConfiguration 1.10.2 (1.10.2) <BC27BDD4-9CC8-9AF0-B4C2-DD50FD751CBF> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff83060000 -     0x7fff833f9ff7  com.apple.QuartzCore 1.6.2 (227.22) <76EE0A32-B20B-F316-ADDD-4230329253D5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff833fa000 -     0x7fff8343efe7  com.apple.ImageCaptureCore 1.0.2 (1.0.2) <075198A5-4C6B-D945-D3EF-D13960C9F738> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff83447000 -     0x7fff8344dff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8344e000 -     0x7fff8344eff7  com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff83790000 -     0x7fff83905ff7  com.apple.CoreFoundation 6.6.3 (550.29) <48810602-63C3-994D-E563-DD02B16E76E1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff83906000 -     0x7fff83929fff  com.apple.opencl 12.1 (12.1) <403E8F37-4348-B9BC-08E6-7693A995B7EC> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8392a000 -     0x7fff83a4ffef  com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <4DCCD01F-7516-4240-09DC-EE553317D345> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff83a50000 -     0x7fff83a71fff  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <6993F348-428F-C97E-7A84-7BD2EDC46A62> /usr/lib/libresolv.9.dylib
    0x7fff83a72000 -     0x7fff83a97fe7  com.apple.CoreVideo 1.6.1 (45.4) <B1516554-88BC-CF1E-5409-BFF27A73D1AF> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff83a98000 -     0x7fff83c07fe7  com.apple.QTKit 7.6.6 (1742) <7E254184-757D-E87C-5B2A-7612A2C85243> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff83c08000 -     0x7fff83cc5ff7  com.apple.CoreServices.OSServices 357 (357) <718F0719-DC9F-E392-7C64-9D7DFE3D02E2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff83cc6000 -     0x7fff83cc9ff7  libCoreVMClient.dylib ??? (???) <CE19A78F-B76D-244A-1C04-0544B914F728> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff83d0f000 -     0x7fff83d35fe7  libJPEG.dylib ??? (???) <4060F3E2-BAD3-244F-D777-51BA16569DA4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff83f1a000 -     0x7fff83f26fff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <5C876577-ACB7-020C-F7DB-EE0135C3AB8D> /usr/lib/libbz2.1.0.dylib
    0x7fff83f8c000 -     0x7fff8414afff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <0E53A4A6-AC06-1B61-2285-248F534EE356> /usr/lib/libicucore.A.dylib
    0x7fff8414b000 -     0x7fff84195ff7  com.apple.Metadata 10.6.3 (507.10) <641395B7-FF2C-B94C-965A-CE6A0830645F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff84196000 -     0x7fff842a5fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <36DA89A6-3AF5-86F2-BDD5-B94C7C0844D4> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff842f5000 -     0x7fff842f6ff7  com.apple.TrustEvaluationAgent 1.1 (1) <51867586-1C71-AE37-EAAD-535A58DD3550> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff842fe000 -     0x7fff8432ffff  libGLImage.dylib ??? (???) <7EF50768-54F1-5883-C40F-DAF83810C3FA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff84380000 -     0x7fff84396fff  com.apple.ImageCapture 6.0 (6.0) <5B5AF8FB-C12A-B51F-94FC-3EC4698E818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff8455d000 -     0x7fff84561ff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff845f0000 -     0x7fff8466ffef  com.apple.audio.CoreAudio 3.2.2 (3.2.2) <243E456E-7A74-BE76-FF18-E589BDCAA785> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff84670000 -     0x7fff84684ff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff84685000 -     0x7fff849b8fe7  com.apple.CoreServices.CarbonCore 861.13 (861.13) <BC2F9B4E-D305-D717-D97E-EC78C7DE9EE9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff849b9000 -     0x7fff84ebdfe7  com.apple.VideoToolbox 0.484.11 (484.11) <4577FF14-E6A7-AAD8-E6E6-ECA9CFCC6989> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff84eca000 -     0x7fff84f7ffe7  com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff84f80000 -     0x7fff84f9efff  libPng.dylib ??? (???) <F6932C8D-E6B1-0871-B698-15180AA948F7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff84f9f000 -     0x7fff84fa2fff  com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff85133000 -     0x7fff853bafe7  com.apple.security 6.1.1 (37594) <C32E7E37-13EC-381A-7CA6-AAE3EBD2C1F1> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8573e000 -     0x7fff85785fef  com.apple.QuickLookFramework 2.2 (327.4) <4E1658D4-F268-2A82-C095-1D01E9EAD05F> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff85786000 -     0x7fff857c7ff7  com.apple.CoreMedia 0.484.11 (484.11) <AEE7E9C9-9604-B0A7-053B-28954659CFE3> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff857c8000 -     0x7fff858dffef  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <EE067D7E-15B3-F043-6FBD-10BA31FE76C7> /usr/lib/libxml2.2.dylib
    0x7fff858e0000 -     0x7fff85908fff  com.apple.DictionaryServices 1.1.1 (1.1.1) <9FD709FC-23F0-F270-EAC1-C590CD516A36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff85909000 -     0x7fff859e3ff7  com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff859e6000 -     0x7fff859ebff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff85a08000 -     0x7fff85bf0ff7  com.apple.JavaScriptCore 6533.18 (6533.18.1) <097272AC-E436-78E5-4A74-284DEB07D6D9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff85bf1000 -     0x7fff85bf1ff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff85c17000 -     0x7fff85c63fff  libauto.dylib ??? (???) <072804DF-36AD-2DBE-7EF8-639CFB79077F> /usr/lib/libauto.dylib
    0x7fff85c64000 -     0x7fff85c6cfff  com.apple.DisplayServicesFW 2.2.2 (251) <A8AA237B-26DA-455D-4133-69B1D1E45DF4> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff85da8000 -     0x7fff85db7ff7  com.apple.opengl 1.6.9 (1.6.9) <BB8AEF81-0EC1-ED4C-360B-186C60AE745C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff85dfb000 -     0x7fff85f23ff7  com.apple.MediaToolbox 0.484.11 (484.11) <F50B5552-8527-C75D-873F-66A61D04E32A> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff85f24000 -     0x7fff85f24ff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff85f27000 -     0x7fff85f40fff  com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff8608c000 -     0x7fff8612cfff  com.apple.LaunchServices 362.1 (362.1) <2740103A-6C71-D99F-8C6F-FA264546AD8F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff8612d000 -     0x7fff862edfef  libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib
    0x7fff862ee000 -     0x7fff863a4fff  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib
    0x7fff863a5000 -     0x7fff863a5ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff863a6000 -     0x7fff86414fff  com.apple.AppleVAFramework 4.9.20 (4.9.20) <78727165-8D44-0354-6F6C-68FD798E04A1> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff8643c000 -     0x7fff8649efe7  com.apple.datadetectorscore 2.0 (80.7) <F9D2332D-0890-2ED2-1AC8-F85CB89D8BD4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff8651c000 -     0x7fff86d26fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff86d27000 -     0x7fff86ea4ff7  com.apple.WebKit 6533.18 (6533.18.1) <1B7655BE-5F18-583B-1A43-72B047339144> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff86ea5000 -     0x7fff86ec5ff7  com.apple.DirectoryService.Framework 3.6 (621.3) <EDCAF7ED-36E1-121F-D294-5CEBC1C34C5A> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff86ece000 -     0x7fff86f2cff7  com.apple.framework.IOKit 2.0 (???) <010C3398-7363-8F4B-719C-263867F15F63> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff86f2d000 -     0x7fff86f48ff7  com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff87146000 -     0x7fff8717fff7  com.apple.MeshKit 1.1 (49.2) <3795F201-4A5F-3D40-57E0-87AD6B714239> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x7fff871c0000 -     0x7fff871c0ff7  com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff871c1000 -     0x7fff8724dfef  SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff8724e000 -     0x7fff872defff  com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff872df000 -     0x7fff87330fe7  com.apple.HIServices 1.8.0 (???) <1ABA7802-C1E4-06A0-9035-2792CC915BF6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff87331000 -     0x7fff87429ff7  libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <7E4ADB5A-CC77-DCFD-3E54-2F35A2C8D95A> /usr/lib/libiconv.2.dylib
    0x7fff8744b000 -     0x7fff87555ff7  com.apple.MeshKitIO 1.1 (49.2) <F296E151-80AE-7764-B969-C2050DF26BFE> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.framework/Versions/A/MeshKitIO
    0x7fff87556000 -     0x7fff87626ff7  com.apple.CFNetwork 454.9.8 (454.9.8) <24667A86-FCDA-5B58-2CDC-3BFDFE8EA985> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff87627000 -     0x7fff8768ffff  com.apple.MeshKitRuntime 1.1 (49.2) <1F4C9AB5-9D3F-F91D-DB91-B78610562ECC> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime.framework/Versions/A/MeshKitRuntime
    0x7fff876b4000 -     0x7fff87720ff7  com.apple.CorePDF 1.3 (1.3) <6770FFB0-DEA0-61E0-3520-4B95CCF5D1CF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff87735000 -     0x7fff877bafff  com.apple.print.framework.PrintCore 6.2 (312.5) <E736F6DC-2E69-A14D-6BCF-69D14232F8B8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff87837000 -     0x7fff87975fff  com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8799d000 -     0x7fff87a07fe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff87a08000 -     0x7fff88105067  com.apple.CoreGraphics 1.545.0 (???) <88892F58-F785-2E30-50B1-E9CC8775E79F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff88106000 -     0x7fff88107ff7  com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <D4183AC4-8A65-8368-A9AF-E2A13D18519C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff88108000 -     0x7fff88108ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff88109000 -     0x7fff88151ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff88152000 -     0x7fff88450fe7  com.apple.HIToolbox 1.6.3 (???) <CF0C8524-FA82-3908-ACD0-A9176C704AED> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff88451000 -     0x7fff88467ff7  com.apple.MultitouchSupport.framework 204.13 (204.13) <BFFEC259-F103-B25A-BB52-1AA79116DDBA> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff88468000 -     0x7fff88517fff  edu.mit.Kerberos 6.5.10 (6.5.10) <F3F76EDF-5660-78F0-FE6E-33B6174F55A4> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff88518000 -     0x7fff885d1fff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
    0x7fff885d2000 -     0x7fff88619ff7  com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8864a000 -     0x7fff88658ff7  libkxld.dylib ??? (???) <EE840168-1F67-6219-8BA3-C46039BCC8B3> /usr/lib/system/libkxld.dylib
    0x7fff88659000 -     0x7fff8865bfff  libRadiance.dylib ??? (???) <D67C08B6-4D4A-916D-E936-528E145A56E2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8865c000 -     0x7fff886abff7  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x7fff886ac000 -     0x7fff88862fef  com.apple.ImageIO.framework 3.0.3 (3.0.3) <A32D0B5A-7149-7739-22D3-84D38B07E9E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff88863000 -     0x7fff88894fef  libTrueTypeScaler.dylib ??? (???) <0A30CA68-46AF-3E74-AE9E-693DB5A680CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff888f6000 -     0x7fff88937fef  com.apple.QD 3.35 (???) <78C9A560-E6F7-DC4F-F85E-E63CF8A98F0B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff8894e000 -     0x7fff88953fff  libGIF.dylib ??? (???) <21FC6B02-6AC3-C4DB-0B50-98144802274C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff88954000 -     0x7fff88954ff7  com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff88961000 -     0x7fff88999fef  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <31A78904-A500-0DA9-0609-F1EB81383326> /usr/lib/libcups.2.dylib
    0x7fff8899a000 -     0x7fff889d5fff  com.apple.AE 496.4 (496.4) <CBEDB6A1-FD85-F842-4EB8-CC289FAE0F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff889d6000 -     0x7fff889d7fff  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
    0x7fff88a4d000 -     0x7fff88a50ff7  com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff88a51000 -     0x7fff88a56fff  libGFXShared.dylib ??? (???) <1B50D804-966B-30D2-D0FD-B090B6FEAC7E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff88a57000 -     0x7fff88a6cff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff88aab000 -     0x7fff88d14ff7  com.apple.QuartzComposer 4.1 (156.16) <0BAE3C90-CF60-C0C7-C29E-BF9922074095> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff88d15000 -     0x7fff88d15ff7  com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff88d5a000 -     0x7fff88fdbfef  com.apple.Foundation 6.6.3 (751.29) <DAEDB589-9F59-9556-CF8D-07556317937B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff88fdc000 -     0x7fff89076fff  com.apple.ApplicationServices.ATS 275.11.1 (???) <0A898C0C-41A0-B9BF-0A38-74FB029CA049> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff89077000 -     0x7fff890c6fef  libTIFF.dylib ??? (???) <A66CBA9C-A38D-5EDB-BFB5-CB398F033D6F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff890c7000 -     0x7fff890d4fe7  libCSync.A.dylib 543.50.0 (compatibility 64.0.0) <7B891D4C-1F19-4DB0-FD12-7A7D5E8F47AE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib

Model: iMac9,1, BootROM IM91.008D.B08, 2 processors, Intel Core 2 Duo, 3.06 GHz, 4 GB, SMC 1.37f3
Graphics: NVIDIA GeForce GT 130, NVIDIA GeForce GT 130, PCIe, 512 MB
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8E), Broadcom BCM43xx 1.0 (5.10.91.27)
Bluetooth: Version 2.3.3f8, 2 service, 19 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
Network Service: Parallels Shared Networking Adapter, Ethernet, en2
Network Service: Parallels Host-Only Networking Adapter, Ethernet, en3
Serial ATA Device: WDC WD1001FALS-40K1B0, 931.51 GB
Serial ATA Device: OPTIARC DVD RW AD-5670S, 7.34 GB
USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0x24400000
USB Device: Keyboard Hub, 0x05ac  (Apple Inc.), 0x1006, 0x26200000
USB Device: USB-PS/2 Optical Mouse, 0x046d  (Logitech Inc.), 0xc00e, 0x26230000
USB Device: Apple Keyboard, 0x05ac  (Apple Inc.), 0x0221, 0x26220000
USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000
USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8215, 0x06110000
USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000
User avatar
JohnAStebbins
HandBrake Team
Posts: 5712
Joined: Sat Feb 09, 2008 7:21 pm

Re: [Patch] [Core] SSA burn-in support

Post by JohnAStebbins »

Post Reply