Opened 17 years ago

Closed 14 years ago

#2976 closed patch (fixed)

patch for x264 module for mencoder

Reported by: funtoos@… Owned by: beirdo
Priority: minor Milestone: 0.24
Component: Apps - Nuvexport Version: head
Severity: medium Keywords: x264 transcode
Cc: Ticket locked: no

Description

Is it possible for you to include the x264 module and the patch to /usr/bin/nuvexport in your next release? They are linked in here:

http://mythtv.org/pipermail/mythtv-users/2007-January/165628.html

The options put in there are from my own experience and testing with at 5 movies of various sizes and content. threads=3 saves a lot of time on my dual core, but you may want to make it 2. Moreover, the output from threads=1 and threads=2 was identical except for the 20% speedup in encoding. So, maybe threads=2 is the best bang for buck.

Attachments (2)

X264.pm (6.8 KB) - added by devsk 17 years ago.
a new module for doing x264 encoding with mencoder
nuvexport.patch (623 bytes) - added by devsk 17 years ago.
patch for /usr/bin/nuvexport to support X264 under mencoder

Download all attachments as: .zip

Change History (13)

comment:1 Changed 17 years ago by anonymous

Component: mythtvperl / nuvexport
Keywords: x264 transcode added
Owner: changed from Isaac Richards to xris

comment:2 Changed 17 years ago by anonymous

you will need to fix one more thing: I think while testing I took out the -vop scale= line from x264.pm.

Changed 17 years ago by devsk

Attachment: X264.pm added

a new module for doing x264 encoding with mencoder

Changed 17 years ago by devsk

Attachment: nuvexport.patch added

patch for /usr/bin/nuvexport to support X264 under mencoder

comment:3 Changed 17 years ago by devsk

the patch is attached to this report now. No need to hunt. And -vop is fixed.

comment:4 Changed 17 years ago by xris

fyi, the mp4 exporter for ffmpeg does x264 just fine.

comment:5 Changed 16 years ago by danielk

Version: 0.20head

comment:6 Changed 15 years ago by Dibblah

Status: newassigned

comment:7 Changed 15 years ago by stuartm

Component: perl / nuvexportApps - Nuvexport

comment:8 Changed 14 years ago by beirdo

Owner: changed from xris to beirdo

comment:9 Changed 14 years ago by robertm

See #5855 for alternate approach.

comment:10 Changed 14 years ago by beirdo

Milestone: unknown0.24

comment:11 Changed 14 years ago by beirdo

Resolution: fixed
Status: assignedclosed

(In [25430]) Added H.264 exports using mencoder. There is one that uses AAC audio, and one that uses MP3 audio.

This brings up a point in favor of redesigning to choose video codec, audio codec, container format separately in the future.

Closes #5855. Closes #2976.

Note: See TracTickets for help on using tickets.