MCPcopy Index your code
hub / github.com/Breakthrough/PySceneDetect / test_cli_crop

Function test_cli_crop

tests/test_cli.py:118–120  ·  view source on GitHub ↗

Test --crop functionality.

()

Source from the content-addressed store, hash-verified

116
117
118def test_cli_crop():
119 """Test --crop functionality."""
120 assert invoke_scenedetect("-i {VIDEO} --crop 0 0 256 256 time {TIME}", config_file=None) == 0
121
122
123def test_cli_crop_rejects_invalid():

Callers

nothing calls this directly

Calls 1

invoke_scenedetectFunction · 0.85

Tested by

no test coverage detected