Well, it's stupid I can use the ffmpeg CLI under Windows and not under Linux.
Under windows, these 2 methods work:
Either I open a Dos window, go to the folder directory of the file I want and launch:
ffmpeg -i test.avi -acodec copy r.mp3
Or If I'm in root C, this also works
ffmpeg -i "c:\Documents & Settings\Angel\Mes Documents\Downloads\test.avi" -acodec copy "c:\Documents & Settings\Angel\Mes Documents\Downloads\test.mp3"
Now, under Linux
Method 1 does not work, nor
ffmpeg -i "\mnt\sda2\Documents & Settings\Angel\Mes Documents\Downloads\test.avi" -acodec copy "\mnt\sda2\Documents & Settings\Angel\Mes Documents\Downloads\test.mp3"
Of course sda2 is mounted.
What do I miss??
+ Reply to Thread
Results 1 to 3 of 3
-
-
I've no idea why method 1 isn't working without seeing an error message.
The last example is going to fail because you're using backslashes. The path should be "/mnt/sda2/" etc -
OK working, it's case sensitive !I typed as input file
test.mp4 instead of test.MP4
Similar Threads
-
CLI of BDinfo??
By RogerTango in forum Blu-ray RippingReplies: 3Last Post: 15th Oct 2011, 02:13 -
Info, Play and Preview buttons dead (AVI to DVD ffmeg mpeg2)
By MsMousette in forum ffmpegX general discussionReplies: 11Last Post: 14th Apr 2010, 20:58 -
looking for a Linux CLI demuxer for MP4
By ekinskofer in forum AudioReplies: 10Last Post: 26th Nov 2009, 11:29 -
How to use ffmpeg? .MOD to .MPEG to ffmeg.
By CAH1 in forum ffmpegX general discussionReplies: 17Last Post: 19th Mar 2009, 20:22 -
Linux themed skin for DVD Rebuilder (for Ubuntu and Generic Linux)
By freebird73717 in forum LinuxReplies: 5Last Post: 26th Nov 2008, 20:27