mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Remove SSIM calculation on SEF videos.
SEF is similar to frame editing, where the input and output videos are not intended to match, so SSIM will not provide a reliable value. To check SSIM correctly in future, we would need to provide golden/expected video files to compare output against. PiperOrigin-RevId: 436707240
This commit is contained in:
parent
bda6604757
commit
76d44bec30
1 changed files with 0 additions and 1 deletions
|
|
@ -162,7 +162,6 @@ public class TransformationTest {
|
||||||
new TransformationRequest.Builder().setFlattenForSlowMotion(true).build())
|
new TransformationRequest.Builder().setFlattenForSlowMotion(true).build())
|
||||||
.build();
|
.build();
|
||||||
new TransformerAndroidTestRunner.Builder(context, transformer)
|
new TransformerAndroidTestRunner.Builder(context, transformer)
|
||||||
.setCalculateSsim(true)
|
|
||||||
.build()
|
.build()
|
||||||
.run(testId, MP4_ASSET_SEF_URI_STRING);
|
.run(testId, MP4_ASSET_SEF_URI_STRING);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue