#406 closed defect (fixed)
mencoder with -of mpeg and no specified output, outputs test.avi
Reported by: | compn | Owned by: | |
---|---|---|---|
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 , 19 years ago
Status: | new → assigned |
---|
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In reply to comment #0)
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