mencoder: output-file not found

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
^rooker
Site Admin
Posts: 1483
Joined: Fri Aug 29, 2003 8:39 pm

mencoder: output-file not found

Post by ^rooker »

[PROBLEM]
I wanted to create an MPEG file with mencoder, but for some extremely strange reason, mencoder refused to do so and displayed the following error message:
File not found: 'test.mpeg'
Failed to open test.mpeg.
Cannot open output file 'test.mpeg'.
Since it was supposed to *create* the file "test.mpeg", I was confused why it complained that it didn't exist.
WTF?!

[SOLUTION]
Well, the file did already exist from a previous run - and was still opened in Avidemux. Now mencoder couldn't write that file and outputs the misleading error message: "File not found".
Actually, the error message should have been:
"Cannot write output file 'test.mpeg'."
Jumping out of an airplane is not a basic instinct. Neither is breathing underwater. But put the two together and you're traveling through space!
Post Reply