Opened 14 years ago
Closed 14 years ago
#3064 closed defect (fixed)
nuvexport needs mencoder and xvid cleanup
Reported by: | devsk | Owned by: | xris |
---|---|---|---|
Priority: | major | Milestone: | unknown |
Component: | perl / nuvexport | Version: | 0.20 |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
mencoder module is broken for xvid encoding because of -vop and -nosound. Attached are the patches for mencoder.pm and Xvid.pm under export/mencoder/. These fix the -vop mess and use the newer -vf command line. Moreover, -nosound doesn't really work. Some enhanced Xvid options are added (from personal experience, please test and use).
Attachments (2)
Change History (3)
Changed 14 years ago by
Attachment: | mencoder-xvid.patch added |
---|
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [13106]) mencoder and mencoder+xvid updates/optimizations. Selectively apply parts of patches to close #3064. I don't know what the maker of the patch was reading, but the man page clearly states that the -vf (formerly -vop) filters are applied in reverse, and the correct order should be scale,denoise,deint,crop (which would then be reversed by mencoder to run them as crop->deint->denoise->scale)
Xvid.pm patch for mencoder