Files
sci-gui-agent-benchmark/evaluation_examples/examples/vlc/cb130f0d-d36f-4302-9838-b3baf46139b6.json
Timothyxxx d373817edb Modify VLC launch command and fullscreen detection
- Add VLC_VERBOSE=-1 to suppress verbose logging in VLC launch commands across multiple example files
- Update is_vlc_fullscreen function to handle cases where screen size or window size is None
- Improve robustness of VLC-related metrics and example configurations
2025-03-06 22:11:42 +08:00

22 lines
507 B
JSON

{
"id": "cb130f0d-d36f-4302-9838-b3baf46139b6",
"snapshot": "base_setup",
"instruction": "Automatically adjust the brightness and contrast of this video to match my room's lighting.",
"source": "https://www.vlchelp.com/increase-brightness-contrast-videos/",
"config": [
{
"type": "launch",
"parameters": {
"command": "VLC_VERBOSE=-1 vlc"
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"vlc"
],
"evaluator": {
"func": "infeasible"
}
}