VLC updates, and some infra bugs fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "aa4b5023-aef6-4ed9-bdc9-705f59ab9ad6",
|
||||
"snapshot": "base_setup",
|
||||
"instruction": "This video is upside down, help me rotate it",
|
||||
"instruction": "Hey, could you turn this video the right way up for me? And once it's flipped around, could you save it for me with the name '1984_Apple_Macintosh_Commercial.mp4' on the main screen where all my files are?",
|
||||
"source": "https://www.dedoimedo.com/computers/vlc-rotate-videos.html",
|
||||
"config": [
|
||||
{
|
||||
@@ -10,21 +10,33 @@
|
||||
"files": [
|
||||
{
|
||||
"url": "https://drive.usercontent.google.com/download?id=1CLBjjsjGmHlbDg1lDcxfdE0F0C7-A5gZ&export=download&authuser=0&confirm=t&uuid=dde635fc-e223-4cd3-8065-899396e68d0a&at=APZUnTWQHdWYLLxlofuOIuhE2qiS:1704722380621",
|
||||
"path": "flipped_1984_Apple_Macintosh_Commercial.mp4"
|
||||
"path": "Desktop/flipped_1984_Apple_Macintosh_Commercial.mp4"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "launch",
|
||||
"parameters": {
|
||||
"command": "vlc"
|
||||
}
|
||||
"parameters": {
|
||||
"command": ["vlc", "Desktop/flipped_1984_Apple_Macintosh_Commercial.mp4"]
|
||||
}
|
||||
}
|
||||
],
|
||||
"trajectory": "trajectories/",
|
||||
"related_apps": [
|
||||
"vlc"
|
||||
],
|
||||
"evaluator": "evaluation_dir"
|
||||
"evaluator": {
|
||||
"func": "compare_videos",
|
||||
"expected": {
|
||||
"type": "cloud_file",
|
||||
"path": "https://drive.usercontent.google.com/download?id=10P9nKW7VTaHGS15tj4C0GVxUIYA0Nh42&export=download&authuser=0&confirm=t&uuid=1b812f06-b624-4aed-8d91-734c54421da3&at=APZUnTUCB-58SwcccQ_WN1T4KdJy:1704808326066",
|
||||
"dest": "1984_Apple_Macintosh_Commercial_gold.mp4"
|
||||
},
|
||||
"result": {
|
||||
"type": "vm_file",
|
||||
"path": "1984_Apple_Macintosh_Commercial.mp4",
|
||||
"dest": "1984_Apple_Macintosh_Commercial.mp4"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user