News:

--

Main Menu

Right click > Save audio from video file

Started by ergoren, April 29, 2013, 02:34:03 PM

Previous topic - Next topic

ergoren

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.

Jan Gruuthuse

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"