Skip to content

Commit

Permalink
update content streams, see #13
Browse files Browse the repository at this point in the history
  • Loading branch information
rbouqueau committed Jun 3, 2021
1 parent 67655dd commit 163e591
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run-all.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
csv_reader = csv.reader(csv_file, delimiter=',')
csv_line_index = 0

switching_set_X1_IDs = [ "20", "23", "24", "25", "28", "32", "34" ] # keep ordered
switching_set_X1_IDs = [ "1", "20", "23", "24", "25", "28", "32", "34" ] # keep ordered
switching_set_X1_command = ""
switching_set_X1_reps = []

Expand Down
5 changes: 4 additions & 1 deletion switching_sets_single_track.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Stream ID,mezzanine prefix,pic timing,VUI timing,sample entry,CMAF frag dur,init constraints,frag_type,resolution,framerate,bitrate
1,tos_L1_1920x1080@30_60.mp4,TRUE,FALSE,avc1,regular,duration,1920x1080,0.5,5100
2,tos_L1_1920x1080@30_60.mp4,FALSE,TRUE,avc3,single,pframes,1920x1080,0.5,5000
3,tos_L1_1920x1080@30_60.mp4,TRUE,FALSE,avc1+3,regular,every_frame,1920x1080,0.5,4900
10,tos_L1_1920x1080@30_60.mp4,FALSE,FALSE,avc1+3,2,regular,duration,1920x1080,0.5,4800
11,tos_L1_1920x1080@30_60.mp4,TRUE,TRUE,avc1,2,regular,duration,1920x1080,0.5,4100
12,tos_L1_1920x1080@30_60.mp4,TRUE,FALSE,avc1,2,regular,duration,1920x1080,0.5,4200
Expand All @@ -7,7 +10,7 @@ Stream ID,mezzanine prefix,pic timing,VUI timing,sample entry,CMAF frag dur,init
15,tos_L1_1920x1080@30_60.mp4,TRUE,FALSE,avc1,2,single,pframes,1920x1080,0.5,4500
16,tos_L1_1920x1080@30_60.mp4,TRUE,FALSE,avc1,2,regular,every_frame,1920x1080,0.5,4600
17,tos_L1_1920x1080@30_60.mp4,TRUE,FALSE,avc1,2,regular,duration,1920x1080,0.5,4700
20,tos_L1_1920x1080@60_60.mp4,TRUE,FALSE,avc1,2,regular,duration,1920x1080,1,6000
20,tos_L2_1920x1080@60_60.mp4,TRUE,FALSE,avc1,2,regular,duration,1920x1080,1,6000
21,tos_K1_1600x900@30_60.mp4,TRUE,FALSE,avc1,2,regular,duration,1600x900,0.5,3000
22,tos_J1_1280x720@30_60.mp4,TRUE,FALSE,avc1,2,regular,duration,1280x720,0.5,2000
23,tos_J1_1280x720@60_60.mp4,TRUE,FALSE,avc1,2,regular,duration,1280x720,1,3000
Expand Down

0 comments on commit 163e591

Please sign in to comment.