Opened 20 years ago
Closed 17 years ago
Last modified 17 years ago
mtd cleanup / autocrop prep.
This patch cleans up the mtd a little bit. Transcode parameters and DVD characteristics are now member variables of DVDTranscodeThread. buildTranscodeCommandLine() doesn't end up querying the database twice in two-pass mode (or at all). GetTranscodeParams() queries the database once early in DVDTranscodeThread::run().
Transcode parameters can now be changed in the middle of a job for things like autocropping, and will be persistant across runs in two-pass encoding. Also, buildTranscodeCommandLine() is called in the same place for both passes, making the code ever so slightly less confusing.
Change History
(11)
by mcheely@…, 20 years ago
| Owner: |
changed from Isaac Richards to Anduin Withers
|
| Component: |
mythdvd → mythvideo
|
| Status: |
new → infoneeded_new
|
| Status: |
infoneeded_new → new
|
| Resolution: |
→ wontfix
|
| Status: |
new → closed
|
| Milestone: |
0.23 → unknown
|
I always forget something