Opened 18 years ago
Closed 18 years ago
#4438 closed patch (fixed)
nuvexport - "mp3" now "libmp3lame" in current ffmpeg
| Reported by: | Owned by: | xris | |
|---|---|---|---|
| Priority: | blocker | Milestone: | 0.21 |
| Component: | perl / nuvexport | Version: | unknown |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
the latest release of nuvexport wouldn't allow an encode anything that was trying to use "acodec mp3". I've changed what I could find that uses that to use "acodec libmp3lame" as is the current ffmpeg standard option.
Attachments (1)
Change History (4)
by , 18 years ago
| Attachment: | xvid-mp3flagfix.patch added |
|---|
comment:1 by , 18 years ago
| Milestone: | unknown → 0.21 |
|---|---|
| Priority: | minor → blocker |
comment:2 by , 18 years ago
comment:2 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [16096]) apply cleaner version of patch re #4438 to add support for libmp3lame codec rename in ffmpeg.