OpenCL Nightly Builds

General questions or discussion about HandBrake, Video and/or audio transcoding, trends etc.
HandyMan
Bright Spark User
Posts: 169
Joined: Tue Aug 07, 2012 10:52 pm

Re: OpenCL Nightly Builds

Post by HandyMan »

JDKnows wrote:Driver issue with AMD or Intel? I assume with Intel, so they simply should leave them out of OpenCL acceleration business as long as Intel cannot make a good driver.
I guess they had to fix somethings in the silicon to make it work, they did release chips with HD4000 soon after the HD3000. I wonder why? :o

Normal engineering cycle :mrgreen:
AAT
Posts: 34
Joined: Sun Dec 23, 2012 9:35 pm

Re: OpenCL Nightly Builds

Post by AAT »

Ohh, that is too bad if x264 OpenCL patch is not coming yet, I've expected very much! Does that really have to support all today's laptop? I mean there was Winzip which first only supported AMD APUs with OpenCL acceleration, than later a newer version came with more supported hardwares.
Meanwhile I do not blame them if they cannot get x264 OpenCL work with all today's hardware, but if it is already working on AMD APU, than let we have it!
User avatar
s55
HandBrake Team
Posts: 10360
Joined: Sun Dec 24, 2006 1:05 pm

Re: OpenCL Nightly Builds

Post by s55 »

It's not our decision. Be Patient.
dmance
Posts: 10
Joined: Sun Jun 24, 2012 1:44 pm

OpenCL/UVD Hardware Detection Fails

Post by dmance »

