﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
3961	Wrong resolution in LP profile	anonymous	paulh	"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>"	defect	closed	major	unknown	mytharchive	unknown	medium	invalid	mytharchive ffmpeg resolution		0
