cta-wave / Test-Content-Generation

Provides all information and scripts how the CTA Wave Test Content is generated
BSD 3-Clause "New" or "Revised" License
4 stars 6 forks source link

Add initial support for configuring visual sample entry, fragment type and duration #10

Closed nicholas-fr closed 4 years ago

nicholas-fr commented 4 years ago

This adds initial support for configuring the following:

See Test Content Generation.md for the updated parameters.

A few minor fixes were also made due to issues I encountered using Win10 + Python 3.8:

This is just a start, review and further work are needed, but the following should generate stream ID1 from this table: py encode_dash.py --out="output.mpd" --reps="id:1,type:v,input:tos_L1_1920x1080@60_60.mp4,codec:h264,vse:avc1,bitrate:4000,cmaf:avchd id:2,type:a,input:tos_L1_1920x1080@60_60.mp4,codec:aac,bitrate:64,cmaf:aac" --dash="sd:2,ss:template,ft:duration,fd:2" --path="ffmpeg.exe"