KAnthony
18th August 2015, 17:10
I'm trying to write an x264 encoder. However, I cannot set i_threads to anything greater then 1 and still get a usable picture out.
My Settings
Preset : veryfast
Tune : zerolatency
Profile : high
i_width : 1920
i_height : 1080
i_fps_num : 25
i_fps_den : 1
i_timebase_num : 1
i_timebase_den : 1000
i_keyint_max : 32
b_repeat_headers : 1
b_annexb : 1
b_intra_refresh : 1
b_aud : 1
b_open_gop : 1
RC:
i_rc_method : X264_RC_ABR
i_bitrate : 5120
i_vbv_buffer_size : 5120
i_vbv_max_bitrate : 5120 * 1.1
i_qp_constant : 20
f_qblur : .5
f_complexity_blur : 20
Analyse:
i_me_method : X264_ME_UMH
i_subpel_refine : 7
i_me_range : 16
b_psnr : 0
b_ssim : 0
i_noise_reduction : 2
inter : X264_ANALYSE_I4x4 | X264_ANALYSE_I8x8 | X264_ANALYSE_PSUB16x16
i_threads = 1:
http://tinypic.com/player.php?v=14xdpqv%3E&s=8#.VdNUyPlVhBc
i_threads = 2:
http://tinypic.com/player.php?v=b7exib%3E&s=8#.VdNWyvlVhBc
What could be causing this?
My Settings
Preset : veryfast
Tune : zerolatency
Profile : high
i_width : 1920
i_height : 1080
i_fps_num : 25
i_fps_den : 1
i_timebase_num : 1
i_timebase_den : 1000
i_keyint_max : 32
b_repeat_headers : 1
b_annexb : 1
b_intra_refresh : 1
b_aud : 1
b_open_gop : 1
RC:
i_rc_method : X264_RC_ABR
i_bitrate : 5120
i_vbv_buffer_size : 5120
i_vbv_max_bitrate : 5120 * 1.1
i_qp_constant : 20
f_qblur : .5
f_complexity_blur : 20
Analyse:
i_me_method : X264_ME_UMH
i_subpel_refine : 7
i_me_range : 16
b_psnr : 0
b_ssim : 0
i_noise_reduction : 2
inter : X264_ANALYSE_I4x4 | X264_ANALYSE_I8x8 | X264_ANALYSE_PSUB16x16
i_threads = 1:
http://tinypic.com/player.php?v=14xdpqv%3E&s=8#.VdNUyPlVhBc
i_threads = 2:
http://tinypic.com/player.php?v=b7exib%3E&s=8#.VdNWyvlVhBc
What could be causing this?