Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#406 closed defect (fixed)

mencoder with -of mpeg and no specified output, outputs test.avi

Reported by: compn Owned by: alex@…
Priority: unimportant Component: ve
Version: HEAD Severity: trivial
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

mencoder blah.avi -of mpeg -ovc lavc -oac mp3lame
outputs test.avi

simple fix is to read -of mpeg and output test.mpg
possibly read -of lavf -lavfopts format=xxx as well
and maybe even test.raw for -rawaudio/-rawvideo without -o option?

Change History (2)

comment:1 by reynaldo@…, 18 years ago

Status: newassigned

comment:2 by reynaldo@…, 18 years ago

Resolution: fixed
Status: assignedclosed

(In reply to comment #0)

mencoder blah.avi -of mpeg -ovc lavc -oac mp3lame
outputs test.avi

Fixed with:

force -o &&
test against known wrong combinations of muxer/filename_output_extention

largely discussed on dev-eng, Original patch by Oded Shimon, reworked
by me and applyed by The Wanderer.

Regards

Reynaldo

Note: See TracTickets for help on using tickets.