[mythtv-commits] Ticket #3626: Multi-pass encoding using mytharchive

MythTV mythtv at cvs.mythtv.org
Sun Jun 17 14:46:15 UTC 2007


#3626: Multi-pass encoding using mytharchive
-------------------------+--------------------------------------------------
 Reporter:  anonymous    |       Owner:  paulh  
     Type:  patch        |      Status:  new    
 Priority:  minor        |   Milestone:  unknown
Component:  mytharchive  |     Version:  head   
 Severity:  medium       |     Mlocked:  0      
-------------------------+--------------------------------------------------
 Hello!
 I'm using mytharchive to convert my records into DVD-format.
 To get the highest quality i selected the HQ-encoding profile.
 While converting the records, i detected two bugs:
  - The outputfile has to be the last element in the encoding profile
    (after pass-options and before mapping).
  - You have to replace '%passno' and not '%pass'.
    In the current software the string '%passlogfile' will be replaces to
 '1logfile'
    and '%passno' will be '1no'.
  - (optional): ffmpeg adds '-0.log' to the '%passlogfile' automatically.
    If you set '%passlogfile' to pass.log you get the logfile:
 'pass.log-0.log'

 After patching the code the HQ encoding runs (in my case) without problems
 ;-)

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3626>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list