xiph / awcy

http://arewecompressedyet.com/
MIT License
70 stars 46 forks source link

CTC: Unbreak Convexhull generation and introduce XLSM export support #321

Closed vibhoothi closed 1 year ago

vibhoothi commented 1 year ago

This PR introduces XLSM export support for AS condition,

Natively we are having as one new run for AS with 'aomctc-a1-4k-asas task andav2-as` as codec. As the template Is different, we are having it differently not merged with other testing conditions.

Note that for getting the Conex-hull curves in the frontend, we require to select two jobs where the bd-rate-report-as makes the XLSM files iwht the covex-hull points. Rest all process is same as previous ones.

This PR have a commit 33a739fef4e006cf64a520c53e67735f0a15c58a from PR #320 , will rebase after merging.

Screenshots:

image image image image

VLC12 Link: http://vlc12.xiph.osuosl.org:3000/?job=avm_base_head_single_AS_dry_v4_test2_t2&job=avm_base_head_single_AS_dry_v4_test2

Important thing to note here is, the RD_TOOL by default spits the clip into two parts ie. two vids with 65F and encode in parallel. If we want a method without that, we require to modify that.

vibhoothi commented 1 year ago

Also depends on https://github.com/xiph/rd_tool/pull/128