Ok had to create .cmd file at first to avoid shell open. Created VLC strip audio.cmd under SendTo folder (Run shell:sendto) @echo off cls set filepath=%1 for %%I in ("%filepath%") do ( set filename=%%~nI set extension=%%~xI ) Call "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" %1 ...
According to this topic wanted to create sendto context shortcut to remove audio from MP4 files. Here is the command "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" %1 --no-sout-audio :sout="#std{access=file,dst=output.mp4}" -I dummy This works from command line but not from sendto...
How to enable MTP using VLC GUI? I see there is a "Services discovery modules" under preferences but the field is empty and I do not see MTP on list either.