Skip to content

test static hdr properties when dashing hevc content #31

New issue

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions hash_refs/dash-hdr-hevc_bt2020ncl-init.hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
�`��=���xc����n�WB
1 change: 1 addition & 0 deletions hash_refs/dash-hdr-hevc_bt2020ncl-mpd.hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
;OU�Y)�`JO�/� �c
1 change: 1 addition & 0 deletions hash_refs/dash-hdr-hevc_bt2020ncl-seg.hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
o$R�n�G*��*�g�̈�{
1 change: 1 addition & 0 deletions hash_refs/dash-hdr-hevc_hlg10-init.hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
χK�\��cG?�°�(�L
1 change: 1 addition & 0 deletions hash_refs/dash-hdr-hevc_hlg10-mpd.hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
�b�/l ���<��cHX{��`
1 change: 1 addition & 0 deletions hash_refs/dash-hdr-hevc_hlg10-seg.hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
�-�+!��F� S��9z&;\
Expand Down
1 change: 1 addition & 0 deletions hash_refs/dash-hdr-hevc_hlg10_atc-init.hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
�`��=���xc����n�WB
1 change: 1 addition & 0 deletions hash_refs/dash-hdr-hevc_hlg10_atc-mpd.hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0�7L�d���X�싦p��
1 change: 1 addition & 0 deletions hash_refs/dash-hdr-hevc_hlg10_atc-seg.hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
S�L8L�%��%�K��)(��
1 change: 1 addition & 0 deletions hash_refs/dash-hdr-hevc_pq10-init.hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
�Y�!�0�J���.���(��
2 changes: 2 additions & 0 deletions hash_refs/dash-hdr-hevc_pq10-mpd.hash
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
s�t�
(�9��r<fĭ�Ë
1 change: 1 addition & 0 deletions hash_refs/dash-hdr-hevc_pq10-seg.hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#aԲ�!X��;����s�
17 changes: 17 additions & 0 deletions scripts/dash-hdr.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/bin/sh

rm -f "$TEMP_DIR/hdr"

do_dash_hdr_test(){
test_begin "dash-hdr-$1"
do_test "$GPAC -i $EXTERNAL_MEDIA_DIR/hdr/$1.hvc -o $TEMP_DIR/hdr/$1.mpd" "$1"
do_hash_test $TEMP_DIR/hdr/$1.mpd "mpd"
do_hash_test $TEMP_DIR/hdr/$1_dashinit.mp4 "init"
do_hash_test $TEMP_DIR/hdr/$1_dash1.m4s "seg"
test_end
}

do_dash_hdr_test hevc_bt2020ncl
do_dash_hdr_test hevc_hlg10
do_dash_hdr_test hevc_hlg10_atc
do_dash_hdr_test hevc_pq10