We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, guys: I used dec265 for tesing, prints decoding error: pps header invalid, but VLC open this h265 I frame file successful, what happened? /data # ./dec265 /mnt/card/2M.h265 -d INFO: ----------------- VPS ----------------- INFO: video_parameter_set_id : 0 INFO: vps_max_layers : 1 INFO: vps_max_sub_layers : 1 INFO: vps_temporal_id_nesting_flag : 1 INFO: general_profile_space : 0 INFO: general_tier_flag : 0 INFO: general_profile_idc : Main INFO: general_profile_compatibility_flags: 0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 INFO: general_progressive_source_flag : 0 INFO: general_interlaced_source_flag : 0 INFO: general_non_packed_constraint_flag : 0 INFO: general_frame_only_constraint_flag : 0 INFO: general_level_idc : 123 (4.10) INFO: vps_sub_layer_ordering_info_present_flag : 1 INFO: layer 0: vps_max_dec_pic_buffering = 1 INFO: vps_max_num_reorder_pics = 0 INFO: vps_max_latency_increase = 0 INFO: vps_max_layer_id = 0 INFO: vps_num_layer_sets = 1 INFO: vps_timing_info_present_flag = 0 INFO: vps_extension_flag = 0 decoding error: pps header invalid (code=1006) nFrames decoded: 0 (0x0 @ 0.00 fps) 2M.zip
The text was updated successfully, but these errors were encountered:
I found 1.0.2 decode no error...
Sorry, something went wrong.
No branches or pull requests
Hello, guys:
I used dec265 for tesing, prints decoding error: pps header invalid, but VLC open this h265 I frame file successful, what happened?
/data # ./dec265 /mnt/card/2M.h265 -d
INFO: ----------------- VPS -----------------
INFO: video_parameter_set_id : 0
INFO: vps_max_layers : 1
INFO: vps_max_sub_layers : 1
INFO: vps_temporal_id_nesting_flag : 1
INFO: general_profile_space : 0
INFO: general_tier_flag : 0
INFO: general_profile_idc : Main
INFO: general_profile_compatibility_flags: 0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
INFO: general_progressive_source_flag : 0
INFO: general_interlaced_source_flag : 0
INFO: general_non_packed_constraint_flag : 0
INFO: general_frame_only_constraint_flag : 0
INFO: general_level_idc : 123 (4.10)
INFO: vps_sub_layer_ordering_info_present_flag : 1
INFO: layer 0: vps_max_dec_pic_buffering = 1
INFO: vps_max_num_reorder_pics = 0
INFO: vps_max_latency_increase = 0
INFO: vps_max_layer_id = 0
INFO: vps_num_layer_sets = 1
INFO: vps_timing_info_present_flag = 0
INFO: vps_extension_flag = 0
decoding error: pps header invalid (code=1006)
nFrames decoded: 0 (0x0 @ 0.00 fps)
2M.zip
The text was updated successfully, but these errors were encountered: