refactor: update VLC command configurations to suppress audio and video title display across multiple JSON examples
This commit is contained in:
@@ -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
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user