Opened 18 years ago
Closed 16 years ago
#5855 closed enhancement (fixed)
Add H.264 Exporter to Nuvexport
| Reported by: | Owned by: | beirdo | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.24 |
| Component: | Apps - Nuvexport | Version: | unknown |
| Severity: | low | Keywords: | h264 nuvexport mythextras |
| Cc: | Ticket locked: | no |
Description
I have completed the rudimentary steps of adding a basic h.264 encode exporter to nuvexport. It allows the user to change the video bitrate and audio. Audio is encoded using FAAC
Video default should be 1000 and audio should be 128
Attachments (3)
Change History (11)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Using Mencoder for encoding it seems to produce a better quality video (IMHO). I based the encode string off of h264enc's genenated script. I am considering adding one more configuration to choose between -oac copy and -oac faac. If you find this of value, I will do it.
comment:3 by , 18 years ago
| Status: | new → assigned |
|---|
comment:4 by , 17 years ago
| Component: | perl / nuvexport → Apps - Nuvexport |
|---|
comment:5 by , 16 years ago
| Owner: | changed from to |
|---|
comment:6 by , 16 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | assigned → closed |
Dupe of #2976 (Not saying which is better, simply that both accomplish the same goal).
comment:7 by , 16 years ago
| Milestone: | unknown → 0.24 |
|---|---|
| Resolution: | duplicate |
| Status: | closed → new |
As the two are slightly different encodings, I'm planning on putting both into nuvexport shortly (with tweaks, of course).
comment:8 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |

fyi, nuvexport can already export to h.264 via the mp4 exporter (the most common format used for h.264 at the time of its writing)