refactor: update VLC command configurations to suppress audio and video title display across multiple JSON examples

This commit is contained in:
yuanmengqi
2025-06-07 09:02:49 +00:00
parent 7d25f902a4
commit 8d0ff7c99c
17 changed files with 46 additions and 56 deletions

View File

@@ -18,14 +18,8 @@
{
"type": "launch",
"parameters": {
"command": [
"VLC_VERBOSE=-1",
"vlc",
"--start-time=120.5",
"--stop-time=121",
"--play-and-pause",
"/home/user/Desktop/Interstellar Movie - Official Trailer.mp4"
]
"command": "VLC_VERBOSE=-1 vlc --no-audio --no-video-title-show --start-time=120.5 --stop-time=121 --play-and-pause '/home/user/Desktop/Interstellar Movie - Official Trailer.mp4'",
"shell": true
}
},
{