Opened 13 years ago
Closed 13 years ago
#1935 closed defect (fixed)
MEncoder ac3 output no longer works, only ac3_fixed
Reported by: | Owned by: | reimar | |
---|---|---|---|
Priority: | normal | Component: | core |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | cehoyos | |
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
The following used to work, but now it doesn't:
mencoder inputfile.mkv -o vid.mpeg -oac lavc -of mpeg -ovc lavc -lavcopts acodec=ac3
While this works perfectly:
mencoder inputfile.mkv -o vid.mpeg -oac lavc -of mpeg -ovc lavc -lavcopts acodec=ac3_fixed
Is it by design?
Change History (3)
comment:1 by , 13 years ago
Cc: | added |
---|
comment:2 by , 13 years ago
You're right, it was fixed. I was testing with a 2-week old build.
Out of curiosity, which revision number was the fix? I can't see it in the SVN log.
Note:
See TracTickets
for help on using tickets.
Please provide complete, uncut output of your failing command using latest svn (the problem was fixed last week).