[mythtv-commits] Ticket #3961: Wrong resolution in LP profile

MythTV mythtv at cvs.mythtv.org
Thu Sep 13 12:33:17 UTC 2007


#3961: Wrong resolution in LP profile
-------------------------+--------------------------------------------------
 Reporter:  anonymous    |       Owner:  paulh  
     Type:  defect       |      Status:  new    
 Priority:  major        |   Milestone:  unknown
Component:  mytharchive  |     Version:  unknown
 Severity:  medium       |     Mlocked:  0      
-------------------------+--------------------------------------------------
 The LP profile is specified to have a resolution of 352x576. It is
 supposed to be 576x352.
 At the moment ffmpeg will return an error when MythArchive wants to run it
 and terminates MythArchive.
 The error is in
 /trunk/mythplugins/mytharchive/mythburn/encoder_profiles/ffmpeg_dvd_pal.xml

 <profile>
 44              <name>LP</name>
 45              <description>A long play profile giving approx. 4 hour of
 video on a single layer DVD</description>
 46              <bitrate>1030.07</bitrate>
 47              <passes>1</passes>
 48              <parameter name="-v"      value="1"/>
 49              <parameter name="-i"      value="%inputfile"/>
 50              <parameter name="-r"      value="pal"/>
 51              <parameter name="-target" value="dvd"/>
 52              <parameter name="-b"      value="2344k"/>
 53              <parameter name="-s"      value="352x576"/>
 54              <parameter name="-acodec" value="ac3"/>
 55              <parameter name="-ab"     value="192k"/>
 56              <parameter name="-ac"     value="2"/>
 57              <parameter name="-copyts" value=""/>
 58              <parameter name="-aspect" value="%aspect"/>
 59              <parameter name=""        value="%outputfile"/>
 60          </profile>

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


More information about the mythtv-commits mailing list