Search found 4 matches

Go to advanced search

by kanibaals
28 Aug 2014 17:26
Forum: VLC media player for Windows Troubleshooting
Topic: remove audio from a video file (Sendto)
Replies: 1
Views: 802

Re: remove audio from a video file (Sendto)

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 ...
by kanibaals
28 Aug 2014 16:41
Forum: VLC media player for Windows Troubleshooting
Topic: remove audio from a video file (Sendto)
Replies: 1
Views: 802

remove audio from a video file (Sendto)

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...
by kanibaals
27 Aug 2014 23:40
Forum: VLC media player for Windows Troubleshooting
Topic: Services discovery modules
Replies: 1
Views: 1615

Re: Services discovery modules

Ok, I see that libmtp_plugin is missing in windows build. As providing MTP as module name doesn't enable it.
by kanibaals
27 Aug 2014 23:11
Forum: VLC media player for Windows Troubleshooting
Topic: Services discovery modules
Replies: 1
Views: 1615

Services discovery modules

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.

Image

Go to advanced search