Avidemux Forum

Avidemux => Windows => Topic started by: ergoren on April 29, 2013, 02:34:03 PM

Title: Right click > Save audio from video file
Post by: ergoren on April 29, 2013, 02:34:03 PM
I want to save audio track from a video file.

I made a registry entry to call AviDemux from Windows explorer with just a right click.

"C:\Program Files\AviDemux\avidemux.exe" --force-smart --force-unpack --audio-map --load "%1" --save-raw-audio "d:\Audio.mp3" --quit

But when I select the video file there was a "could not open the file" error.

EDIT: It works but local files only. I was tried with a shared file over network.
Title: Re: Right click > Save audio from video file
Post by: Jan Gruuthuse on April 29, 2013, 06:05:35 PM
my guess as non windows user: you need to find a way to pass the filename from right click in to the used variable "%1" or a special variable used by windows for right click on filename to get that filename. If you have spaces in filename and paths that could cause problems.
You can test this with with echo "%1"