The console output:
support opencl: 1
support uvd: 1
appears to be determined by querying the underlying hardware at the start of an encode. My configuration uses a cluster of high performance Windows systems (lots of cores, lots of GPU power) under the control of a client laptop. When using Windows remote desktop (windows 7 or 8, i've tested) from the laptop to a machine in my cluster, the handbrake console output is consistently: support opencl: 0 support uvd: 0 and the encode uses only the CPU. When I run handbrake locally on the high-powered machine, the console output is correct and the encode works as expected - leveraging the local GPU hardware.

I understand Microsoft Remote Desktop virtualizes the graphics of the host with a software emulation and hence the failed detection ... but this is not what handbrake wants (nor I). So - any possible resolution to this ? ... or is an OpenCL accelerated handbrake destined to forever be run locally.
User avatar
s55
HandBrake Team
Posts: 10360
Joined: Sun Dec 24, 2006 1:05 pm

Re: OpenCL Nightly Builds

Post by s55 »

This is not a scenario that will be supported.
User avatar
s55
HandBrake Team
Posts: 10360
Joined: Sun Dec 24, 2006 1:05 pm

Re: OpenCL Nightly Builds

Post by s55 »

New Build Up.

change the GUI uvd checkbox's name to hardware decoder
modify the issue compile on linux
modify the issue on Intel platform with Intel integrate graphic
add a new opencl scale algorithm, PSNR goes up (added files: scale.h, scale.c, scale_kernel.h, scale_kernel.c)


Folks, feel free to update and provide any feedback of Successes (including logs) and any failures (including logs)
dmance
Posts: 10
Joined: Sun Jun 24, 2012 1:44 pm

Re: OpenCL Nightly Builds

Post by dmance »

Both Windows GUI-32 and GUI-64: The checkboxes for OpenCL Support and HWD Support vanish when you load a source file.
User avatar
s55
HandBrake Team
Posts: 10360
Joined: Sun Dec 24, 2006 1:05 pm

Re: OpenCL Nightly Builds

Post by s55 »

Log? Hardware decode wasn't enabled on the last build, so that should be fixed when the new builds finish.

OpenCL will only show up, if it's supported. Seems to work for me, but without a scanlog, I can't say why it's not for you.
HandyMan
Bright Spark User
Posts: 169
Joined: Tue Aug 07, 2012 10:52 pm

Re: OpenCL Nightly Builds

Post by HandyMan »

s55 wrote:
[18:37:02] Notice: No available GPU device.
I'm guessing that's switchable graphics right? HD3000 and 6850m

Are you able to force the system to use the 6850 only to re-test?
I remove LucidLogix software, went into the BIOS/System Agent Configuration/iGPU Memory to change the memory from 64M to 512MB (or is-it 1024MB :oops: ) although it says on the Bios Page that iGPU Memory will be set to 64M if IGPU Multi-Monitor is Enabled (it is enabled but the BIOS keep 1024M :!: ).
Installed svn5227 + 5229svn OpenCL HandBrake and the green screen encode are gone :mrgreen:

I got 22.413691 fps with OpenCL checked vs 20.812128 fps unchecked on a 5 min 1080i VerySlow encode. Not a big step ahead but I'll take it 8)
CPU is 100% usage and memory is stabled unlike before where it grab all memory available.

Got this
[17:53:56] Using GPU : Yes.
[17:53:56] Notice: Unable to write opencl kernel, writing to temporary directory instead.

Probably a minor warning. :?:

It may also have solved the other problem I had where the display froze every sec or so. :D
That didn't fix the black stripes in HB WinGui when I move the windows from on Display to another display. :|

Code: Select all

HandBrake svn5219 2013012901
OS: Microsoft Windows NT 6.1.7601 Service Pack 1
CPU: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz
Ram: 8089 MB, Screen: 1920x1080
GPU: Intel(R) HD Graphics 3000
GPU driver version: 9.17.10.2932
Temp Dir: C:\Users\Simon\AppData\Local\Temp\
Install Dir: C:\Program Files\Handbrake
Data Dir: C:\Users\Simon\AppData\Roaming\HandBrake\HandBrake\0.9.8.5227

-------------------------------------------

CLI Query:  -i "M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts" -t 1 --angle 1 --start-at duration:0 --stop-at duration:301 -o "M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01 14001530 ocl rf24 (2013-02-01).mkv"  -f mkv  -P  --decomb -w 1280 --crop 0:0:0:0 --loose-anamorphic  --modulus 16 -e x264 -q 24 --cfr -a 1 -E ffac3 -6 5point1 -R Auto -B 256 -D 0 --gain 0 --audio-fallback ffac3 --subtitle 1 --x264-preset=veryslow  --x264-profile=high  --h264-level="3.1"  -x bframes=5:merange=16:ref=5 --verbose=1
User Query: False

[17:53:55] hb_init: starting libhb thread
[17:53:55] GPU Device Name: Barts
[17:53:55] GPU Driver Version: 1084.4 (VM)
HandBrake svn5229 (2013020101) - MinGW x86_64 - http://handbrake.fr
8 CPUs detected
Opening M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts...
[17:53:55] hb_scan: path=M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts, title_index=1
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts/BDMV/index.bdmv
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts/BDMV/BACKUP/index.bdmv
libbluray/bluray.c:1725: nav_get_title_list(M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts) failed (0000000001cb57f0)
[17:53:55] 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
[17:53:55] dvd: not a dvd - trying as a stream/file instead
[17:53:55] file is MPEG Transport Stream with 188 byte packets offset 0 bytes
[17:53:55] Found the following PIDS
[17:53:55]     Video PIDS : 
[17:53:55]       0x31 type MPEG2 (0x2) (PCR)
[17:53:55]     Audio PIDS : 
[17:53:55]       0x34 type AC3 (0x81)
[17:53:55]     Subtitle PIDS : 
[17:53:55]     Other PIDS : 
[17:53:55] stream id 0x34 (type 0x81 substream 0x0) audio 0x34
[17:53:55] scan: decoding previews for title 1
[17:53:55] scan: audio 0x34: AC-3, rate=48000Hz, bitrate=384000 Francais (AC3) (5.1 ch)
Scanning title 1...
Scanning title 1...
[17:53:56] scan: 10 previews, 1920x1080, 29.970 fps, autocrop = 0/0/0/0, aspect 16:9, PAR 1:1
[17:53:56] stream: 7 good frames, 0 errors (0%)
[17:53:56] libhb: scan thread found 1 valid title(s)
+ title 1:
  + stream: M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts
  + duration: 01:12:16
  + size: 1920x1080, pixel aspect: 1/1, display aspect: 1.78, 29.970 fps
  + autocrop: 0/0/0/0
  + support opencl: yes
  + support hwd: no
  + chapters:
    + 1: cells 0->0, 0 blocks, duration 01:12:16
  + audio tracks:
    + 1, Francais (AC3) (5.1 ch) (iso639-2: fra), 48000Hz, 384000bps
  + subtitle tracks:
    + 1, Closed Captions (iso639-2: fra) (Text)(CC)
[17:53:56] 1 job(s) to process
[17:53:56] starting job
[17:53:56] Using GPU : Yes.
[17:53:56] Notice: Unable to write opencl kernel, writing to temporary directory instead.
[17:53:56] yadif thread started for segment 0
[17:53:56] yadif thread started for segment 2
[17:53:56] yadif thread started for segment 1
[17:53:56] yadif thread started for segment 3
[17:53:56] yadif thread started for segment 4
[17:53:56] yadif thread started for segment 5
[17:53:56] yadif thread started for segment 6
[17:53:56] yadif thread started for segment 7
[17:53:56] decomb filter thread started for segment 0
[17:53:56] decomb filter thread started for segment 1
[17:53:56] decomb filter thread started for segment 2
[17:53:56] decomb filter thread started for segment 3
[17:53:56] decomb filter thread started for segment 4
[17:53:56] decomb filter thread started for segment 6
[17:53:56] decomb filter thread started for segment 7
[17:53:56] decomb filter thread started for segment 5
[17:53:56] decomb check thread started for segment 0
[17:53:56] decomb check thread started for segment 1
[17:53:56] decomb check thread started for segment 2
[17:53:56] decomb check thread started for segment 3
[17:53:56] decomb check thread started for segment 4
[17:53:56] decomb check thread started for segment 5
[17:53:56] decomb check thread started for segment 6
[17:53:56] decomb check thread started for segment 7
[17:53:56] mask filter thread started for segment 0
[17:53:56] mask filter thread started for segment 1
[17:53:56] mask filter thread started for segment 3
[17:53:56] mask filter thread started for segment 4
[17:53:56] mask filter thread started for segment 2
[17:53:56] mask filter thread started for segment 5
[17:53:56] mask filter thread started for segment 6
[17:53:56] mask filter thread started for segment 7
[17:53:56] mask erode thread started for segment 0
[17:53:56] mask erode thread started for segment 1
[17:53:56] mask erode thread started for segment 2
[17:53:56] mask erode thread started for segment 3
[17:53:56] mask erode thread started for segment 4
[17:53:56] mask erode thread started for segment 5
[17:53:56] mask erode thread started for segment 6
[17:53:56] mask erode thread started for segment 7
[17:53:56] mask dilate thread started for segment 0
[17:53:56] mask dilate thread started for segment 1
[17:53:56] mask dilate thread started for segment 2
[17:53:56] mask dilate thread started for segment 3
[17:53:56] mask dilate thread started for segment 4
[17:53:56] mask dilate thread started for segment 5
[17:53:56] mask dilate thread started for segment 6
[17:53:56] mask dilate thread started for segment 7
[17:53:56] sync: expecting 9050 video frames
[17:53:56] job configuration:
[17:53:56]  * source
[17:53:56]    + M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts
[17:53:56]    + title 1, start 0:0:0.00 stop 0:5:1.00
[17:53:56]  * destination
[17:53:56]    + M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01 14001530 ocl rf24 (2013-02-01).mkv
[17:53:56]    + container: Matroska (.mkv)
[17:53:56]  * video track
[17:53:56]    + decoder: mpeg2
[17:53:56]      + bitrate 17700 kbps
[17:53:56]    + frame rate: 29.970 fps -> constant 29.970 fps
[17:53:56]    + filters
[17:53:56]      + Decomb (default settings)
[17:53:56]      + Framerate Shaper (1:27000000:900900)
[17:53:56]        + frame rate: 29.970 fps -> constant 29.970 fps
[17:53:56]      + Crop and Scale (1280:720:0:0:0:0)
[17:53:56]        + source: 1920 * 1080, crop (0/0/0/0): 1920 * 1080, scale: 1280 * 720
[17:53:56]    + loose anamorphic
[17:53:56]      + storage dimensions: 1280 * 720, mod 16
[17:53:56]      + pixel aspect ratio: 1 / 1
[17:53:56]      + display dimensions: 1280 * 720
[17:53:56]    + encoder: H.264 (x264)
[17:53:56]      + x264 preset: veryslow
[17:53:56]      + options: bframes=5:merange=16:ref=5
[17:53:56]      + x264 profile: high
[17:53:56]      + h264 level: 3.1
[17:53:56]      + quality: 24.00 (RF)
[17:53:56]  * subtitle track 1, Closed Captions (track 0, id 0x0) Text [CC] -> Passthrough
[17:53:56]  * audio track 1
[17:53:56]    + decoder: Francais (AC3) (5.1 ch) (track 1, id 0x34)
[17:53:56]      + bitrate: 384 kbps, samplerate: 48000 Hz
[17:53:56]    + mixdown: 5.1 Channels
[17:53:56]    + encoder: AC3 (ffmpeg)
[17:53:56]      + bitrate: 256 kbps, samplerate: 48000 Hz
[17:53:56] file is MPEG Transport Stream with 188 byte packets offset 0 bytes
[17:53:56] reader: first SCR 914 id 0x34 DTS 34114
[17:53:56] encx264: min-keyint: 30, keyint: 300
[17:53:56] encx264: encoding with stored aspect 1/1
[17:53:56] encx264: Encoding at constant RF 24.000000
x264 [warning]: --psnr used with psy on: results will be invalid!
x264 [warning]: --tune psnr should be used if attempting to benchmark psnr!
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX
x264 [info]: profile High, level 3.1
[17:53:56] mpeg2: "Chapter 1" (1) at frame 0 time 0
[17:53:56] Scaling With OpenCL
[18:00:39] sync: reached pts 27090063, exiting early
[18:00:42] work: average encoding speed for job is 22.413691 fps
[18:00:42] reader: done. 1 scr changes
[18:00:42] sync: got 9021 frames, 9050 expected
[18:00:42] decomb: deinterlaced 8239 | blended 307 | unfiltered 474 | total 9020
[18:00:42] render: 9020 frames output, 0 dropped and 0 duped for CFR/PFR
[18:00:42] render: lost time: 0 (0 frames)
[18:00:42] render: gained time: 0 (0 frames) (0 not accounted for)
[18:00:42] mpeg2 done: 9402 frames
x264 [info]: frame I:61    Avg QP:22.95  size: 50067  PSNR Mean Y:45.09 U:49.11 V:48.73 Avg:46.00 Global:45.84
x264 [info]: frame P:1967  Avg QP:27.01  size: 13068  PSNR Mean Y:42.80 U:47.67 V:47.02 Avg:43.82 Global:43.41
x264 [info]: frame B:6992  Avg QP:31.55  size:  2881  PSNR Mean Y:42.34 U:47.50 V:47.04 Avg:43.43 Global:43.03
x264 [info]: consecutive B-frames:  2.8%  2.4%  7.1% 12.6% 13.2% 61.8%
x264 [info]: mb I  I16..4: 17.5% 70.7% 11.8%
x264 [info]: mb P  I16..4:  3.7%  9.6%  0.6%  P16..4: 38.9%  6.9%  6.3%  0.1%  0.0%    skip:34.0%
x264 [info]: mb B  I16..4:  0.2%  0.5%  0.0%  B16..8: 28.1%  2.5%  0.4%  direct: 1.4%  skip:66.7%  L0:43.2% L1:52.2% BI: 4.5%
x264 [info]: 8x8 transform intra:69.8% inter:79.3%
x264 [info]: direct mvs  spatial:99.9% temporal:0.1%
x264 [info]: coded y,uvDC,uvAC intra: 55.4% 45.1% 11.8% inter: 6.2% 4.4% 0.2%
x264 [info]: i16 v,h,dc,p: 32% 22% 12% 34%
x264 [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 11%  7%  5% 10% 14% 14% 13% 13% 13%
x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 18% 11%  4%  8% 12% 13% 12% 10% 12%
x264 [info]: i8c dc,h,v,p: 33% 31% 21% 15%
x264 [info]: Weighted P-Frames: Y:6.4% UV:1.5%
x264 [info]: ref P L0: 51.9% 15.3% 17.7%  6.7%  7.0%  1.4%  0.0%
x264 [info]: ref B L0: 84.0% 10.9%  3.8%  1.2%
x264 [info]: ref B L1: 94.4%  5.6%
x264 [info]: SSIM Mean Y:0.9786890 (16.714db)
x264 [info]: PSNR Mean Y:42.457 U:47.546 V:47.045 Avg:43.533 Global:43.123 kb/s:1299.90
[18:00:42] mux: track 0, 9020 frames, 48900899 bytes, 1299.69 kbps, fifo 4096
[18:00:42] mux: track 1, 9407 frames, 9632768 bytes, 256.02 kbps, fifo 4096
[18:00:42] mux: track 2, 256 frames, 7472 bytes, 0.20 kbps, fifo 128
[18:00:42] stream: 9423 good frames, 0 errors (0%)
[18:00:42] libhb: work result = 0
Encode done!
HandBrake has exited.
HandyMan
Bright Spark User
Posts: 169
Joined: Tue Aug 07, 2012 10:52 pm

Re: OpenCL Nightly Builds

Post by HandyMan »

Oups bump to 5232svn and the result a much better :D
Same 5min 1080i ts Preset Slow

24.766872 fps
26.192163 fps OpenCL
37.833889 fps HWD
42.515965 fps HWD OpenCL

Nothing

Code: Select all

HandBrake svn5229 2013020101
OS: Microsoft Windows NT 6.1.7601 Service Pack 1
CPU: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz
Ram: 8089 MB, Screen: 1920x1080
GPU: Intel(R) HD Graphics 3000
GPU driver version: 9.17.10.2932
Temp Dir: C:\Users\Simon\AppData\Local\Temp\
Install Dir: C:\Program Files\Handbrake
Data Dir: C:\Users\Simon\AppData\Roaming\HandBrake\HandBrake\0.9.8.5227

-------------------------------------------

CLI Query:  -i "M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts" -t 1 --angle 1 --start-at duration:0 --stop-at duration:301 -o "M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01 14001530 5min  rf24 (2013-02-01).mkv"  -f mkv  --decomb -w 1280 --crop 0:0:0:0 --loose-anamorphic  --modulus 16 -e x264 -q 24 --cfr -a 1 -E ffac3 -6 5point1 -R Auto -B 256 -D 0 --gain 0 --audio-fallback ffac3 --x264-preset=slow  --x264-profile=high  --h264-level="3.1"  -x bframes=5:merange=16:ref=5 --verbose=1
User Query: False

[20:06:26] hb_init: starting libhb thread
HandBrake svn5232 (2013020101) - MinGW x86_64 - http://handbrake.fr
8 CPUs detected
Opening M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts...
[20:06:26] hb_scan: path=M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts, title_index=1
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts/BDMV/index.bdmv
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts/BDMV/BACKUP/index.bdmv
libbluray/bluray.c:1725: nav_get_title_list(M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts) failed (0000000001cb6c30)
[20:06: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:06:26] dvd: not a dvd - trying as a stream/file instead
[20:06:26] file is MPEG Transport Stream with 188 byte packets offset 0 bytes
[20:06:26] Found the following PIDS
[20:06:26]     Video PIDS : 
[20:06:26]       0x31 type MPEG2 (0x2) (PCR)
[20:06:26]     Audio PIDS : 
[20:06:26]       0x34 type AC3 (0x81)
[20:06:26]     Subtitle PIDS : 
[20:06:26]     Other PIDS : 
[20:06:26] stream id 0x34 (type 0x81 substream 0x0) audio 0x34
[20:06:26] dxva2:DxFindVideoServiceConversion failed
[20:06:26] scan: decoding previews for title 1
[20:06:26] scan: audio 0x34: AC-3, rate=48000Hz, bitrate=384000 Francais (AC3) (5.1 ch)
Scanning title 1...
Scanning title 1...
Scanning title 1...
Scanning title 1...
[20:06:27] scan: 10 previews, 1920x1080, 29.970 fps, autocrop = 0/0/0/0, aspect 16:9, PAR 1:1
[20:06:27] stream: 7 good frames, 0 errors (0%)
[20:06:27] libhb: scan thread found 1 valid title(s)
+ title 1:
  + stream: M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts
  + duration: 01:12:16
  + size: 1920x1080, pixel aspect: 1/1, display aspect: 1.78, 29.970 fps
  + autocrop: 0/0/0/0
  + support opencl: yes
  + support hwd: no
  + chapters:
    + 1: cells 0->0, 0 blocks, duration 01:12:16
  + audio tracks:
    + 1, Francais (AC3) (5.1 ch) (iso639-2: fra), 48000Hz, 384000bps
  + subtitle tracks:
    + 1, Closed Captions (iso639-2: fra) (Text)(CC)
[20:06:27] 1 job(s) to process
[20:06:27] starting job
[20:06:27] Using GPU : NO.
[20:06:27] yadif thread started for segment 0
[20:06:27] yadif thread started for segment 1
[20:06:27] yadif thread started for segment 2
[20:06:27] yadif thread started for segment 3
[20:06:27] yadif thread started for segment 4
[20:06:27] yadif thread started for segment 5
[20:06:27] yadif thread started for segment 6
[20:06:27] decomb filter thread started for segment 0
[20:06:27] yadif thread started for segment 7
[20:06:27] decomb filter thread started for segment 1
[20:06:27] decomb filter thread started for segment 2
[20:06:27] decomb filter thread started for segment 5
[20:06:27] decomb filter thread started for segment 4
[20:06:27] decomb filter thread started for segment 3
[20:06:27] decomb filter thread started for segment 6
[20:06:27] decomb check thread started for segment 0
[20:06:27] decomb check thread started for segment 1
[20:06:27] decomb check thread started for segment 4
[20:06:27] decomb check thread started for segment 2
[20:06:27] decomb check thread started for segment 3
[20:06:27] decomb check thread started for segment 5
[20:06:27] mask filter thread started for segment 0
[20:06:27] decomb filter thread started for segment 7
[20:06:27] decomb check thread started for segment 6
[20:06:27] decomb check thread started for segment 7
[20:06:27] mask filter thread started for segment 1
[20:06:27] mask filter thread started for segment 3
[20:06:27] mask filter thread started for segment 2
[20:06:27] mask filter thread started for segment 4
[20:06:27] mask filter thread started for segment 5
[20:06:27] mask filter thread started for segment 6
[20:06:27] mask filter thread started for segment 7
[20:06:27] mask erode thread started for segment 0
[20:06:27] mask erode thread started for segment 1
[20:06:27] mask erode thread started for segment 3
[20:06:27] mask erode thread started for segment 4
[20:06:27] mask erode thread started for segment 2
[20:06:27] mask erode thread started for segment 5
[20:06:27] mask erode thread started for segment 6
[20:06:27] mask dilate thread started for segment 0
[20:06:27] mask dilate thread started for segment 1
[20:06:27] mask erode thread started for segment 7
[20:06:27] mask dilate thread started for segment 2
[20:06:27] mask dilate thread started for segment 3
[20:06:27] mask dilate thread started for segment 4
[20:06:27] mask dilate thread started for segment 5
[20:06:27] mask dilate thread started for segment 6
[20:06:27] mask dilate thread started for segment 7
[20:06:27] sync: expecting 9050 video frames
[20:06:27] job configuration:
[20:06:27]  * source
[20:06:27]    + M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts
[20:06:27]    + title 1, start 0:0:0.00 stop 0:5:1.00
[20:06:27]  * destination
[20:06:27]    + M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01 14001530 5min  rf24 (2013-02-01).mkv
[20:06:27]    + container: Matroska (.mkv)
[20:06:27]  * video track
[20:06:27]    + decoder: mpeg2
[20:06:27]      + bitrate 17700 kbps
[20:06:27]    + frame rate: 29.970 fps -> constant 29.970 fps
[20:06:27]    + filters
[20:06:27]      + Decomb (default settings)
[20:06:27]      + Framerate Shaper (1:27000000:900900)
[20:06:27]        + frame rate: 29.970 fps -> constant 29.970 fps
[20:06:27]      + Crop and Scale (1280:720:0:0:0:0)
[20:06:27]        + source: 1920 * 1080, crop (0/0/0/0): 1920 * 1080, scale: 1280 * 720
[20:06:27]    + loose anamorphic
[20:06:27]      + storage dimensions: 1280 * 720, mod 16
[20:06:27]      + pixel aspect ratio: 1 / 1
[20:06:27]      + display dimensions: 1280 * 720
[20:06:27]    + encoder: H.264 (x264)
[20:06:27]      + x264 preset: slow
[20:06:27]      + options: bframes=5:merange=16:ref=5
[20:06:27]      + x264 profile: high
[20:06:27]      + h264 level: 3.1
[20:06:27]      + quality: 24.00 (RF)
[20:06:27]  * audio track 1
[20:06:27]    + decoder: Francais (AC3) (5.1 ch) (track 1, id 0x34)
[20:06:27]      + bitrate: 384 kbps, samplerate: 48000 Hz
[20:06:27]    + mixdown: 5.1 Channels
[20:06:27]    + encoder: AC3 (ffmpeg)
[20:06:27]      + bitrate: 256 kbps, samplerate: 48000 Hz
[20:06:27] file is MPEG Transport Stream with 188 byte packets offset 0 bytes
[20:06:27] reader: first SCR 914 id 0x34 DTS 34114
[20:06:27] encx264: min-keyint: 30, keyint: 300
[20:06:27] encx264: encoding with stored aspect 1/1
[20:06:27] encx264: Encoding at constant RF 24.000000
x264 [warning]: --psnr used with psy on: results will be invalid!
x264 [warning]: --tune psnr should be used if attempting to benchmark psnr!
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX
x264 [info]: profile High, level 3.1
[20:06:27] mpeg2: "Chapter 1" (1) at frame 0 time 0
[20:12:31] sync: reached pts 27090063, exiting early
[20:12:33] work: average encoding speed for job is 24.766872 fps
[20:12:33] reader: done. 1 scr changes
[20:12:34] sync: got 9021 frames, 9050 expected
[20:12:34] decomb: deinterlaced 8239 | blended 307 | unfiltered 474 | total 9020
[20:12:34] render: 9020 frames output, 0 dropped and 0 duped for CFR/PFR
[20:12:34] render: lost time: 0 (0 frames)
[20:12:34] render: gained time: 0 (0 frames) (0 not accounted for)
[20:12:34] mpeg2 done: 9315 frames
x264 [info]: frame I:61    Avg QP:21.54  size: 57557  PSNR Mean Y:45.08 U:48.80 V:48.61 Avg:45.95 Global:45.82
x264 [info]: frame P:1951  Avg QP:24.80  size: 14969  PSNR Mean Y:42.49 U:47.26 V:46.83 Avg:43.52 Global:43.13
x264 [info]: frame B:7008  Avg QP:27.40  size:  3511  PSNR Mean Y:42.12 U:47.04 V:46.77 Avg:43.19 Global:42.80
x264 [info]: consecutive B-frames:  2.6%  2.5%  6.6% 13.0% 12.6% 62.6%
x264 [info]: mb I  I16..4: 19.0% 67.4% 13.6%
x264 [info]: mb P  I16..4:  3.2%  9.1%  0.9%  P16..4: 39.2%  9.5%  5.4%  0.0%  0.0%    skip:32.8%
x264 [info]: mb B  I16..4:  0.2%  0.6%  0.1%  B16..8: 29.3%  2.6%  0.4%  direct: 1.2%  skip:65.7%  L0:42.9% L1:53.0% BI: 4.1%
x264 [info]: 8x8 transform intra:69.6% inter:83.6%
x264 [info]: direct mvs  spatial:99.9% temporal:0.1%
x264 [info]: coded y,uvDC,uvAC intra: 60.4% 56.0% 19.9% inter: 8.7% 9.1% 0.3%
x264 [info]: i16 v,h,dc,p: 38% 22%  8% 32%
x264 [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 10%  7%  6% 11% 15% 15% 13% 12% 12%
x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 16%  8%  4%  9% 14% 15% 12% 11% 11%
x264 [info]: i8c dc,h,v,p: 36% 29% 21% 14%
x264 [info]: Weighted P-Frames: Y:7.0% UV:1.8%
x264 [info]: ref P L0: 52.6% 14.4% 17.6%  6.6%  7.3%  1.5%  0.1%
x264 [info]: ref B L0: 83.9% 11.1%  3.8%  1.3%
x264 [info]: ref B L1: 94.7%  5.3%
x264 [info]: SSIM Mean Y:0.9769296 (16.369db)
x264 [info]: PSNR Mean Y:42.223 U:47.097 V:46.799 Avg:43.281 Global:42.887 kb/s:1523.58
[20:12:34] mux: track 0, 9020 frames, 57316117 bytes, 1523.35 kbps, fifo 4096
[20:12:34] mux: track 1, 9407 frames, 9632768 bytes, 256.02 kbps, fifo 4096
[20:12:34] stream: 9329 good frames, 0 errors (0%)
[20:12:34] libhb: work result = 0
Encode done!
HandBrake has exited.
OpenCL

Code: Select all

HandBrake svn5229 2013020101
OS: Microsoft Windows NT 6.1.7601 Service Pack 1
CPU: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz
Ram: 8089 MB, Screen: 1920x1080
GPU: Intel(R) HD Graphics 3000
GPU driver version: 9.17.10.2932
Temp Dir: C:\Users\Simon\AppData\Local\Temp\
Install Dir: C:\Program Files\Handbrake
Data Dir: C:\Users\Simon\AppData\Roaming\HandBrake\HandBrake\0.9.8.5227

-------------------------------------------

CLI Query:  -i "M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts" -t 1 --angle 1 --start-at duration:0 --stop-at duration:301 -o "M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01 14001530 OCL 5min  rf24 (2013-02-01).mkv"  -f mkv  -P  --decomb -w 1280 --crop 0:0:0:0 --loose-anamorphic  --modulus 16 -e x264 -q 24 --cfr -a 1 -E ffac3 -6 5point1 -R Auto -B 256 -D 0 --gain 0 --audio-fallback ffac3 --x264-preset=slow  --x264-profile=high  --h264-level="3.1"  -x bframes=5:merange=16:ref=5 --verbose=1
User Query: False

[20:00:34] hb_init: starting libhb thread
[20:00:34] GPU Device Name: Barts
[20:00:34] GPU Driver Version: 1084.4 (VM)
HandBrake svn5232 (2013020101) - MinGW x86_64 - http://handbrake.fr
8 CPUs detected
Opening M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts...
[20:00:34] hb_scan: path=M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts, title_index=1
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts/BDMV/index.bdmv
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts/BDMV/BACKUP/index.bdmv
libbluray/bluray.c:1725: nav_get_title_list(M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts) failed (0000000001ea5770)
[20:00:34] 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:00:34] dvd: not a dvd - trying as a stream/file instead
[20:00:34] file is MPEG Transport Stream with 188 byte packets offset 0 bytes
[20:00:34] Found the following PIDS
[20:00:34]     Video PIDS : 
[20:00:34]       0x31 type MPEG2 (0x2) (PCR)
[20:00:34]     Audio PIDS : 
[20:00:34]       0x34 type AC3 (0x81)
[20:00:34]     Subtitle PIDS : 
[20:00:34]     Other PIDS : 
[20:00:34] stream id 0x34 (type 0x81 substream 0x0) audio 0x34
[20:00:35] dxva2:DxFindVideoServiceConversion failed
[20:00:35] scan: decoding previews for title 1
[20:00:35] scan: audio 0x34: AC-3, rate=48000Hz, bitrate=384000 Francais (AC3) (5.1 ch)
Scanning title 1...
Scanning title 1...
Scanning title 1...
Scanning title 1...
[20:00:36] scan: 10 previews, 1920x1080, 29.970 fps, autocrop = 0/0/0/0, aspect 16:9, PAR 1:1
[20:00:36] stream: 7 good frames, 0 errors (0%)
[20:00:36] libhb: scan thread found 1 valid title(s)
+ title 1:
  + stream: M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts
  + duration: 01:12:16
  + size: 1920x1080, pixel aspect: 1/1, display aspect: 1.78, 29.970 fps
  + autocrop: 0/0/0/0
  + support opencl: yes
  + support hwd: no
  + chapters:
    + 1: cells 0->0, 0 blocks, duration 01:12:16
  + audio tracks:
    + 1, Francais (AC3) (5.1 ch) (iso639-2: fra), 48000Hz, 384000bps
  + subtitle tracks:
    + 1, Closed Captions (iso639-2: fra) (Text)(CC)
[20:00:36] 1 job(s) to process
[20:00:36] starting job
[20:00:36] Using GPU : Yes.
[20:00:36] Notice: Unable to write opencl kernel, writing to temporary directory instead.
[20:00:36] yadif thread started for segment 0
[20:00:36] yadif thread started for segment 1
[20:00:36] yadif thread started for segment 2
[20:00:36] yadif thread started for segment 3
[20:00:36] yadif thread started for segment 4
[20:00:36] yadif thread started for segment 5
[20:00:36] yadif thread started for segment 6
[20:00:36] yadif thread started for segment 7
[20:00:36] decomb filter thread started for segment 0
[20:00:36] decomb filter thread started for segment 1
[20:00:36] decomb filter thread started for segment 2
[20:00:36] decomb filter thread started for segment 3
[20:00:36] decomb filter thread started for segment 4
[20:00:36] decomb filter thread started for segment 5
[20:00:36] decomb filter thread started for segment 7
[20:00:36] decomb filter thread started for segment 6
[20:00:36] decomb check thread started for segment 1
[20:00:36] decomb check thread started for segment 0
[20:00:36] decomb check thread started for segment 2
[20:00:36] decomb check thread started for segment 3
[20:00:36] decomb check thread started for segment 4
[20:00:36] decomb check thread started for segment 5
[20:00:36] decomb check thread started for segment 6
[20:00:36] decomb check thread started for segment 7
[20:00:36] mask filter thread started for segment 0
[20:00:36] mask filter thread started for segment 1
[20:00:36] mask filter thread started for segment 2
[20:00:36] mask filter thread started for segment 3
[20:00:36] mask filter thread started for segment 4
[20:00:36] mask filter thread started for segment 5
[20:00:36] mask filter thread started for segment 6
[20:00:36] mask filter thread started for segment 7
[20:00:36] mask erode thread started for segment 0
[20:00:36] mask erode thread started for segment 1
[20:00:36] mask erode thread started for segment 2
[20:00:36] mask erode thread started for segment 3
[20:00:36] mask erode thread started for segment 4
[20:00:36] mask erode thread started for segment 5
[20:00:36] mask erode thread started for segment 6
[20:00:36] mask erode thread started for segment 7
[20:00:36] mask dilate thread started for segment 0
[20:00:36] mask dilate thread started for segment 1
[20:00:36] mask dilate thread started for segment 2
[20:00:36] mask dilate thread started for segment 3
[20:00:36] mask dilate thread started for segment 4
[20:00:36] mask dilate thread started for segment 5
[20:00:36] mask dilate thread started for segment 6
[20:00:36] mask dilate thread started for segment 7
[20:00:36] sync: expecting 9050 video frames
[20:00:36] job configuration:
[20:00:36]  * source
[20:00:36]    + M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts
[20:00:36]    + title 1, start 0:0:0.00 stop 0:5:1.00
[20:00:36]  * destination
[20:00:36]    + M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01 14001530 OCL 5min  rf24 (2013-02-01).mkv
[20:00:36]    + container: Matroska (.mkv)
[20:00:36]  * video track
[20:00:36]    + decoder: mpeg2
[20:00:36]      + bitrate 17700 kbps
[20:00:36]    + frame rate: 29.970 fps -> constant 29.970 fps
[20:00:36]    + filters
[20:00:36]      + Decomb (default settings)
[20:00:36]      + Framerate Shaper (1:27000000:900900)
[20:00:36]        + frame rate: 29.970 fps -> constant 29.970 fps
[20:00:36]      + Crop and Scale (1280:720:0:0:0:0)
[20:00:36]        + source: 1920 * 1080, crop (0/0/0/0): 1920 * 1080, scale: 1280 * 720
[20:00:36]    + loose anamorphic
[20:00:36]      + storage dimensions: 1280 * 720, mod 16
[20:00:36]      + pixel aspect ratio: 1 / 1
[20:00:36]      + display dimensions: 1280 * 720
[20:00:36]    + encoder: H.264 (x264)
[20:00:36]      + x264 preset: slow
[20:00:36]      + options: bframes=5:merange=16:ref=5
[20:00:36]      + x264 profile: high
[20:00:36]      + h264 level: 3.1
[20:00:36]      + quality: 24.00 (RF)
[20:00:36]  * audio track 1
[20:00:36]    + decoder: Francais (AC3) (5.1 ch) (track 1, id 0x34)
[20:00:36]      + bitrate: 384 kbps, samplerate: 48000 Hz
[20:00:36]    + mixdown: 5.1 Channels
[20:00:36]    + encoder: AC3 (ffmpeg)
[20:00:36]      + bitrate: 256 kbps, samplerate: 48000 Hz
[20:00:36] file is MPEG Transport Stream with 188 byte packets offset 0 bytes
[20:00:36] reader: first SCR 914 id 0x34 DTS 34114
[20:00:36] encx264: min-keyint: 30, keyint: 300
[20:00:36] encx264: encoding with stored aspect 1/1
[20:00:36] encx264: Encoding at constant RF 24.000000
x264 [warning]: --psnr used with psy on: results will be invalid!
x264 [warning]: --tune psnr should be used if attempting to benchmark psnr!
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX
x264 [info]: profile High, level 3.1
[20:00:36] mpeg2: "Chapter 1" (1) at frame 0 time 0
[20:00:36] Scaling With OpenCL
[20:06:21] sync: reached pts 27090063, exiting early
[20:06:22] work: average encoding speed for job is 26.192163 fps
[20:06:23] reader: done. 1 scr changes
[20:06:23] sync: got 9021 frames, 9050 expected
[20:06:23] decomb: deinterlaced 8239 | blended 307 | unfiltered 474 | total 9020
[20:06:23] render: 9020 frames output, 0 dropped and 0 duped for CFR/PFR
[20:06:23] render: lost time: 0 (0 frames)
[20:06:23] render: gained time: 0 (0 frames) (0 not accounted for)
[20:06:23] mpeg2 done: 9267 frames
x264 [info]: frame I:61    Avg QP:21.48  size: 54363  PSNR Mean Y:45.52 U:49.40 V:49.08 Avg:46.41 Global:46.27
x264 [info]: frame P:1970  Avg QP:24.69  size: 14326  PSNR Mean Y:42.96 U:47.87 V:47.24 Avg:43.99 Global:43.59
x264 [info]: frame B:6989  Avg QP:27.29  size:  3370  PSNR Mean Y:42.53 U:47.62 V:47.15 Avg:43.61 Global:43.20
x264 [info]: consecutive B-frames:  2.8%  2.4%  7.1% 12.9% 13.6% 61.3%
x264 [info]: mb I  I16..4: 20.5% 67.1% 12.3%
x264 [info]: mb P  I16..4:  3.3%  9.5%  0.8%  P16..4: 39.9%  9.0%  4.9%  0.0%  0.0%    skip:32.4%
x264 [info]: mb B  I16..4:  0.2%  0.6%  0.0%  B16..8: 28.2%  2.5%  0.4%  direct: 1.2%  skip:66.9%  L0:43.1% L1:52.9% BI: 4.0%
x264 [info]: 8x8 transform intra:69.9% inter:84.0%
x264 [info]: direct mvs  spatial:99.9% temporal:0.1%
x264 [info]: coded y,uvDC,uvAC intra: 58.4% 55.6% 17.1% inter: 8.4% 9.4% 0.3%
x264 [info]: i16 v,h,dc,p: 35% 24%  7% 34%
x264 [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 11%  8%  6% 10% 14% 14% 13% 12% 12%
x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 17%  9%  5%  8% 13% 15% 12% 10% 11%
x264 [info]: i8c dc,h,v,p: 38% 28% 21% 13%
x264 [info]: Weighted P-Frames: Y:6.3% UV:1.5%
x264 [info]: ref P L0: 52.4% 13.9% 17.9%  6.8%  7.5%  1.4%  0.0%
x264 [info]: ref B L0: 83.3% 11.5%  3.9%  1.3%
x264 [info]: ref B L1: 94.6%  5.4%
x264 [info]: SSIM Mean Y:0.9792551 (16.831db)
x264 [info]: PSNR Mean Y:42.647 U:47.685 V:47.183 Avg:43.715 Global:43.301 kb/s:1464.36
[20:06:23] mux: track 0, 9020 frames, 55088227 bytes, 1464.14 kbps, fifo 4096
[20:06:23] mux: track 1, 9407 frames, 9632768 bytes, 256.02 kbps, fifo 4096
[20:06:23] stream: 9300 good frames, 0 errors (0%)
[20:06:23] libhb: work result = 0
Encode done!
HandBrake has exited.
HWD

Code: Select all

HandBrake svn5229 2013020101
OS: Microsoft Windows NT 6.1.7601 Service Pack 1
CPU: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz
Ram: 8089 MB, Screen: 1920x1080
GPU: Intel(R) HD Graphics 3000
GPU driver version: 9.17.10.2932
Temp Dir: C:\Users\Simon\AppData\Local\Temp\
Install Dir: C:\Program Files\Handbrake
Data Dir: C:\Users\Simon\AppData\Roaming\HandBrake\HandBrake\0.9.8.5227

-------------------------------------------

CLI Query:  -i "M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts" -t 1 --angle 1 --start-at duration:0 --stop-at duration:301 -o "M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01 14001530 HWD 5min  rf24 (2013-02-01).mkv"  -f mkv  -U  --decomb -w 1280 --crop 0:0:0:0 --loose-anamorphic  --modulus 16 -e x264 -q 24 --cfr -a 1 -E ffac3 -6 5point1 -R Auto -B 256 -D 0 --gain 0 --audio-fallback ffac3 --x264-preset=slow  --x264-profile=high  --h264-level="3.1"  -x bframes=5:merange=16:ref=5 --verbose=1
User Query: False

[19:56:29] hb_init: starting libhb thread
HandBrake svn5232 (2013020101) - MinGW x86_64 - http://handbrake.fr
8 CPUs detected
Opening M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts...
[19:56:29] hb_scan: path=M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts, title_index=1
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts/BDMV/index.bdmv
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts/BDMV/BACKUP/index.bdmv
libbluray/bluray.c:1725: nav_get_title_list(M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts) failed (0000000001cb6c80)
[19:56:29] 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
[19:56:29] dvd: not a dvd - trying as a stream/file instead
Input #0, mpegts, from 'M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts':
  Duration: 01:12:16.73, start: 0.379044, bitrate: 18562 kb/s
  Program 1 
    Stream #0.0[0x31]: Video: mpeg2video (Main), yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], 17700 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
    Stream #0.1[0x34](fre): Audio: ac3, 48000 Hz, 5.1, fltp, 384 kb/s
[19:56:30] scan: decoding previews for title 1
[19:56:30] scan: audio 0x1: AC-3, rate=48000Hz, bitrate=384000 Francais (AC3) (5.1 ch)
Scanning title 1...
[19:56:30] scan: 10 previews, 1920x1080, 29.970 fps, autocrop = 0/0/0/0, aspect 16:9, PAR 1:1
[19:56:30] libhb: scan thread found 1 valid title(s)
+ title 1:
  + stream: M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts
  + duration: 01:12:16
  + size: 1920x1080, pixel aspect: 1/1, display aspect: 1.78, 29.970 fps
  + autocrop: 0/0/0/0
  + support opencl: yes
  + support hwd: yes
  + chapters:
    + 1: cells 0->0, 0 blocks, duration 01:12:16
  + audio tracks:
    + 1, Francais (AC3) (5.1 ch) (iso639-2: fra), 48000Hz, 384000bps
  + subtitle tracks:
[19:56:30] 1 job(s) to process
[19:56:30] starting job
[19:56:30] Using GPU : Yes.
[19:56:30] yadif thread started for segment 0
[19:56:30] yadif thread started for segment 1
[19:56:30] yadif thread started for segment 2
[19:56:30] yadif thread started for segment 4
[19:56:30] yadif thread started for segment 5
[19:56:30] yadif thread started for segment 6
[19:56:30] yadif thread started for segment 7
[19:56:30] decomb filter thread started for segment 0
[19:56:30] decomb filter thread started for segment 1
[19:56:30] yadif thread started for segment 3
[19:56:30] decomb filter thread started for segment 4
[19:56:30] decomb filter thread started for segment 5
[19:56:30] decomb filter thread started for segment 2
[19:56:30] decomb filter thread started for segment 6
[19:56:30] decomb filter thread started for segment 3
[19:56:30] decomb filter thread started for segment 7
[19:56:30] decomb check thread started for segment 0
[19:56:30] decomb check thread started for segment 1
[19:56:30] decomb check thread started for segment 2
[19:56:30] decomb check thread started for segment 5
[19:56:30] decomb check thread started for segment 6
[19:56:30] decomb check thread started for segment 4
[19:56:30] decomb check thread started for segment 7
[19:56:30] mask filter thread started for segment 0
[19:56:30] mask filter thread started for segment 1
[19:56:30] mask filter thread started for segment 4
[19:56:30] mask filter thread started for segment 2
[19:56:30] mask filter thread started for segment 6
[19:56:30] mask filter thread started for segment 7
[19:56:30] mask filter thread started for segment 3
[19:56:30] mask erode thread started for segment 3
[19:56:30] mask erode thread started for segment 2
[19:56:30] decomb check thread started for segment 3
[19:56:30] mask erode thread started for segment 1
[19:56:30] mask filter thread started for segment 5
[19:56:30] mask erode thread started for segment 0
[19:56:30] mask erode thread started for segment 5
[19:56:30] mask dilate thread started for segment 5
[19:56:30] mask erode thread started for segment 6
[19:56:30] sync: expecting 9050 video frames
[19:56:30] mask dilate thread started for segment 6
[19:56:30] mask erode thread started for segment 7
[19:56:30] mask dilate thread started for segment 0
[19:56:30] mask dilate thread started for segment 1
[19:56:30] mask dilate thread started for segment 2
[19:56:30] job configuration:
[19:56:30]  * source
[19:56:30]    + M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts
[19:56:30]    + title 1, start 0:0:0.00 stop 0:5:1.00
[19:56:30]    + container: mpegts
[19:56:30]    + data rate: 18562 kbps
[19:56:30]  * destination
[19:56:30]    + M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01 14001530 HWD 5min  rf24 (2013-02-01).mkv
[19:56:30]    + container: Matroska (.mkv)
[19:56:30]  * video track
[19:56:30]    + decoder: mpeg2video
[19:56:30]      + bitrate 17700 kbps
[19:56:30]    + frame rate: 29.970 fps -> constant 29.970 fps
[19:56:30]    + filters
[19:56:30]      + Decomb (default settings)
[19:56:30]      + Framerate Shaper (1:27000000:900900)
[19:56:30]        + frame rate: 29.970 fps -> constant 29.970 fps
[19:56:30]      + Crop and Scale (1280:720:0:0:0:0)
[19:56:30]        + source: 1280 * 720, crop (0/0/0/0): 1280 * 720, scale: 1280 * 720
[19:56:30]    + loose anamorphic
[19:56:30]      + storage dimensions: 1280 * 720, mod 16
[19:56:30]      + pixel aspect ratio: 1 / 1
[19:56:30]      + display dimensions: 1280 * 720
[19:56:30]    + encoder: H.264 (x264)
[19:56:30]      + x264 preset: slow
[19:56:30]      + options: bframes=5:merange=16:ref=5
[19:56:30]      + x264 profile: high
[19:56:30]      + h264 level: 3.1
[19:56:30]      + quality: 24.00 (RF)
[19:56:30]  * audio track 1
[19:56:30]    + decoder: Francais (AC3) (5.1 ch) (track 1, id 0x1)
[19:56:30]      + bitrate: 384 kbps, samplerate: 48000 Hz
[19:56:30]    + mixdown: 5.1 Channels
[19:56:30]    + encoder: AC3 (ffmpeg)
[19:56:30]      + bitrate: 256 kbps, samplerate: 48000 Hz
[19:56:30] mask dilate thread started for segment 4
[19:56:30] mask dilate thread started for segment 3
[19:56:30] mask erode thread started for segment 4
[19:56:30] mask dilate thread started for segment 7
[19:56:30] reader: first SCR 34114 id 0x1 DTS 34114
[19:56:30] dxva2:CreateSurface succeed with 3, fmt (1920x1080) surfaces (1920x1088)
[19:56:30] dxva2:we got 2 decoder configurations
[19:56:30] dxva2:configuration[0] ConfigBitstreamRaw 1
[19:56:30] dxva2:configuration[1] ConfigBitstreamRaw 1
[19:56:30] dxva2:IDirectXVideoDecoderService_CreateVideoDecoder succeed
[19:56:30] dxva2:Using DXVA2 for hardware decoding
[19:56:30] encx264: min-keyint: 30, keyint: 300
[19:56:30] encx264: encoding with stored aspect 1/1
[19:56:30] encx264: Encoding at constant RF 24.000000
x264 [warning]: --psnr used with psy on: results will be invalid!
x264 [warning]: --tune psnr should be used if attempting to benchmark psnr!
x264 [info]: using SAR=1/1
[19:56:30] dxva2:Available decoder output format 61 (AV_PIX_FMT_DXVA2_VLD)
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX
x264 [info]: profile High, level 3.1
[19:56:30] sync: first pts is 3003
[19:56:30] sync: video time didn't advance - dropped 1 frames (delta 0 ms, current 9009, next 12012, dur 3003)
[20:00:29] sync: reached pts 27090063, exiting early
[20:00:30] work: average encoding speed for job is 37.833889 fps
[20:00:30] reader: done. 1 scr changes
[20:00:30] sync: got 9020 frames, 9050 expected
[20:00:30] decomb: deinterlaced 464 | blended 231 | unfiltered 8324 | total 9019
[20:00:30] render: 9020 frames output, 0 dropped and 1 duped for CFR/PFR
[20:00:30] render: lost time: 0 (0 frames)
[20:00:30] render: gained time: 0 (0 frames) (0 not accounted for)
[20:00:30] mpeg2video-decoder done: 9160 frames, 0 decoder errors, 0 drops
x264 [info]: frame I:62    Avg QP:21.26  size: 57761  PSNR Mean Y:45.29 U:49.17 V:48.89 Avg:46.19 Global:46.08
x264 [info]: frame P:1959  Avg QP:24.63  size: 14448  PSNR Mean Y:42.69 U:47.53 V:47.05 Avg:43.72 Global:43.33
x264 [info]: frame B:6999  Avg QP:27.49  size:  3289  PSNR Mean Y:42.32 U:47.29 V:47.00 Avg:43.40 Global:43.01
x264 [info]: consecutive B-frames:  2.7%  2.9%  6.7% 10.7% 15.2% 61.7%
x264 [info]: mb I  I16..4: 20.7% 65.4% 13.9%
x264 [info]: mb P  I16..4:  3.4%  9.1%  0.9%  P16..4: 38.7%  9.1%  5.2%  0.0%  0.0%    skip:33.6%
x264 [info]: mb B  I16..4:  0.2%  0.6%  0.0%  B16..8: 28.3%  2.4%  0.3%  direct: 1.2%  skip:66.9%  L0:43.2% L1:52.7% BI: 4.1%
x264 [info]: 8x8 transform intra:67.9% inter:83.6%
x264 [info]: direct mvs  spatial:99.9% temporal:0.1%
x264 [info]: coded y,uvDC,uvAC intra: 57.6% 55.5% 18.9% inter: 8.0% 8.7% 0.3%
x264 [info]: i16 v,h,dc,p: 39% 22%  7% 31%
x264 [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 12%  7%  6% 10% 14% 14% 13% 12% 11%
x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 16%  9%  5%  8% 13% 14% 12% 11% 11%
x264 [info]: i8c dc,h,v,p: 36% 28% 22% 14%
x264 [info]: Weighted P-Frames: Y:6.3% UV:1.4%
x264 [info]: ref P L0: 52.9% 14.2% 17.4%  6.9%  7.0%  1.5%  0.1%
x264 [info]: ref B L0: 84.5% 10.6%  3.6%  1.3%
x264 [info]: ref B L1: 94.8%  5.2%
x264 [info]: SSIM Mean Y:0.9779579 (16.567db)
x264 [info]: PSNR Mean Y:42.420 U:47.353 V:47.022 Avg:43.485 Global:43.093 kb/s:1459.41
[20:00:31] mux: track 0, 9020 frames, 54901805 bytes, 1459.18 kbps, fifo 4096
[20:00:31] mux: track 1, 9407 frames, 9632768 bytes, 256.02 kbps, fifo 4096
[20:00:31] libhb: work result = 0
Encode done!
HandBrake has exited.
HWD OpenCL

Code: Select all

HandBrake svn5229 2013020101
OS: Microsoft Windows NT 6.1.7601 Service Pack 1
CPU: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz
Ram: 8089 MB, Screen: 1920x1080
GPU: Intel(R) HD Graphics 3000
GPU driver version: 9.17.10.2932
Temp Dir: C:\Users\Simon\AppData\Local\Temp\
Install Dir: C:\Program Files\Handbrake
Data Dir: C:\Users\Simon\AppData\Roaming\HandBrake\HandBrake\0.9.8.5227

-------------------------------------------

CLI Query:  -i "M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts" -t 1 --angle 1 --start-at duration:0 --stop-at duration:301 -o "M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01 14001530 Ocl HWD 5min  rf24 (2013-02-01).mkv"  -f mkv  -P  -U  --decomb -w 1280 --crop 0:0:0:0 --loose-anamorphic  --modulus 16 -e x264 -q 24 --cfr -a 1 -E ffac3 -6 5point1 -R Auto -B 256 -D 0 --gain 0 --audio-fallback ffac3 --x264-preset=slow  --x264-profile=high  --h264-level="3.1"  -x bframes=5:merange=16:ref=5 --verbose=1
User Query: False

[19:52:51] hb_init: starting libhb thread
[19:52:51] GPU Device Name: Barts
[19:52:51] GPU Driver Version: 1084.4 (VM)
HandBrake svn5232 (2013020101) - MinGW x86_64 - http://handbrake.fr
8 CPUs detected
Opening M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts...
[19:52:51] hb_scan: path=M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts, title_index=1
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts/BDMV/index.bdmv
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts/BDMV/BACKUP/index.bdmv
libbluray/bluray.c:1725: nav_get_title_list(M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts) failed (0000000001cc57d0)
[19:52:51] 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
[19:52:51] dvd: not a dvd - trying as a stream/file instead
Input #0, mpegts, from 'M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts':
  Duration: 01:12:16.73, start: 0.379044, bitrate: 18562 kb/s
  Program 1 
    Stream #0.0[0x31]: Video: mpeg2video (Main), yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], 17700 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
    Stream #0.1[0x34](fre): Audio: ac3, 48000 Hz, 5.1, fltp, 384 kb/s
[19:52:51] scan: decoding previews for title 1
[19:52:51] scan: audio 0x1: AC-3, rate=48000Hz, bitrate=384000 Francais (AC3) (5.1 ch)
Scanning title 1...
Scanning title 1...
Scanning title 1...
Scanning title 1...
Scanning title 1...
[19:52:52] scan: 10 previews, 1920x1080, 29.970 fps, autocrop = 0/0/0/0, aspect 16:9, PAR 1:1
[19:52:52] libhb: scan thread found 1 valid title(s)
+ title 1:
  + stream: M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts
  + duration: 01:12:16
  + size: 1920x1080, pixel aspect: 1/1, display aspect: 1.78, 29.970 fps
  + autocrop: 0/0/0/0
  + support opencl: yes
  + support hwd: yes
  + chapters:
    + 1: cells 0->0, 0 blocks, duration 01:12:16
  + audio tracks:
    + 1, Francais (AC3) (5.1 ch) (iso639-2: fra), 48000Hz, 384000bps
  + subtitle tracks:
[19:52:52] 1 job(s) to process
[19:52:52] starting job
[19:52:52] Using GPU : Yes.
[19:52:52] Notice: Unable to write opencl kernel, writing to temporary directory instead.
[19:52:52] yadif thread started for segment 0
[19:52:52] yadif thread started for segment 1
[19:52:52] yadif thread started for segment 2
[19:52:52] yadif thread started for segment 3
[19:52:52] yadif thread started for segment 4
[19:52:52] yadif thread started for segment 5
[19:52:52] yadif thread started for segment 6
[19:52:52] yadif thread started for segment 7
[19:52:52] decomb filter thread started for segment 0
[19:52:52] decomb filter thread started for segment 1
[19:52:52] decomb filter thread started for segment 2
[19:52:52] decomb filter thread started for segment 3
[19:52:52] decomb filter thread started for segment 4
[19:52:52] decomb filter thread started for segment 5
[19:52:52] decomb filter thread started for segment 6
[19:52:52] decomb filter thread started for segment 7
[19:52:52] decomb check thread started for segment 0
[19:52:52] decomb check thread started for segment 1
[19:52:52] decomb check thread started for segment 2
[19:52:52] decomb check thread started for segment 3
[19:52:52] decomb check thread started for segment 4
[19:52:52] decomb check thread started for segment 5
[19:52:52] decomb check thread started for segment 6
[19:52:52] decomb check thread started for segment 7
[19:52:52] mask filter thread started for segment 1
[19:52:52] mask filter thread started for segment 0
[19:52:52] mask filter thread started for segment 4
[19:52:52] mask filter thread started for segment 3
[19:52:52] mask filter thread started for segment 6
[19:52:52] mask filter thread started for segment 5
[19:52:52] mask filter thread started for segment 7
[19:52:52] mask filter thread started for segment 2
[19:52:52] mask erode thread started for segment 2
[19:52:52] mask erode thread started for segment 3
[19:52:52] mask erode thread started for segment 1
[19:52:52] mask erode thread started for segment 0
[19:52:52] mask erode thread started for segment 4
[19:52:52] mask erode thread started for segment 7
[19:52:52] mask erode thread started for segment 6
[19:52:52] mask dilate thread started for segment 0
[19:52:52] mask dilate thread started for segment 1
[19:52:52] mask dilate thread started for segment 3
[19:52:52] mask erode thread started for segment 5
[19:52:52] mask dilate thread started for segment 6
[19:52:52] mask dilate thread started for segment 7
[19:52:52] mask dilate thread started for segment 4
[19:52:52] sync: expecting 9050 video frames
[19:52:52] mask dilate thread started for segment 2
[19:52:52] mask dilate thread started for segment 5
[19:52:52] job configuration:
[19:52:52]  * source
[19:52:52]    + M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts
[19:52:52]    + title 1, start 0:0:0.00 stop 0:5:1.00
[19:52:52]    + container: mpegts
[19:52:52]    + data rate: 18562 kbps
[19:52:52]  * destination
[19:52:52]    + M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01 14001530 Ocl HWD 5min  rf24 (2013-02-01).mkv
[19:52:52]    + container: Matroska (.mkv)
[19:52:52]  * video track
[19:52:52]    + decoder: mpeg2video
[19:52:52]      + bitrate 17700 kbps
[19:52:52]    + frame rate: 29.970 fps -> constant 29.970 fps
[19:52:52]    + filters
[19:52:52]      + Decomb (default settings)
[19:52:52]      + Framerate Shaper (1:27000000:900900)
[19:52:52]        + frame rate: 29.970 fps -> constant 29.970 fps
[19:52:52]      + Crop and Scale (1280:720:0:0:0:0)
[19:52:52]        + source: 1920 * 1080, crop (0/0/0/0): 1920 * 1080, scale: 1280 * 720
[19:52:52]    + loose anamorphic
[19:52:52]      + storage dimensions: 1280 * 720, mod 16
[19:52:52]      + pixel aspect ratio: 1 / 1
[19:52:52]      + display dimensions: 1280 * 720
[19:52:52]    + encoder: H.264 (x264)
[19:52:52]      + x264 preset: slow
[19:52:52]      + options: bframes=5:merange=16:ref=5
[19:52:52]      + x264 profile: high
[19:52:52]      + h264 level: 3.1
[19:52:52]      + quality: 24.00 (RF)
[19:52:52]  * audio track 1
[19:52:52]    + decoder: Francais (AC3) (5.1 ch) (track 1, id 0x1)
[19:52:52]      + bitrate: 384 kbps, samplerate: 48000 Hz
[19:52:52]    + mixdown: 5.1 Channels
[19:52:52]    + encoder: AC3 (ffmpeg)
[19:52:52]      + bitrate: 256 kbps, samplerate: 48000 Hz
[19:52:52] reader: first SCR 34114 id 0x1 DTS 34114
[19:52:52] dxva2:CreateSurface succeed with 3, fmt (1920x1080) surfaces (1920x1088)
[19:52:52] dxva2:we got 2 decoder configurations
[19:52:52] dxva2:configuration[0] ConfigBitstreamRaw 1
[19:52:52] dxva2:configuration[1] ConfigBitstreamRaw 1
[19:52:52] dxva2:IDirectXVideoDecoderService_CreateVideoDecoder succeed
[19:52:52] dxva2:Using DXVA2 for hardware decoding
[19:52:52] encx264: min-keyint: 30, keyint: 300
[19:52:52] dxva2:Available decoder output format 61 (AV_PIX_FMT_DXVA2_VLD)
[19:52:52] encx264: encoding with stored aspect 1/1
[19:52:52] encx264: Encoding at constant RF 24.000000
x264 [warning]: --psnr used with psy on: results will be invalid!
x264 [warning]: --tune psnr should be used if attempting to benchmark psnr!
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX
x264 [info]: profile High, level 3.1
[19:52:52] sync: first pts is 3003
[19:52:53] sync: video time didn't advance - dropped 1 frames (delta 0 ms, current 9009, next 12012, dur 3003)
[19:56:25] sync: reached pts 27090063, exiting early
[19:56:26] work: average encoding speed for job is 42.515965 fps
[19:56:26] reader: done. 1 scr changes
[19:56:26] sync: got 9020 frames, 9050 expected
[19:56:26] decomb: deinterlaced 36 | blended 99 | unfiltered 8884 | total 9019
[19:56:26] render: 9020 frames output, 0 dropped and 1 duped for CFR/PFR
[19:56:26] render: lost time: 0 (0 frames)
[19:56:26] render: gained time: 0 (0 frames) (0 not accounted for)
[19:56:26] mpeg2video-decoder done: 9135 frames, 0 decoder errors, 0 drops
x264 [info]: frame I:63    Avg QP:21.08  size: 53434  PSNR Mean Y:45.91 U:49.71 V:49.40 Avg:46.79 Global:46.66
x264 [info]: frame P:1994  Avg QP:24.51  size: 13084  PSNR Mean Y:43.36 U:48.16 V:47.65 Avg:44.38 Global:44.00
x264 [info]: frame B:6963  Avg QP:27.32  size:  2970  PSNR Mean Y:43.11 U:47.93 V:47.62 Avg:44.17 Global:43.82
x264 [info]: consecutive B-frames:  3.2%  2.8%  7.0% 11.2% 14.4% 61.5%
x264 [info]: mb I  I16..4: 20.7% 67.3% 12.0%
x264 [info]: mb P  I16..4:  3.7%  9.3%  0.8%  P16..4: 39.1%  8.6%  4.6%  0.0%  0.0%    skip:33.9%
x264 [info]: mb B  I16..4:  0.2%  0.6%  0.0%  B16..8: 27.1%  2.2%  0.3%  direct: 1.1%  skip:68.4%  L0:43.4% L1:53.0% BI: 3.6%
x264 [info]: 8x8 transform intra:67.9% inter:85.4%
x264 [info]: direct mvs  spatial:99.9% temporal:0.1%
x264 [info]: coded y,uvDC,uvAC intra: 55.3% 54.3% 16.5% inter: 7.6% 8.5% 0.2%
x264 [info]: i16 v,h,dc,p: 38% 23%  7% 32%
x264 [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 12%  8%  6% 10% 14% 14% 13% 12% 12%
x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 16% 10%  5%  8% 13% 14% 12% 10% 11%
x264 [info]: i8c dc,h,v,p: 37% 28% 22% 13%
x264 [info]: Weighted P-Frames: Y:6.4% UV:1.7%
x264 [info]: ref P L0: 53.3% 14.4% 17.0%  6.8%  6.9%  1.5%  0.1%
x264 [info]: ref B L0: 84.6% 10.4%  3.6%  1.3%
x264 [info]: ref B L1: 95.0%  5.0%
x264 [info]: SSIM Mean Y:0.9808537 (17.179db)
x264 [info]: PSNR Mean Y:43.184 U:47.991 V:47.639 Avg:44.232 Global:43.874 kb/s:1332.65
[19:56:26] mux: track 0, 9020 frames, 50133057 bytes, 1332.44 kbps, fifo 4096
[19:56:26] mux: track 1, 9407 frames, 9632768 bytes, 256.02 kbps, fifo 4096
[19:56:26] libhb: work result = 0
Encode done!
HandBrake has exited.
Last edited by HandyMan on Sat Feb 02, 2013 5:48 pm, edited 2 times in total.
HandyMan
Bright Spark User
Posts: 169
Joined: Tue Aug 07, 2012 10:52 pm

Re: OpenCL Nightly Builds

Post by HandyMan »

However subtitles are not longer decoded.... even without OpenCL and HWD

SVN5229

Code: Select all

HandBrake svn5219 2013012901
OS: Microsoft Windows NT 6.1.7601 Service Pack 1
CPU: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz
Ram: 8089 MB, Screen: 1920x1080
GPU: Intel(R) HD Graphics 3000
GPU driver version: 9.17.10.2932
Temp Dir: C:\Users\Simon\AppData\Local\Temp\
Install Dir: C:\Program Files\Handbrake
Data Dir: C:\Users\Simon\AppData\Roaming\HandBrake\HandBrake\0.9.8.5227

-------------------------------------------

CLI Query:  -i "M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts" -t 1 --angle 1 --start-at duration:0 --stop-at duration:301 -o "M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01 14001530 ocl rf24 (2013-02-01).mkv"  -f mkv  -P  --decomb -w 1280 --crop 0:0:0:0 --loose-anamorphic  --modulus 16 -e x264 -q 24 --cfr -a 1 -E ffac3 -6 5point1 -R Auto -B 256 -D 0 --gain 0 --audio-fallback ffac3 --subtitle 1 --x264-preset=veryslow  --x264-profile=high  --h264-level="3.1"  -x bframes=5:merange=16:ref=5 --verbose=1
User Query: False

[17:53:55] hb_init: starting libhb thread
[17:53:55] GPU Device Name: Barts
[17:53:55] GPU Driver Version: 1084.4 (VM)
HandBrake svn5229 (2013020101) - MinGW x86_64 - http://handbrake.fr
8 CPUs detected
Opening M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts...
[17:53:55] hb_scan: path=M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts, title_index=1
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts/BDMV/index.bdmv
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts/BDMV/BACKUP/index.bdmv
libbluray/bluray.c:1725: nav_get_title_list(M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts) failed (0000000001cb57f0)
[17:53:55] 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
[17:53:55] dvd: not a dvd - trying as a stream/file instead
[17:53:55] file is MPEG Transport Stream with 188 byte packets offset 0 bytes
[17:53:55] Found the following PIDS
[17:53:55]     Video PIDS : 
[17:53:55]       0x31 type MPEG2 (0x2) (PCR)
[17:53:55]     Audio PIDS : 
[17:53:55]       0x34 type AC3 (0x81)
[17:53:55]     Subtitle PIDS : 
[17:53:55]     Other PIDS : 
[17:53:55] stream id 0x34 (type 0x81 substream 0x0) audio 0x34
[17:53:55] scan: decoding previews for title 1
[17:53:55] scan: audio 0x34: AC-3, rate=48000Hz, bitrate=384000 Francais (AC3) (5.1 ch)
Scanning title 1...
Scanning title 1...
[17:53:56] scan: 10 previews, 1920x1080, 29.970 fps, autocrop = 0/0/0/0, aspect 16:9, PAR 1:1
[17:53:56] stream: 7 good frames, 0 errors (0%)
[17:53:56] libhb: scan thread found 1 valid title(s)
+ title 1:
  + stream: M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts
  + duration: 01:12:16
  + size: 1920x1080, pixel aspect: 1/1, display aspect: 1.78, 29.970 fps
  + autocrop: 0/0/0/0
  + support opencl: yes
  + support hwd: no
  + chapters:
    + 1: cells 0->0, 0 blocks, duration 01:12:16
  + audio tracks:
    + 1, Francais (AC3) (5.1 ch) (iso639-2: fra), 48000Hz, 384000bps
  + subtitle tracks:
    + 1, Closed Captions (iso639-2: fra) (Text)(CC)
[17:53:56] 1 job(s) to process
[17:53:56] starting job
[17:53:56] Using GPU : Yes.
[17:53:56] Notice: Unable to write opencl kernel, writing to temporary directory instead.
[17:53:56] yadif thread started for segment 0
[17:53:56] yadif thread started for segment 2
[17:53:56] yadif thread started for segment 1
[17:53:56] yadif thread started for segment 3
[17:53:56] yadif thread started for segment 4
[17:53:56] yadif thread started for segment 5
[17:53:56] yadif thread started for segment 6
[17:53:56] yadif thread started for segment 7
[17:53:56] decomb filter thread started for segment 0
[17:53:56] decomb filter thread started for segment 1
[17:53:56] decomb filter thread started for segment 2
[17:53:56] decomb filter thread started for segment 3
[17:53:56] decomb filter thread started for segment 4
[17:53:56] decomb filter thread started for segment 6
[17:53:56] decomb filter thread started for segment 7
[17:53:56] decomb filter thread started for segment 5
[17:53:56] decomb check thread started for segment 0
[17:53:56] decomb check thread started for segment 1
[17:53:56] decomb check thread started for segment 2
[17:53:56] decomb check thread started for segment 3
[17:53:56] decomb check thread started for segment 4
[17:53:56] decomb check thread started for segment 5
[17:53:56] decomb check thread started for segment 6
[17:53:56] decomb check thread started for segment 7
[17:53:56] mask filter thread started for segment 0
[17:53:56] mask filter thread started for segment 1
[17:53:56] mask filter thread started for segment 3
[17:53:56] mask filter thread started for segment 4
[17:53:56] mask filter thread started for segment 2
[17:53:56] mask filter thread started for segment 5
[17:53:56] mask filter thread started for segment 6
[17:53:56] mask filter thread started for segment 7
[17:53:56] mask erode thread started for segment 0
[17:53:56] mask erode thread started for segment 1
[17:53:56] mask erode thread started for segment 2
[17:53:56] mask erode thread started for segment 3
[17:53:56] mask erode thread started for segment 4
[17:53:56] mask erode thread started for segment 5
[17:53:56] mask erode thread started for segment 6
[17:53:56] mask erode thread started for segment 7
[17:53:56] mask dilate thread started for segment 0
[17:53:56] mask dilate thread started for segment 1
[17:53:56] mask dilate thread started for segment 2
[17:53:56] mask dilate thread started for segment 3
[17:53:56] mask dilate thread started for segment 4
[17:53:56] mask dilate thread started for segment 5
[17:53:56] mask dilate thread started for segment 6
[17:53:56] mask dilate thread started for segment 7
[17:53:56] sync: expecting 9050 video frames
[17:53:56] job configuration:
[17:53:56]  * source
[17:53:56]    + M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts
[17:53:56]    + title 1, start 0:0:0.00 stop 0:5:1.00
[17:53:56]  * destination
[17:53:56]    + M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01 14001530 ocl rf24 (2013-02-01).mkv
[17:53:56]    + container: Matroska (.mkv)
[17:53:56]  * video track
[17:53:56]    + decoder: mpeg2
[17:53:56]      + bitrate 17700 kbps
[17:53:56]    + frame rate: 29.970 fps -> constant 29.970 fps
[17:53:56]    + filters
[17:53:56]      + Decomb (default settings)
[17:53:56]      + Framerate Shaper (1:27000000:900900)
[17:53:56]        + frame rate: 29.970 fps -> constant 29.970 fps
[17:53:56]      + Crop and Scale (1280:720:0:0:0:0)
[17:53:56]        + source: 1920 * 1080, crop (0/0/0/0): 1920 * 1080, scale: 1280 * 720
[17:53:56]    + loose anamorphic
[17:53:56]      + storage dimensions: 1280 * 720, mod 16
[17:53:56]      + pixel aspect ratio: 1 / 1
[17:53:56]      + display dimensions: 1280 * 720
[17:53:56]    + encoder: H.264 (x264)
[17:53:56]      + x264 preset: veryslow
[17:53:56]      + options: bframes=5:merange=16:ref=5
[17:53:56]      + x264 profile: high
[17:53:56]      + h264 level: 3.1
[17:53:56]      + quality: 24.00 (RF)
[17:53:56]  * subtitle track 1, Closed Captions (track 0, id 0x0) Text [CC] -> Passthrough
[17:53:56]  * audio track 1
[17:53:56]    + decoder: Francais (AC3) (5.1 ch) (track 1, id 0x34)
[17:53:56]      + bitrate: 384 kbps, samplerate: 48000 Hz
[17:53:56]    + mixdown: 5.1 Channels
[17:53:56]    + encoder: AC3 (ffmpeg)
[17:53:56]      + bitrate: 256 kbps, samplerate: 48000 Hz
[17:53:56] file is MPEG Transport Stream with 188 byte packets offset 0 bytes
[17:53:56] reader: first SCR 914 id 0x34 DTS 34114
[17:53:56] encx264: min-keyint: 30, keyint: 300
[17:53:56] encx264: encoding with stored aspect 1/1
[17:53:56] encx264: Encoding at constant RF 24.000000
x264 [warning]: --psnr used with psy on: results will be invalid!
x264 [warning]: --tune psnr should be used if attempting to benchmark psnr!
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX
x264 [info]: profile High, level 3.1
[17:53:56] mpeg2: "Chapter 1" (1) at frame 0 time 0
[17:53:56] Scaling With OpenCL
[18:00:39] sync: reached pts 27090063, exiting early
[18:00:42] work: average encoding speed for job is 22.413691 fps
[18:00:42] reader: done. 1 scr changes
[18:00:42] sync: got 9021 frames, 9050 expected
[18:00:42] decomb: deinterlaced 8239 | blended 307 | unfiltered 474 | total 9020
[18:00:42] render: 9020 frames output, 0 dropped and 0 duped for CFR/PFR
[18:00:42] render: lost time: 0 (0 frames)
[18:00:42] render: gained time: 0 (0 frames) (0 not accounted for)
[18:00:42] mpeg2 done: 9402 frames
x264 [info]: frame I:61    Avg QP:22.95  size: 50067  PSNR Mean Y:45.09 U:49.11 V:48.73 Avg:46.00 Global:45.84
x264 [info]: frame P:1967  Avg QP:27.01  size: 13068  PSNR Mean Y:42.80 U:47.67 V:47.02 Avg:43.82 Global:43.41
x264 [info]: frame B:6992  Avg QP:31.55  size:  2881  PSNR Mean Y:42.34 U:47.50 V:47.04 Avg:43.43 Global:43.03
x264 [info]: consecutive B-frames:  2.8%  2.4%  7.1% 12.6% 13.2% 61.8%
x264 [info]: mb I  I16..4: 17.5% 70.7% 11.8%
x264 [info]: mb P  I16..4:  3.7%  9.6%  0.6%  P16..4: 38.9%  6.9%  6.3%  0.1%  0.0%    skip:34.0%
x264 [info]: mb B  I16..4:  0.2%  0.5%  0.0%  B16..8: 28.1%  2.5%  0.4%  direct: 1.4%  skip:66.7%  L0:43.2% L1:52.2% BI: 4.5%
x264 [info]: 8x8 transform intra:69.8% inter:79.3%
x264 [info]: direct mvs  spatial:99.9% temporal:0.1%
x264 [info]: coded y,uvDC,uvAC intra: 55.4% 45.1% 11.8% inter: 6.2% 4.4% 0.2%
x264 [info]: i16 v,h,dc,p: 32% 22% 12% 34%
x264 [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 11%  7%  5% 10% 14% 14% 13% 13% 13%
x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 18% 11%  4%  8% 12% 13% 12% 10% 12%
x264 [info]: i8c dc,h,v,p: 33% 31% 21% 15%
x264 [info]: Weighted P-Frames: Y:6.4% UV:1.5%
x264 [info]: ref P L0: 51.9% 15.3% 17.7%  6.7%  7.0%  1.4%  0.0%
x264 [info]: ref B L0: 84.0% 10.9%  3.8%  1.2%
x264 [info]: ref B L1: 94.4%  5.6%
x264 [info]: SSIM Mean Y:0.9786890 (16.714db)
x264 [info]: PSNR Mean Y:42.457 U:47.546 V:47.045 Avg:43.533 Global:43.123 kb/s:1299.90
[18:00:42] mux: track 0, 9020 frames, 48900899 bytes, 1299.69 kbps, fifo 4096
[18:00:42] mux: track 1, 9407 frames, 9632768 bytes, 256.02 kbps, fifo 4096
[18:00:42] mux: track 2, 256 frames, 7472 bytes, 0.20 kbps, fifo 128
[18:00:42] stream: 9423 good frames, 0 errors (0%)
[18:00:42] libhb: work result = 0
Encode done!
HandBrake has exited.
SVN5232

Code: Select all

HandBrake svn5229 2013020101
OS: Microsoft Windows NT 6.1.7601 Service Pack 1
CPU: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz
Ram: 8089 MB, Screen: 1920x1080
GPU: Intel(R) HD Graphics 3000
GPU driver version: 9.17.10.2932
Temp Dir: C:\Users\Simon\AppData\Local\Temp\
Install Dir: C:\Program Files\Handbrake
Data Dir: C:\Users\Simon\AppData\Roaming\HandBrake\HandBrake\0.9.8.5227

-------------------------------------------

CLI Query:  -i "M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts" -t 1 --angle 1 --start-at duration:0 --stop-at duration:301 -o "M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01 14001530 Ocl HWD 5min  rf24 (2013-02-01).mkv"  -f mkv  -P  -U  --decomb -w 1280 --crop 0:0:0:0 --loose-anamorphic  --modulus 16 -e x264 -q 24 --cfr -a 1 -E ffac3 -6 5point1 -R Auto -B 256 -D 0 --gain 0 --audio-fallback ffac3 --x264-preset=slow  --x264-profile=high  --h264-level="3.1"  -x bframes=5:merange=16:ref=5 --verbose=1
User Query: False

[19:52:51] hb_init: starting libhb thread
[19:52:51] GPU Device Name: Barts
[19:52:51] GPU Driver Version: 1084.4 (VM)
HandBrake svn5232 (2013020101) - MinGW x86_64 - http://handbrake.fr
8 CPUs detected
Opening M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts...
[19:52:51] hb_scan: path=M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts, title_index=1
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts/BDMV/index.bdmv
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts/BDMV/BACKUP/index.bdmv
libbluray/bluray.c:1725: nav_get_title_list(M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts) failed (0000000001cc57d0)
[19:52:51] 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
[19:52:51] dvd: not a dvd - trying as a stream/file instead
Input #0, mpegts, from 'M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts':
  Duration: 01:12:16.73, start: 0.379044, bitrate: 18562 kb/s
  Program 1 
    Stream #0.0[0x31]: Video: mpeg2video (Main), yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], 17700 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
    Stream #0.1[0x34](fre): Audio: ac3, 48000 Hz, 5.1, fltp, 384 kb/s
[19:52:51] scan: decoding previews for title 1
[19:52:51] scan: audio 0x1: AC-3, rate=48000Hz, bitrate=384000 Francais (AC3) (5.1 ch)
Scanning title 1...
Scanning title 1...
Scanning title 1...
Scanning title 1...
Scanning title 1...
[19:52:52] scan: 10 previews, 1920x1080, 29.970 fps, autocrop = 0/0/0/0, aspect 16:9, PAR 1:1
[19:52:52] libhb: scan thread found 1 valid title(s)
+ title 1:
  + stream: M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts
  + duration: 01:12:16
  + size: 1920x1080, pixel aspect: 1/1, display aspect: 1.78, 29.970 fps
  + autocrop: 0/0/0/0
  + support opencl: yes
  + support hwd: yes
  + chapters:
    + 1: cells 0->0, 0 blocks, duration 01:12:16
  + audio tracks:
    + 1, Francais (AC3) (5.1 ch) (iso639-2: fra), 48000Hz, 384000bps
  + subtitle tracks:
[19:52:52] 1 job(s) to process
[19:52:52] starting job
[19:52:52] Using GPU : Yes.
[19:52:52] Notice: Unable to write opencl kernel, writing to temporary directory instead.
[19:52:52] yadif thread started for segment 0
[19:52:52] yadif thread started for segment 1
[19:52:52] yadif thread started for segment 2
[19:52:52] yadif thread started for segment 3
[19:52:52] yadif thread started for segment 4
[19:52:52] yadif thread started for segment 5
[19:52:52] yadif thread started for segment 6
[19:52:52] yadif thread started for segment 7
[19:52:52] decomb filter thread started for segment 0
[19:52:52] decomb filter thread started for segment 1
[19:52:52] decomb filter thread started for segment 2
[19:52:52] decomb filter thread started for segment 3
[19:52:52] decomb filter thread started for segment 4
[19:52:52] decomb filter thread started for segment 5
[19:52:52] decomb filter thread started for segment 6
[19:52:52] decomb filter thread started for segment 7
[19:52:52] decomb check thread started for segment 0
[19:52:52] decomb check thread started for segment 1
[19:52:52] decomb check thread started for segment 2
[19:52:52] decomb check thread started for segment 3
[19:52:52] decomb check thread started for segment 4
[19:52:52] decomb check thread started for segment 5
[19:52:52] decomb check thread started for segment 6
[19:52:52] decomb check thread started for segment 7
[19:52:52] mask filter thread started for segment 1
[19:52:52] mask filter thread started for segment 0
[19:52:52] mask filter thread started for segment 4
[19:52:52] mask filter thread started for segment 3
[19:52:52] mask filter thread started for segment 6
[19:52:52] mask filter thread started for segment 5
[19:52:52] mask filter thread started for segment 7
[19:52:52] mask filter thread started for segment 2
[19:52:52] mask erode thread started for segment 2
[19:52:52] mask erode thread started for segment 3
[19:52:52] mask erode thread started for segment 1
[19:52:52] mask erode thread started for segment 0
[19:52:52] mask erode thread started for segment 4
[19:52:52] mask erode thread started for segment 7
[19:52:52] mask erode thread started for segment 6
[19:52:52] mask dilate thread started for segment 0
[19:52:52] mask dilate thread started for segment 1
[19:52:52] mask dilate thread started for segment 3
[19:52:52] mask erode thread started for segment 5
[19:52:52] mask dilate thread started for segment 6
[19:52:52] mask dilate thread started for segment 7
[19:52:52] mask dilate thread started for segment 4
[19:52:52] sync: expecting 9050 video frames
[19:52:52] mask dilate thread started for segment 2
[19:52:52] mask dilate thread started for segment 5
[19:52:52] job configuration:
[19:52:52]  * source
[19:52:52]    + M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts
[19:52:52]    + title 1, start 0:0:0.00 stop 0:5:1.00
[19:52:52]    + container: mpegts
[19:52:52]    + data rate: 18562 kbps
[19:52:52]  * destination
[19:52:52]    + M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01 14001530 Ocl HWD 5min  rf24 (2013-02-01).mkv
[19:52:52]    + container: Matroska (.mkv)
[19:52:52]  * video track
[19:52:52]    + decoder: mpeg2video
[19:52:52]      + bitrate 17700 kbps
[19:52:52]    + frame rate: 29.970 fps -> constant 29.970 fps
[19:52:52]    + filters
[19:52:52]      + Decomb (default settings)
[19:52:52]      + Framerate Shaper (1:27000000:900900)
[19:52:52]        + frame rate: 29.970 fps -> constant 29.970 fps
[19:52:52]      + Crop and Scale (1280:720:0:0:0:0)
[19:52:52]        + source: 1920 * 1080, crop (0/0/0/0): 1920 * 1080, scale: 1280 * 720
[19:52:52]    + loose anamorphic
[19:52:52]      + storage dimensions: 1280 * 720, mod 16
[19:52:52]      + pixel aspect ratio: 1 / 1
[19:52:52]      + display dimensions: 1280 * 720
[19:52:52]    + encoder: H.264 (x264)
[19:52:52]      + x264 preset: slow
[19:52:52]      + options: bframes=5:merange=16:ref=5
[19:52:52]      + x264 profile: high
[19:52:52]      + h264 level: 3.1
[19:52:52]      + quality: 24.00 (RF)
[19:52:52]  * audio track 1
[19:52:52]    + decoder: Francais (AC3) (5.1 ch) (track 1, id 0x1)
[19:52:52]      + bitrate: 384 kbps, samplerate: 48000 Hz
[19:52:52]    + mixdown: 5.1 Channels
[19:52:52]    + encoder: AC3 (ffmpeg)
[19:52:52]      + bitrate: 256 kbps, samplerate: 48000 Hz
[19:52:52] reader: first SCR 34114 id 0x1 DTS 34114
[19:52:52] dxva2:CreateSurface succeed with 3, fmt (1920x1080) surfaces (1920x1088)
[19:52:52] dxva2:we got 2 decoder configurations
[19:52:52] dxva2:configuration[0] ConfigBitstreamRaw 1
[19:52:52] dxva2:configuration[1] ConfigBitstreamRaw 1
[19:52:52] dxva2:IDirectXVideoDecoderService_CreateVideoDecoder succeed
[19:52:52] dxva2:Using DXVA2 for hardware decoding
[19:52:52] encx264: min-keyint: 30, keyint: 300
[19:52:52] dxva2:Available decoder output format 61 (AV_PIX_FMT_DXVA2_VLD)
[19:52:52] encx264: encoding with stored aspect 1/1
[19:52:52] encx264: Encoding at constant RF 24.000000
x264 [warning]: --psnr used with psy on: results will be invalid!
x264 [warning]: --tune psnr should be used if attempting to benchmark psnr!
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX
x264 [info]: profile High, level 3.1
[19:52:52] sync: first pts is 3003
[19:52:53] sync: video time didn't advance - dropped 1 frames (delta 0 ms, current 9009, next 12012, dur 3003)
[19:56:25] sync: reached pts 27090063, exiting early
[19:56:26] work: average encoding speed for job is 42.515965 fps
[19:56:26] reader: done. 1 scr changes
[19:56:26] sync: got 9020 frames, 9050 expected
[19:56:26] decomb: deinterlaced 36 | blended 99 | unfiltered 8884 | total 9019
[19:56:26] render: 9020 frames output, 0 dropped and 1 duped for CFR/PFR
[19:56:26] render: lost time: 0 (0 frames)
[19:56:26] render: gained time: 0 (0 frames) (0 not accounted for)
[19:56:26] mpeg2video-decoder done: 9135 frames, 0 decoder errors, 0 drops
x264 [info]: frame I:63    Avg QP:21.08  size: 53434  PSNR Mean Y:45.91 U:49.71 V:49.40 Avg:46.79 Global:46.66
x264 [info]: frame P:1994  Avg QP:24.51  size: 13084  PSNR Mean Y:43.36 U:48.16 V:47.65 Avg:44.38 Global:44.00
x264 [info]: frame B:6963  Avg QP:27.32  size:  2970  PSNR Mean Y:43.11 U:47.93 V:47.62 Avg:44.17 Global:43.82
x264 [info]: consecutive B-frames:  3.2%  2.8%  7.0% 11.2% 14.4% 61.5%
x264 [info]: mb I  I16..4: 20.7% 67.3% 12.0%
x264 [info]: mb P  I16..4:  3.7%  9.3%  0.8%  P16..4: 39.1%  8.6%  4.6%  0.0%  0.0%    skip:33.9%
x264 [info]: mb B  I16..4:  0.2%  0.6%  0.0%  B16..8: 27.1%  2.2%  0.3%  direct: 1.1%  skip:68.4%  L0:43.4% L1:53.0% BI: 3.6%
x264 [info]: 8x8 transform intra:67.9% inter:85.4%
x264 [info]: direct mvs  spatial:99.9% temporal:0.1%
x264 [info]: coded y,uvDC,uvAC intra: 55.3% 54.3% 16.5% inter: 7.6% 8.5% 0.2%
x264 [info]: i16 v,h,dc,p: 38% 23%  7% 32%
x264 [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 12%  8%  6% 10% 14% 14% 13% 12% 12%
x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 16% 10%  5%  8% 13% 14% 12% 10% 11%
x264 [info]: i8c dc,h,v,p: 37% 28% 22% 13%
x264 [info]: Weighted P-Frames: Y:6.4% UV:1.7%
x264 [info]: ref P L0: 53.3% 14.4% 17.0%  6.8%  6.9%  1.5%  0.1%
x264 [info]: ref B L0: 84.6% 10.4%  3.6%  1.3%
x264 [info]: ref B L1: 95.0%  5.0%
x264 [info]: SSIM Mean Y:0.9808537 (17.179db)
x264 [info]: PSNR Mean Y:43.184 U:47.991 V:47.639 Avg:44.232 Global:43.874 kb/s:1332.65
[19:56:26] mux: track 0, 9020 frames, 50133057 bytes, 1332.44 kbps, fifo 4096
[19:56:26] mux: track 1, 9407 frames, 9632768 bytes, 256.02 kbps, fifo 4096
[19:56:26] libhb: work result = 0
Encode done!
HandBrake has exited.
Scan Log

Code: Select all

HandBrake svn5232 2013020101
OS: Microsoft Windows NT 6.1.7601 Service Pack 1
CPU: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz
Ram: 8089 MB, Screen: 1920x1080
GPU: Intel(R) HD Graphics 3000
GPU driver version: 9.17.10.2932
Temp Dir: C:\Users\Simon\AppData\Local\Temp\
Install Dir: C:\Program Files\Handbrake
Data Dir: C:\Users\Simon\AppData\Roaming\HandBrake\HandBrake\0.9.8.5227

-------------------------------------------
 -i "M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts" -t0  --previews 30 --min-duration=60 -v 
[21:03:47] hb_init: starting libhb thread
HandBrake svn5232 (2013020101) - MinGW x86_64 - http://handbrake.fr
8 CPUs detected
Opening M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts...
[21:03:47] hb_scan: path=M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts, title_index=0
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts/BDMV/index.bdmv
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts/BDMV/BACKUP/index.bdmv
libbluray/bluray.c:1725: nav_get_title_list(M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts) failed (0000000000355cb0)
[21:03:47] 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
[21:03:47] dvd: not a dvd - trying as a stream/file instead
Input #0, mpegts, from 'M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts':
  Duration: 01:12:16.73, start: 0.379044, bitrate: 18562 kb/s
  Program 1 
    Stream #0.0[0x31]: Video: mpeg2video (Main), yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], 17700 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
    Stream #0.1[0x34](fre): Audio: ac3, 48000 Hz, 5.1, fltp, 384 kb/s
[21:03:48] scan: decoding previews for title 1
[21:03:48] scan: audio 0x1: AC-3, rate=48000Hz, bitrate=384000 Francais (AC3) (5.1 ch)
Scanning title 1 of 1...
Scanning title 1 of 1...
Scanning title 1 of 1...
Scanning title 1 of 1...
Scanning title 1 of 1...
Scanning title 1 of 1...
Scanning title 1 of 1...
Scanning title 1 of 1...
Scanning title 1 of 1...
Scanning title 1 of 1...
Scanning title 1 of 1...
Scanning title 1 of 1...
[21:03:50] scan: 30 previews, 1920x1080, 29.970 fps, autocrop = 0/0/0/0, aspect 16:9, PAR 1:1
[21:03:50] libhb: scan thread found 1 valid title(s)
+ title 1:
  + stream: M:\TV\TéléQuébec\Bazzo.tv\Bazzo.TV 20130131 01_14001530.ts
  + duration: 01:12:16
  + size: 1920x1080, pixel aspect: 1/1, display aspect: 1.78, 29.970 fps
  + autocrop: 0/0/0/0
  + support opencl: yes
  + support hwd: yes
  + chapters:
    + 1: cells 0->0, 0 blocks, duration 01:12:16
  + audio tracks:
    + 1, Francais (AC3) (5.1 ch) (iso639-2: fra), 48000Hz, 384000bps
  + subtitle tracks:
HandBrake has exited.
HandyMan
Bright Spark User
Posts: 169
Joined: Tue Aug 07, 2012 10:52 pm

Re: OpenCL Nightly Builds

Post by HandyMan »

Did a long run on the same file same preset different results.
One is that the OpenCL seems to deinterlace the clip ... instead of decomb ?! Which messed the encode, there is clearly interlace visible :x

Then different compression:
OpenCL svn5232
[21:28:33] decomb: deinterlaced 7 | blended 135 | unfiltered 75878 | total 76020
x264 [info]: PSNR Mean Y:42.889 U:48.317 V:48.524 Avg:44.062 Global:43.835 kb/s:939.99

Nightly svn5229
[00:38:28] decomb: deinterlaced 61499 | blended 4903 | unfiltered 9617 | total 76019
x264 [info]: PSNR Mean Y:41.907 U:47.600 V:47.793 Avg:43.107 Global:42.869 kb/s:1087.90

OpenCL svn5232

Code: Select all

HandBrake svn5232 2013020101
OS: Microsoft Windows NT 6.1.7601 Service Pack 1
CPU: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz
Ram: 8089 MB, Screen: 1920x1080
GPU: Intel(R) HD Graphics 3000
GPU driver version: 9.17.10.2932
Temp Dir: C:\Users\Simon\AppData\Local\Temp\
Install Dir: C:\Program Files\Handbrake
Data Dir: C:\Users\Simon\AppData\Roaming\HandBrake\HandBrake\0.9.8.5227

-------------------------------------------

CLI Query:  -i "M:\TV\TVA\J.E\J.E_20130201_19002000.ts" -t 1 --angle 1 -c 1 -o "M:\TV\TVA\J.E\J.E 20130201 19002000 rf24 (2013-02-01).mkv"  -f mkv  -P  -U  --decomb -w 1280 --crop 0:0:0:0 --loose-anamorphic  --modulus 16 -e x264 -q 24 --cfr -a 1 -E ffac3 -6 5point1 -R Auto -B 256 -D 0 --gain 0 --audio-fallback ffac3 --x264-preset=veryslow  --x264-profile=high  --h264-level="3.1"  -x bframes=5:merange=16:ref=5 --verbose=1
User Query: False

[20:51:57] hb_init: starting libhb thread
[20:51:57] GPU Device Name: Barts
[20:51:57] GPU Driver Version: 1084.4 (VM)
HandBrake svn5232 (2013020101) - MinGW x86_64 - http://handbrake.fr
8 CPUs detected
Opening M:\TV\TVA\J.E\J.E_20130201_19002000.ts...
[20:51:57] hb_scan: path=M:\TV\TVA\J.E\J.E_20130201_19002000.ts, title_index=1
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening M:\TV\TVA\J.E\J.E_20130201_19002000.ts/BDMV/index.bdmv
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening M:\TV\TVA\J.E\J.E_20130201_19002000.ts/BDMV/BACKUP/index.bdmv
libbluray/bluray.c:1725: nav_get_title_list(M:\TV\TVA\J.E\J.E_20130201_19002000.ts) failed (0000000001e15400)
[20:51:57] 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:51:57] dvd: not a dvd - trying as a stream/file instead
Input #0, mpegts, from 'M:\TV\TVA\J.E\J.E_20130201_19002000.ts':
  Duration: 00:42:16.57, start: 0.379044, bitrate: 18289 kb/s
  Program 1 
    Stream #0.0[0x31]: Video: mpeg2video (Main), yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], 17432 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
    Stream #0.1[0x34](fre): Audio: ac3, 48000 Hz, 5.1, fltp, 384 kb/s
[20:51:57] scan: decoding previews for title 1
[20:51:57] scan: audio 0x1: AC-3, rate=48000Hz, bitrate=384000 Francais (AC3) (5.1 ch)
Scanning title 1...
Scanning title 1...
Scanning title 1...
Scanning title 1...
Scanning title 1...
Scanning title 1...
Scanning title 1...
Scanning title 1...
Scanning title 1...
[20:51:59] scan: 10 previews, 1920x1080, 29.970 fps, autocrop = 8/2/0/0, aspect 16:9, PAR 1:1
[20:51:59] libhb: scan thread found 1 valid title(s)
+ title 1:
  + stream: M:\TV\TVA\J.E\J.E_20130201_19002000.ts
  + duration: 00:42:16
  + size: 1920x1080, pixel aspect: 1/1, display aspect: 1.78, 29.970 fps
  + autocrop: 8/2/0/0
  + support opencl: yes
  + support hwd: yes
  + chapters:
    + 1: cells 0->0, 0 blocks, duration 00:42:16
  + audio tracks:
    + 1, Francais (AC3) (5.1 ch) (iso639-2: fra), 48000Hz, 384000bps
  + subtitle tracks:
[20:51:59] 1 job(s) to process
[20:51:59] starting job
[20:51:59] Using GPU : Yes.
[20:51:59] Notice: Unable to write opencl kernel, writing to temporary directory instead.
[20:51:59] yadif thread started for segment 0
[20:51:59] yadif thread started for segment 2
[20:51:59] yadif thread started for segment 1
[20:51:59] yadif thread started for segment 3
[20:51:59] yadif thread started for segment 4
[20:51:59] yadif thread started for segment 5
[20:51:59] yadif thread started for segment 6
[20:51:59] yadif thread started for segment 7
[20:51:59] decomb filter thread started for segment 0
[20:51:59] decomb filter thread started for segment 1
[20:51:59] decomb filter thread started for segment 2
[20:51:59] decomb filter thread started for segment 3
[20:51:59] decomb filter thread started for segment 4
[20:51:59] decomb filter thread started for segment 5
[20:51:59] decomb filter thread started for segment 6
[20:51:59] decomb filter thread started for segment 7
[20:51:59] decomb check thread started for segment 0
[20:51:59] decomb check thread started for segment 1
[20:51:59] decomb check thread started for segment 2
[20:51:59] decomb check thread started for segment 3
[20:51:59] decomb check thread started for segment 4
[20:51:59] decomb check thread started for segment 5
[20:51:59] decomb check thread started for segment 6
[20:51:59] decomb check thread started for segment 7
[20:51:59] mask filter thread started for segment 0
[20:51:59] mask filter thread started for segment 1
[20:51:59] mask filter thread started for segment 2
[20:51:59] mask filter thread started for segment 3
[20:51:59] mask filter thread started for segment 4
[20:51:59] mask filter thread started for segment 5
[20:51:59] mask filter thread started for segment 6
[20:51:59] mask filter thread started for segment 7
[20:51:59] mask erode thread started for segment 0
[20:51:59] mask erode thread started for segment 1
[20:51:59] mask erode thread started for segment 2
[20:51:59] mask erode thread started for segment 3
[20:51:59] mask erode thread started for segment 4
[20:51:59] mask erode thread started for segment 5
[20:51:59] mask erode thread started for segment 6
[20:51:59] mask erode thread started for segment 7
[20:51:59] mask dilate thread started for segment 0
[20:51:59] mask dilate thread started for segment 1
[20:51:59] mask dilate thread started for segment 2
[20:51:59] mask dilate thread started for segment 3
[20:51:59] mask dilate thread started for segment 4
[20:51:59] mask dilate thread started for segment 5
[20:51:59] mask dilate thread started for segment 6
[20:51:59] mask dilate thread started for segment 7
[20:51:59] sync: expecting 76021 video frames
[20:51:59] job configuration:
[20:51:59]  * source
[20:51:59]    + M:\TV\TVA\J.E\J.E_20130201_19002000.ts
[20:51:59]    + title 1, chapter(s) 1 to 1
[20:51:59]    + container: mpegts
[20:51:59]    + data rate: 18289 kbps
[20:51:59]  * destination
[20:51:59]    + M:\TV\TVA\J.E\J.E 20130201 19002000 rf24 (2013-02-01).mkv
[20:51:59]    + container: Matroska (.mkv)
[20:51:59]  * video track
[20:51:59]    + decoder: mpeg2video
[20:51:59]      + bitrate 17432 kbps
[20:51:59]    + frame rate: 29.970 fps -> constant 29.970 fps
[20:51:59]    + filters
[20:51:59]      + Decomb (default settings)
[20:51:59]      + Framerate Shaper (1:27000000:900900)
[20:51:59]        + frame rate: 29.970 fps -> constant 29.970 fps
[20:51:59]      + Crop and Scale (1280:720:0:0:0:0)
[20:51:59]        + source: 1920 * 1080, crop (0/0/0/0): 1920 * 1080, scale: 1280 * 720
[20:51:59]    + loose anamorphic
[20:51:59]      + storage dimensions: 1280 * 720, mod 16
[20:51:59]      + pixel aspect ratio: 1 / 1
[20:51:59]      + display dimensions: 1280 * 720
[20:51:59]    + encoder: H.264 (x264)
[20:51:59]      + x264 preset: veryslow
[20:51:59]      + options: bframes=5:merange=16:ref=5
[20:51:59]      + x264 profile: high
[20:51:59]      + h264 level: 3.1
[20:51:59]      + quality: 24.00 (RF)
[20:51:59]  * audio track 1
[20:51:59]    + decoder: Francais (AC3) (5.1 ch) (track 1, id 0x1)
[20:51:59]      + bitrate: 384 kbps, samplerate: 48000 Hz
[20:51:59]    + mixdown: 5.1 Channels
[20:51:59]    + encoder: AC3 (ffmpeg)
[20:51:59]      + bitrate: 256 kbps, samplerate: 48000 Hz
[20:51:59] reader: first SCR 34114 id 0x1 DTS 34114
[20:51:59] dxva2:CreateSurface succeed with 3, fmt (1920x1080) surfaces (1920x1088)
[20:51:59] dxva2:we got 2 decoder configurations
[20:51:59] dxva2:configuration[0] ConfigBitstreamRaw 1
[20:51:59] dxva2:configuration[1] ConfigBitstreamRaw 1
[20:51:59] dxva2:IDirectXVideoDecoderService_CreateVideoDecoder succeed
[20:51:59] dxva2:Using DXVA2 for hardware decoding
[20:51:59] encx264: min-keyint: 30, keyint: 300
[20:51:59] encx264: encoding with stored aspect 1/1
[20:51:59] encx264: Encoding at constant RF 24.000000
x264 [warning]: [20:51:59] dxva2:Available decoder output format 61 (AV_PIX_FMT_DXVA2_VLD)
--psnr used with psy on: results will be invalid!
x264 [warning]: --tune psnr should be used if attempting to benchmark psnr!
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX
x264 [info]: profile High, level 3.1
[20:52:00] sync: first pts is 3003
[20:52:00] sync: video time didn't advance - dropped 1 frames (delta 0 ms, current 9009, next 12012, dur 3003)
[21:28:29] reader: done. 1 scr changes
[21:28:33] work: average encoding speed for job is 34.699039 fps
[21:28:33] sync: got 76021 frames, 76021 expected
[21:28:33] decomb: deinterlaced 7 | blended 135 | unfiltered 75878 | total 76020
[21:28:33] render: 76021 frames output, 0 dropped and 1 duped for CFR/PFR
[21:28:33] render: lost time: 0 (0 frames)
[21:28:33] render: gained time: 0 (0 frames) (0 not accounted for)
[21:28:33] mpeg2video-decoder done: 76022 frames, 0 decoder errors, 0 drops
x264 [info]: frame I:432   Avg QP:22.65  size: 50735  PSNR Mean Y:45.29 U:49.87 V:50.14 Avg:46.36 Global:46.23
x264 [info]: frame P:13875 Avg QP:25.79  size: 11528  PSNR Mean Y:43.46 U:48.51 V:48.76 Avg:44.59 Global:44.35
x264 [info]: frame B:61714 Avg QP:30.96  size:  1882  PSNR Mean Y:42.74 U:48.26 V:48.46 Avg:43.93 Global:43.71
x264 [info]: consecutive B-frames:  1.0%  0.8%  3.2%  4.3%  4.7% 86.1%
x264 [info]: mb I  I16..4: 14.0% 76.6%  9.4%
x264 [info]: mb P  I16..4:  2.1%  4.2%  0.3%  P16..4: 40.1%  7.9%  8.1%  0.1%  0.0%    skip:37.3%
x264 [info]: mb B  I16..4:  0.1%  0.2%  0.0%  B16..8: 26.2%  1.5%  0.2%  direct: 0.7%  skip:71.1%  L0:41.3% L1:55.5% BI: 3.2%
x264 [info]: 8x8 transform intra:67.5% inter:80.8%
x264 [info]: direct mvs  spatial:100.0% temporal:0.0%
x264 [info]: coded y,uvDC,uvAC intra: 59.5% 52.1% 10.4% inter: 4.7% 3.7% 0.0%
x264 [info]: i16 v,h,dc,p: 16% 38%  7% 40%
x264 [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu:  7% 12%  4%  9% 13% 12% 16% 11% 16%
x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu:  9% 17%  3%  7% 13% 12% 15% 10% 14%
x264 [info]: i8c dc,h,v,p: 24% 37% 18% 22%
x264 [info]: Weighted P-Frames: Y:1.3% UV:0.8%
x264 [info]: ref P L0: 51.8% 16.3% 19.2%  5.5%  6.8%  0.3%  0.0%
x264 [info]: ref B L0: 85.4% 10.7%  3.1%  0.9%
x264 [info]: ref B L1: 94.9%  5.1%
x264 [info]: SSIM Mean Y:0.9787250 (16.721db)
x264 [info]: PSNR Mean Y:42.889 U:48.317 V:48.524 Avg:44.062 Global:43.835 kb/s:939.99
[21:28:35] mux: track 0, 76021 frames, 298027644 bytes, 939.94 kbps, fifo 4096
[21:28:35] mux: track 1, 79268 frames, 81170432 bytes, 256.00 kbps, fifo 4096
[21:28:35] libhb: work result = 0
Encode done!
HandBrake has exited.
Nightly svn5229

Code: Select all

HandBrake svn5229 2013020101
OS: Microsoft Windows NT 6.1.7601 Service Pack 1
CPU: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz
Ram: 8089 MB, Screen: 1920x1080
Temp Dir: C:\Users\Simon\AppData\Local\Temp\
Install Dir: C:\Program Files\Handbrake
Data Dir: C:\Users\Simon\AppData\Roaming\HandBrake\HandBrake\0.9.8.5206

-------------------------------------------

CLI Query:  -i "M:\TV\TVA\J.E\J.E_20130201_19002000.ts" -t 1 --angle 1 -c 1 -o "M:\TV\TVA\J.E\J.E 20130201 19002000 rf24 5229svn (2013-02-01).mkv"  -f mkv  --decomb -w 1280 --crop 0:0:0:0 --loose-anamorphic  --modulus 16 -e x264 -q 24 --cfr -a 1 -E ffac3 -6 5point1 -R Auto -B 256 -D 0 --gain 0 --audio-fallback ffac3 --subtitle 1 --x264-preset=veryslow  --x264-profile=high  --h264-level="3.1"  -x bframes=5:merange=16:ref=5 --verbose=1
User Query: False

[23:40:29] hb_init: starting libhb thread
HandBrake svn5229 (2013020101) - MinGW x86_64 - http://handbrake.fr
8 CPUs detected
Opening M:\TV\TVA\J.E\J.E_20130201_19002000.ts...
[23:40:29] hb_scan: path=M:\TV\TVA\J.E\J.E_20130201_19002000.ts, title_index=1
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening M:\TV\TVA\J.E\J.E_20130201_19002000.ts/BDMV/index.bdmv
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening M:\TV\TVA\J.E\J.E_20130201_19002000.ts/BDMV/BACKUP/index.bdmv
libbluray/bluray.c:1725: nav_get_title_list(M:\TV\TVA\J.E\J.E_20130201_19002000.ts) failed (0000000001BBEC00)
[23:40:29] 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
[23:40:29] dvd: not a dvd - trying as a stream/file instead
[23:40:29] file is MPEG Transport Stream with 188 byte packets offset 0 bytes
[23:40:29] Found the following PIDS
[23:40:29]     Video PIDS : 
[23:40:29]       0x31 type MPEG2 (0x2) (PCR)
[23:40:29]     Audio PIDS : 
[23:40:29]       0x34 type AC3 (0x81)
[23:40:29]     Subtitle PIDS : 
[23:40:29]     Other PIDS : 
[23:40:29] stream id 0x34 (type 0x81 substream 0x0) audio 0x34
[23:40:29] scan: decoding previews for title 1
[23:40:29] scan: audio 0x34: AC-3, rate=48000Hz, bitrate=384000 Francais (AC3) (5.1 ch)
Scanning title 1...
Scanning title 1...
Scanning title 1...
Scanning title 1...
Scanning title 1...
[23:40:30] scan: 10 previews, 1920x1080, 29.970 fps, autocrop = 8/2/0/0, aspect 16:9, PAR 1:1
[23:40:30] stream: 11 good frames, 0 errors (0%)
[23:40:30] libhb: scan thread found 1 valid title(s)
+ title 1:
  + stream: M:\TV\TVA\J.E\J.E_20130201_19002000.ts
  + duration: 00:42:16
  + size: 1920x1080, pixel aspect: 1/1, display aspect: 1.78, 29.970 fps
  + autocrop: 8/2/0/0
  + chapters:
    + 1: cells 0->0, 0 blocks, duration 00:42:16
  + audio tracks:
    + 1, Francais (AC3) (5.1 ch) (iso639-2: fra), 48000Hz, 384000bps
  + subtitle tracks:
    + 1, Closed Captions (iso639-2: fra) (Text)(CC)
[23:40:31] 1 job(s) to process
[23:40:31] starting job
[23:40:31] yadif thread started for segment 0
[23:40:31] yadif thread started for segment 1
[23:40:31] yadif thread started for segment 2
[23:40:31] yadif thread started for segment 3
[23:40:31] yadif thread started for segment 4
[23:40:31] yadif thread started for segment 5
[23:40:31] yadif thread started for segment 6
[23:40:31] yadif thread started for segment 7
[23:40:31] decomb filter thread started for segment 0
[23:40:31] decomb filter thread started for segment 1
[23:40:31] decomb filter thread started for segment 2
[23:40:31] decomb filter thread started for segment 3
[23:40:31] decomb filter thread started for segment 4
[23:40:31] decomb filter thread started for segment 5
[23:40:31] decomb filter thread started for segment 6
[23:40:31] decomb filter thread started for segment 7
[23:40:31] decomb check thread started for segment 0
[23:40:31] decomb check thread started for segment 1
[23:40:31] decomb check thread started for segment 2
[23:40:31] decomb check thread started for segment 4
[23:40:31] decomb check thread started for segment 3
[23:40:31] decomb check thread started for segment 5
[23:40:31] decomb check thread started for segment 6
[23:40:31] decomb check thread started for segment 7
[23:40:31] mask filter thread started for segment 0
[23:40:31] mask filter thread started for segment 1
[23:40:31] mask filter thread started for segment 2
[23:40:31] mask filter thread started for segment 3
[23:40:31] mask filter thread started for segment 4
[23:40:31] mask filter thread started for segment 5
[23:40:31] mask filter thread started for segment 6
[23:40:31] mask filter thread started for segment 7
[23:40:31] mask erode thread started for segment 0
[23:40:31] mask erode thread started for segment 1
[23:40:31] mask erode thread started for segment 2
[23:40:31] mask erode thread started for segment 3
[23:40:31] mask erode thread started for segment 4
[23:40:31] mask erode thread started for segment 5
[23:40:31] mask erode thread started for segment 6
[23:40:31] mask erode thread started for segment 7
[23:40:31] mask dilate thread started for segment 0
[23:40:31] mask dilate thread started for segment 1
[23:40:31] mask dilate thread started for segment 2
[23:40:31] mask dilate thread started for segment 3
[23:40:31] mask dilate thread started for segment 4
[23:40:31] mask dilate thread started for segment 5
[23:40:31] mask dilate thread started for segment 6
[23:40:31] mask dilate thread started for segment 7
[23:40:31] sync: expecting 76025 video frames
[23:40:31] job configuration:
[23:40:31]  * source
[23:40:31]    + M:\TV\TVA\J.E\J.E_20130201_19002000.ts
[23:40:31]    + title 1, chapter(s) 1 to 1
[23:40:31]  * destination
[23:40:31]    + M:\TV\TVA\J.E\J.E 20130201 19002000 rf24 5229svn (2013-02-01).mkv
[23:40:31]    + container: Matroska (.mkv)
[23:40:31]  * video track
[23:40:31]    + decoder: mpeg2
[23:40:31]      + bitrate 17432 kbps
[23:40:31]    + frame rate: 29.970 fps -> constant 29.970 fps
[23:40:31]    + filters
[23:40:31]      + Decomb (default settings)
[23:40:31]      + Framerate Shaper (1:27000000:900900)
[23:40:31]        + frame rate: 29.970 fps -> constant 29.970 fps
[23:40:31]      + Crop and Scale (1280:720:0:0:0:0)
[23:40:31]        + source: 1920 * 1080, crop (0/0/0/0): 1920 * 1080, scale: 1280 * 720
[23:40:31]    + loose anamorphic
[23:40:31]      + storage dimensions: 1280 * 720, mod 16
[23:40:31]      + pixel aspect ratio: 1 / 1
[23:40:31]      + display dimensions: 1280 * 720
[23:40:31]    + encoder: H.264 (x264)
[23:40:31]      + x264 preset: veryslow
[23:40:31]      + options: bframes=5:merange=16:ref=5
[23:40:31]      + h264 profile: high
[23:40:31]      + h264 level: 3.1
[23:40:31]      + quality: 24.00 (RF)
[23:40:31]  * subtitle track 1, Closed Captions (track 0, id 0x0) Text [CC] -> Passthrough
[23:40:31]  * audio track 1
[23:40:31]    + decoder: Francais (AC3) (5.1 ch) (track 1, id 0x34)
[23:40:31]      + bitrate: 384 kbps, samplerate: 48000 Hz
[23:40:31]    + mixdown: 5.1 Channels
[23:40:31]    + encoder: AC3 (ffmpeg)
[23:40:31]      + bitrate: 256 kbps, samplerate: 48000 Hz
[23:40:31] file is MPEG Transport Stream with 188 byte packets offset 0 bytes
[23:40:31] reader: first SCR 914 id 0x34 DTS 34114
[23:40:31] encx264: min-keyint: 30, keyint: 300
[23:40:31] encx264: encoding with stored aspect 1/1
[23:40:31] encx264: Encoding at constant RF 24.000000
x264 [warning]: --psnr used with psy on: results will be invalid!
x264 [warning]: --tune psnr should be used if attempting to benchmark psnr!
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX
x264 [info]: profile High, level 3.1
[23:40:31] mpeg2: "Chapter 1" (1) at frame 0 time 0
[00:38:23] hb_ts_stream_decode - eof
[00:38:23] reader: done. 1 scr changes
[00:38:27] work: average encoding speed for job is 21.883532 fps
[00:38:27] sync: got 76020 frames, 76025 expected
[00:38:28] decomb: deinterlaced 61499 | blended 4903 | unfiltered 9617 | total 76019
[00:38:28] render: 76019 frames output, 0 dropped and 0 duped for CFR/PFR
[00:38:28] render: lost time: 0 (0 frames)
[00:38:28] render: gained time: 0 (0 frames) (0 not accounted for)
[00:38:28] mpeg2 done: 76020 frames
x264 [info]: frame I:427   Avg QP:23.02  size: 53897  PSNR Mean Y:44.41 U:49.00 V:49.24 Avg:45.48 Global:45.33
x264 [info]: frame P:13933 Avg QP:26.12  size: 13065  PSNR Mean Y:42.62 U:47.74 V:47.97 Avg:43.75 Global:43.53
x264 [info]: frame B:61659 Avg QP:31.91  size:  2269  PSNR Mean Y:41.73 U:47.56 V:47.74 Avg:42.95 Global:42.72
x264 [info]: consecutive B-frames:  1.0%  0.8%  2.5%  5.7%  7.3% 82.7%
x264 [info]: mb I  I16..4: 13.3% 76.0% 10.6%
x264 [info]: mb P  I16..4:  1.8%  3.9%  0.3%  P16..4: 40.9%  8.8%  8.5%  0.1%  0.0%    skip:35.7%
x264 [info]: mb B  I16..4:  0.1%  0.2%  0.0%  B16..8: 27.7%  1.9%  0.3%  direct: 0.8%  skip:69.0%  L0:41.7% L1:54.3% BI: 3.9%
x264 [info]: 8x8 transform intra:68.0% inter:78.7%
x264 [info]: direct mvs  spatial:100.0% temporal:0.0%
x264 [info]: coded y,uvDC,uvAC intra: 61.8% 56.2% 15.9% inter: 5.8% 4.0% 0.0%
x264 [info]: i16 v,h,dc,p: 17% 36%  8% 39%
x264 [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu:  7% 11%  4%  9% 14% 12% 16% 11% 16%
x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 10% 13%  3%  8% 13% 13% 15% 10% 14%
x264 [info]: i8c dc,h,v,p: 24% 37% 18% 21%
x264 [info]: Weighted P-Frames: Y:1.3% UV:0.7%
x264 [info]: ref P L0: 50.0% 15.9% 20.9%  5.6%  7.3%  0.3%  0.0%
x264 [info]: ref B L0: 83.3% 12.3%  3.4%  1.0%
x264 [info]: ref B L1: 94.4%  5.6%
x264 [info]: SSIM Mean Y:0.9749286 (16.008db)
x264 [info]: PSNR Mean Y:41.907 U:47.600 V:47.793 Avg:43.107 Global:42.869 kb/s:1087.90
[00:38:28] mux: track 0, 76019 frames, 344916958 bytes, 1087.82 kbps, fifo 4096
[00:38:28] mux: track 1, 79268 frames, 81170432 bytes, 256.00 kbps, fifo 4096
[00:38:28] mux: track 2, 1216 frames, 33220 bytes, 0.10 kbps, fifo 64
[00:38:28] stream: 76022 good frames, 0 errors (0%)
[00:38:28] libhb: work result = 0
Encode done!
HandBrake has exited.
I tried to switch the OpenCL CLI with the Nightly CLI but that crashed the GUI, so it seems that to do testing I have to uninstall Nightly to Install OpenCL ... and the .exe and .zip have the same name :shock:. Adding a HW to the filename would help testing.

Is it possible to install Nightly in Programs\HandBrake and OpenCL in Programs\HandbrakeOpenCL ? Then run one or the other?
User avatar
s55
HandBrake Team
Posts: 10360
Joined: Sun Dec 24, 2006 1:05 pm

Re: OpenCL Nightly Builds

Post by s55 »

Firstly, Nightlies are fixed, so grab a new build to make sure you have the latest.

Interesting. I'm willing to bet that Hardware Decode is using the system settings in AMD's control panel. In there, you'll probably find deinterlacing turned on. This would explain why decomb is doing very little when HWD is turned on. (Maybe try turning that off)
OpenCL and Nightly without seem to behave the same (looking at your logs), it's only when HWD is enabled that the deinterlaced frame count drops dramatically to near nothing.
The speed bumps your seeing may be more a result of the fact it's not running deinterlacing algorithms for most of the frames.

You can try installing two different builds in two locations. I'm not sure how it'll react. Should be ok if both are recent builds.

For Subtitles, do they work when using the normal nightly?

Edit: looks like the older build, your file went through our ts code, and the newer builds are going via libav to get hw decode support. (which doesn't seem to see the CC or maybe not support it)
HandyMan
Bright Spark User
Posts: 169
Joined: Tue Aug 07, 2012 10:52 pm

Re: OpenCL Nightly Builds

Post by HandyMan »

s55 wrote:Firstly, Nightlies are fixed, so grab a new build to make sure you have the latest.

Interesting. I'm willing to bet that Hardware Decode is using the system settings in AMD's control panel. In there, you'll probably find deinterlacing turned on. This would explain why decomb is doing very little when HWD is turned on. (Maybe try turning that off)
OpenCL and Nightly without seem to behave the same (looking at your logs), it's only when HWD is enabled that the deinterlaced frame count drops dramatically to near nothing.
There is an automatic deinterlace option in the video section that was ticked. I will test later with it unticked
s55 wrote: You can try installing two different builds in two locations. I'm not sure how it'll react. Should be ok if both are recent builds.
It seemd be working ok, I start one or the other. Haven't try both at the same time yet
s55 wrote:For Subtitles, do they work when using the normal nightly?
Yes the subtitles are working fine with the Nightly as Handbrake is still the ONLY tool I found to create them the right way. 8) they kinda have to work. :mrgreen:
s55 wrote:Edit: looks like the older build, your file went through our ts code, and the newer builds are going via libav to get hw decode support. (which doesn't seem to see the CC or maybe not support it)
There is a subtitles stream in the sample I posted on Jan 23 . but it is empty :oops:
Last edited by HandyMan on Mon Feb 04, 2013 10:25 pm, edited 1 time in total.
User avatar
s55
HandBrake Team
Posts: 10360
Joined: Sun Dec 24, 2006 1:05 pm

Re: OpenCL Nightly Builds

Post by s55 »

Had another look at your feb second log.

SVN5229 (Used opencl, no hwd) FOund Closed Captions as it used our decoder.
SVN5232 (Used Both) Did not find closed captions as it used libav to decode whcih does not yet seem to support CC.

So it looks like you can simply not use HWD when you need CC. Although, I suspect maybe the scan process is always using hardware decode, so you may have problems selecting it if it's not appearing in the GUI :/
HandyMan
Bright Spark User
Posts: 169
Joined: Tue Aug 07, 2012 10:52 pm

Re: OpenCL Nightly Builds

Post by HandyMan »

On thing puzzle me ... if I see interlaced on the encode, why decomb didn't see it ?
HandyMan
Bright Spark User
Posts: 169
Joined: Tue Aug 07, 2012 10:52 pm

Re: OpenCL Nightly Builds

Post by HandyMan »

s55 wrote:so you may have problems selecting it if it's not appearing in the GUI :/
Yup there is no subtitle to select in the GUI
Last edited by HandyMan on Mon Feb 04, 2013 10:21 pm, edited 1 time in total.
User avatar
s55
HandBrake Team
Posts: 10360
Joined: Sun Dec 24, 2006 1:05 pm

Re: OpenCL Nightly Builds

Post by s55 »

You can however see it was detected in the log, when you've been doing your encoding without hwd. I've asked the MCW guys if they can just disable the hwd when it's scanning, will see what they say.
HandyMan
Bright Spark User
Posts: 169
Joined: Tue Aug 07, 2012 10:52 pm

Re: OpenCL Nightly Builds

Post by HandyMan »

s55 wrote:You can try installing two different builds in two locations.
The issues with double installation is that both packages Nightly and OpenCL have the same name so there is only one installation present in Control Panel/Programs section,so I have to remove the 'other one' by hand before installing a new SVN.
As with conflicting .exe and .zip name, you have to be careful not to mix flavor.

Might be better with a different name :idea:
AAT
Posts: 34
Joined: Sun Dec 23, 2012 9:35 pm

Re: OpenCL Nightly Builds

Post by AAT »

I made my testrun again with AMD APU + Handbrake Build x64 #57;

1080p to 720p downscale
Regular run: 1:22
OpenCL run: 1:19
UVD run: 1:11
UVD + OpenCL run: 1:31

Encode log;

Code: Select all

HandBrake svn5239 2013020501
OS: Microsoft Windows NT 6.2.9200.0
CPU: AMD A8-3550MX APU with Radeon(tm) HD Graphics
Ram: 7655 MB, Screen: 1366x768
GPU: AMD Radeon HD 6620G
GPU driver version: 9.12.0.0
Temp Dir: C:\Users\Fusion\AppData\Local\Temp\
Install Dir: C:\Program Files\Handbrake
Data Dir: C:\Users\Fusion\AppData\Roaming\HandBrake\HandBrake\0.9.8.5236

-------------------------------------------
CLI Query:  -i "D:\Games\AMD at CES 2013 -- AMD and VIZIO's Showcase New Lineup.mp4" -t 1 --angle 1 -c 1 -o "D:\Amd At Ces 2013 -- Amd And Vizio's Showcase New Lineup-5.mkv"  -f mkv  -P  -U  -w 1280 --loose-anamorphic  --modulus 16 -e x264 -q 18 --vfr -a 1 -E faac -6 dpl2 -R Auto -B 160 -D 0 --gain 0 --audio-fallback ffac3 --markers="C:\Users\Fusion\AppData\Local\Temp\Amd At Ces 2013 -- Amd And Vizio's Showcase New Lineup-5-1-chapters.csv" -x ref=1:weightp=1:subq=2:rc-lookahead=10:trellis=0:8x8dct=0 --verbose=1
User Query: False

[08:33:33] hb_init: starting libhb thread
[08:33:33] GPU Device Name: BeaverCreek
[08:33:33] GPU Driver Version: 1084.4 (VM)
HandBrake svn5239 (2013020501) - MinGW x86_64 - http://handbrake.fr
4 CPUs detected
Opening D:\Games\AMD at CES 2013 -- AMD and VIZIO's Showcase New Lineup.mp4...
[08:33:33] hb_scan: path=D:\Games\AMD at CES 2013 -- AMD and VIZIO's Showcase New Lineup.mp4, title_index=1
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening D:\Games\AMD at CES 2013 -- AMD and VIZIO's Showcase New Lineup.mp4/BDMV/index.bdmv
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening D:\Games\AMD at CES 2013 -- AMD and VIZIO's Showcase New Lineup.mp4/BDMV/BACKUP/index.bdmv
libbluray/bluray.c:1725: nav_get_title_list(D:\Games\AMD at CES 2013 -- AMD and VIZIO's Showcase New Lineup.mp4) failed (0000000001c55ca0)
[08:33:33] 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
[08:33:33] dvd: not a dvd - trying as a stream/file instead
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'D:\Games\AMD at CES 2013 -- AMD and VIZIO's Showcase New Lineup.mp4':
  Metadata:
    major_brand     : mp42
    minor_version   : 0
    compatible_brands: isommp42
    creation_time   : 2013-01-08 00:23:10
  Duration: 00:02:36.41, start: 0.000000, bitrate: 3806 kb/s
    Stream #0.0(und): Video: h264 (High), yuv420p, 1920x1080, 3611 kb/s, 24 fps, 24 tbr, 48 tbn, 48 tbc
    Metadata:
      creation_time   : 1970-01-01 00:00:00
    Stream #0.1(und): Audio: aac, 44100 Hz, stereo, fltp, 191 kb/s
    Metadata:
      creation_time   : 2013-01-08 00:23:10
[08:33:33] scan: decoding previews for title 1
Scanning title 1...
Scanning title 1...
[08:33:34] scan: 10 previews, 1920x1080, 24.000 fps, autocrop = 0/0/0/0, aspect 16:9, PAR 1:1
[08:33:34] libhb: scan thread found 1 valid title(s)
+ title 1:
  + stream: D:\Games\AMD at CES 2013 -- AMD and VIZIO's Showcase New Lineup.mp4
  + duration: 00:02:36
  + size: 1920x1080, pixel aspect: 1/1, display aspect: 1.78, 24.000 fps
  + autocrop: 0/0/0/0
  + support opencl: yes
  + support hwd: yes
  + chapters:
    + 1: cells 0->0, 0 blocks, duration 00:02:36
  + audio tracks:
    + 1, Unknown (aac) (2.0 ch) (iso639-2: und)
  + subtitle tracks:
Reading chapter markers from file C:\Users\Fusion\AppData\Local\Temp\Amd At Ces 2013 -- Amd And Vizio's Showcase New Lineup-5-1-chapters.csv
[08:33:34] 1 job(s) to process
[08:33:34] starting job
[08:33:34] Using GPU : Yes.
[08:33:34] Notice: Unable to write opencl kernel, writing to temporary directory instead.
[08:33:34] work: sanitizing track 1 mixdown Dolby Pro Logic II to Stereo
[08:33:34] sync: expecting 3754 video frames
[08:33:34] work: only 1 chapter, disabling chapter markers
[08:33:34] job configuration:
[08:33:34]  * source
[08:33:34]    + D:\Games\AMD at CES 2013 -- AMD and VIZIO's Showcase New Lineup.mp4
[08:33:34]    + title 1, chapter(s) 1 to 1
[08:33:34]    + container: mov,mp4,m4a,3gp,3g2,mj2
[08:33:34]    + data rate: 3806 kbps
[08:33:34]  * destination
[08:33:34]    + D:\Amd At Ces 2013 -- Amd And Vizio's Showcase New Lineup-5.mkv
[08:33:34]    + container: Matroska (.mkv)
[08:33:34]  * video track
[08:33:34]    + decoder: h264
[08:33:34]      + bitrate 3611 kbps
[08:33:34]    + frame rate: same as source (around 24.000 fps)
[08:33:34]    + filters
[08:33:34]      + Framerate Shaper (0:27000000:1125000)
[08:33:34]        + frame rate: same as source (around 24.000 fps)
[08:33:34]      + Crop and Scale (1280:720:0:0:0:0)
[08:33:34]        + source: 1920 * 1080, crop (0/0/0/0): 1920 * 1080, scale: 1280 * 720
[08:33:34]    + loose anamorphic
[08:33:34]      + storage dimensions: 1280 * 720, mod 16
[08:33:34]      + pixel aspect ratio: 1 / 1
[08:33:34]      + display dimensions: 1280 * 720
[08:33:34]    + encoder: H.264 (x264)
[08:33:34]      + options: ref=1:weightp=1:subq=2:rc-lookahead=10:trellis=0:8x8dct=0
[08:33:34]      + quality: 18.00 (RF)
[08:33:34]  * audio track 1
[08:33:34]    + decoder: Unknown (aac) (2.0 ch) (track 1, id 0x1)
[08:33:34]      + bitrate: 191 kbps, samplerate: 44100 Hz
[08:33:34]    + mixdown: Stereo
[08:33:34]    + encoder: AAC (faac)
[08:33:34]      + bitrate: 160 kbps, samplerate: 44100 Hz
[08:33:34] reader: first SCR 0 id 0x0 DTS 0
[08:33:34] dxva2:CreateSurface succeed with 17, fmt (1920x1080) surfaces (1920x1088)
[08:33:34] dxva2:we got 2 decoder configurations
[08:33:34] dxva2:configuration[0] ConfigBitstreamRaw 2
[08:33:34] dxva2:configuration[1] ConfigBitstreamRaw 2
[08:33:34] dxva2:IDirectXVideoDecoderService_CreateVideoDecoder succeed
[08:33:34] dxva2:Using DXVA2 for hardware decoding
[08:33:34] encx264: min-keyint: 24, keyint: 240
[08:33:34] encx264: encoding with stored aspect 1/1
[08:33:34] encx264: Encoding at constant RF 18.000000
x264 [warning]: --psnr used with psy on: results will be invalid!
x264 [warning]: --tune psnr should be used if attempting to benchmark psnr!
x264 [info]: using SAR=1/1
[08:33:34] dxva2:Available decoder output format 61 (AV_PIX_FMT_DXVA2_VLD)
x264 [info]: using cpu capabilities: MMX2 SSE2Fast FastShuffle SSEMisalign LZCNT
x264 [info]: profile Main, level 3.1
[08:33:35] sync: video time didn't advance - dropped 1 frames (delta 0 ms, current 3750, next 7500, dur 3750)
[08:35:03] reader: done. 1 scr changes
[08:35:04] work: average encoding speed for job is 42.249367 fps
[08:35:04] sync: got 3753 frames, 3754 expected
[08:35:04] render: lost time: 0 (0 frames)
[08:35:04] render: gained time: 0 (0 frames) (0 not accounted for)
[08:35:04] h264-decoder done: 3754 frames, 0 decoder errors, 0 drops
x264 [info]: frame I:26    Avg QP:13.25  size: 62956  PSNR Mean Y:54.15 U:55.21 V:56.72 Avg:53.88 Global:50.36
x264 [info]: frame P:1988  Avg QP:17.24  size: 20290  PSNR Mean Y:47.25 U:48.25 V:49.76 Avg:47.62 Global:47.14
x264 [info]: frame B:1739  Avg QP:19.09  size:  6194  PSNR Mean Y:46.53 U:48.35 V:50.26 Avg:46.96 Global:46.20
x264 [info]: consecutive B-frames: 26.4% 31.8% 10.8% 31.0%
x264 [info]: mb I  I16..4: 47.9%  0.0% 52.1%
x264 [info]: mb P  I16..4: 18.2%  0.0%  3.4%  P16..4: 28.3% 17.1%  9.2%  0.0%  0.0%    skip:23.9%
x264 [info]: mb B  I16..4:  2.6%  0.0%  0.1%  B16..8: 26.0% 10.5%  0.8%  direct:11.5%  skip:48.5%  L0:36.8% L1:47.5% BI:15.7%
x264 [info]: coded y,uvDC,uvAC intra: 22.3% 63.3% 32.6% inter: 12.8% 27.9% 3.6%
x264 [info]: i16 v,h,dc,p: 50% 34% 12%  4%
x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 28% 29% 26%  1%  4%  3%  3%  3%  3%
x264 [info]: i8c dc,h,v,p: 48% 28% 18%  5%
x264 [info]: Weighted P-Frames: Y:3.2% UV:2.7%
x264 [info]: SSIM Mean Y:0.9930392 (21.573db)
x264 [info]: PSNR Mean Y:46.965 U:48.343 V:50.036 Avg:47.360 Global:46.693 kb/s:2698.38
[08:35:04] aac-decoder done: 0 frames, 0 decoder errors, 0 drops
[08:35:04] mux: track 0, 3753 frames, 52743909 bytes, 2697.61 kbps, fifo 1024
[08:35:04] mux: track 1, 6737 frames, 2811273 bytes, 143.78 kbps, fifo 2048
[08:35:04] libhb: work result = 0
Encode done!
HandBrake has exited.
HandyMan
Bright Spark User
Posts: 169
Joined: Tue Aug 07, 2012 10:52 pm

Re: OpenCL Nightly Builds

Post by HandyMan »

Did some test with OpenCL 5239svn same results bad deinterlace, so the option in the Catalyst control panel doesn't change anything
No subtitles either.

Same file with Nightly 5239svn subtitles ok but it is slower by 10% than OpenCL all unticked! even without subtitles decoding ?

I found these 3 times in the path:

C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86
C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64

is this caused by HandBrake OpenCL installation?
User avatar
s55
HandBrake Team
Posts: 10360
Joined: Sun Dec 24, 2006 1:05 pm

Re: OpenCL Nightly Builds

Post by s55 »

I think subtitles will be back in 5240. You won't be able to use hardware decode though if you select them, as the hardware path doesn't support closed captions.

Those files were installed by Intel. There are probably also AMD versions of the same libraries installed on your system too.

I dunno what to say about the deinterlacing issues. It looks like it's being deinterlaced by the drivers so if it's not obeying the driver control panel, I dunno if we can do anything about that expect add a warning.
It's pretty crap to be honest. It should be left to the player to decide, not some dodgy option in their control panel.
HandyMan
Bright Spark User
Posts: 169
Joined: Tue Aug 07, 2012 10:52 pm

Re: OpenCL Nightly Builds

Post by HandyMan »

s55 wrote:I think subtitles will be back in 5240. You won't be able to use hardware decode though if you select them, as the hardware path doesn't support closed captions.

Those files were installed by Intel. There are probably also AMD versions of the same libraries installed on your system too.

I dunno what to say about the deinterlacing issues. It looks like it's being deinterlaced by the drivers so if it's not obeying the driver control panel, I dunno if we can do anything about that expect add a warning.
It's pretty crap to be honest. It should be left to the player to decide, not some dodgy option in their control panel.
The ts is flagged interlace
MediaInfo

Code: Select all

General
ID                                       : 1 (0x1)
Complete name                            : M:\TV\TVA\J.E\J.E_20130201_19002000.ts
Format                                   : MPEG-TS
File size                                : 5.40 GiB
Duration                                 : 42mn 16s
Overall bit rate mode                    : Variable
Overall bit rate                         : 18.3 Mbps

Video
ID                                       : 49 (0x31)
Menu ID                                  : 1 (0x1)
Format                                   : MPEG Video
Format version                           : Version 2
Format profile                           : Main@High
Format settings, BVOP                    : Yes
Format settings, Matrix                  : Custom
Format settings, GOP                     : Variable
Codec ID                                 : 2
Duration                                 : 42mn 16s
Bit rate mode                            : Variable
Bit rate                                 : 17.0 Mbps
Maximum bit rate                         : 17.4 Mbps
Width                                    : 1 920 pixels
Height                                   : 1 080 pixels
Display aspect ratio                     : 16:9
Active Format Description                : Full frame 16:9 image
Frame rate                               : 29.970 fps
Standard                                 : Component
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 8 bits
Scan type                                : Interlaced
Scan order                               : Top Field First
Compression mode                         : Lossy
Bits/(Pixel*Frame)                       : 0.273
Stream size                              : 5.02 GiB (93%)

Audio
ID                                       : 52 (0x34)
Menu ID                                  : 1 (0x1)
Format                                   : AC-3
Format/Info                              : Audio Coding 3
Mode extension                           : CM (complete main)
Format settings, Endianness              : Big
Codec ID                                 : 129
Duration                                 : 42mn 16s
Bit rate mode                            : Constant
Bit rate                                 : 384 Kbps
Channel(s)                               : 6 channels
Channel positions                        : Front: L C R, Side: L R, LFE
Sampling rate                            : 48.0 KHz
Bit depth                                : 16 bits
Compression mode                         : Lossy
Stream size                              : 116 MiB (2%)
Language                                 : French

Text #1
ID                                       : 49 (0x31)-CC1
Menu ID                                  : 1 (0x1)
Format                                   : EIA-608
Muxing mode                              : A/53 / DTVCC Transport
Muxing mode, more info                   : Muxed in Video #1
Duration                                 : 42mn 16s
Bit rate mode                            : Constant
Stream size                              : 0.00 Byte (0%)

Text #2
ID                                       : 49 (0x31)-1
Menu ID                                  : 1 (0x1)
Format                                   : EIA-708
Muxing mode                              : A/53 / DTVCC Transport
Muxing mode, more info                   : Muxed in Video #1
Duration                                 : 42mn 16s
Bit rate mode                            : Constant
Stream size                              : 0.00 Byte (0%)

But the interlace is badly done ... 3-4 frame combed frames in a row
I took the source into virtualdub and apply yaddif mode=0 the output is without any combing. Tfm also deinterlace it correctly.
I will try without decomb just incase ;o)
dmance
Posts: 10
Joined: Sun Jun 24, 2012 1:44 pm

Re: OpenCL Nightly Builds

Post by dmance »

I am still have crashing with when using both options (-U -P) ... and I'm not sure why but both 32- and 64- CLI consistently reports 'support-opencl=0' even though every GPU/OpenCL test/benchmark software I can find reports it fully working. is anyone else having these issues?
User avatar
s55
HandBrake Team
Posts: 10360
Joined: Sun Dec 24, 2006 1:05 pm

Re: OpenCL Nightly Builds

Post by s55 »

Are you running windows server on these machines? I know normal remote desktop via win7 for example, doesn't give you areo, but when connecting to a windows server, you do (if you turn some service on).

I just tried Mac Mircosft RDP to my WIn7 box and it works fine. I don't use windows server anymore to see if the fancy version works or not. I suspect that it may not if it's GPU virtual trick to allow aero over rdp.

If you know what I'm talking about, can you try turning that off. If you don't, sorry. I don't actually know what it's called. I stopped using windows server quite a while ago and don't quite recall.
Post Reply