Opened 18 years ago

Closed 18 years ago

#1625 closed enhancement (fixed)

Add filters support to mythtranscode

Reported by: bmayland@… Owned by: cpinkham
Priority: minor Milestone: unknown
Component: mythtv Version:
Severity: low Keywords: mythtranscode filter
Cc: Ticket locked: no

Description

I've added support for using custom filters in transcoding profiles for some reason. Is there any reason to include / not include this in trunk? It adds the code to do it (like 2 lines) and the code to configure it from the recordingprofiles config wizard (like a bunch of lines).

I also noticed that the ConfigurationDialog? class never initialized its protected dialog member to NULL, meaning that it could not be reliably used to tell if the dialog was available. This includes a 1-line fix to rectify that.

Attachments (1)

transcode-filters.diff (7.6 KB) - added by bmayland@… 18 years ago.
diff svn head r9579

Download all attachments as: .zip

Change History (2)

Changed 18 years ago by bmayland@…

Attachment: transcode-filters.diff added

diff svn head r9579

comment:1 Changed 18 years ago by cpinkham

Resolution: fixed
Status: newclosed

(In [9900]) Add recording profile setting to allow specifying filters to apply when performing lossy transcoding with mythtranscode. Patch by Bryan Mayland.

Closes #1625.

Note: See TracTickets for help on using tickets.