Quote Originally Posted by Peter View Post
glad to hear that worked. For the aspect ratio issue you can check the resolution of the files that stretch to full screen and compare this to the ISO file's resolution to see if this gives any clue. Mezzmo will only put black bars in when transcoding if the device profile has a list of resolutions in the format tag:


<dimensions width="320" height="240" />
<dimensions width="352" height="288" />
<dimensions width="352" height="480" />
<dimensions width="352" height="576" />
<dimensions width="480" height="270" />
<dimensions width="480" height="480" />
<dimensions width="480" height="576" />
<dimensions width="544" height="480" />
<dimensions width="544" height="576" />
<dimensions width="640" height="360" />
<dimensions width="640" height="480" />
<dimensions width="688" height="384" />
<dimensions width="704" height="480" />
<dimensions width="704" height="576" />
<dimensions width="720" height="406" />
<dimensions width="720" height="480" />
<dimensions width="720" height="576" />
<dimensions width="800" height="450" />
<dimensions width="1024" height="576" />
<dimensions width="1280" height="720" />
<dimensions width="1280" height="1080" />
<dimensions width="1366" height="768" />
<dimensions width="1440" height="810" />
<dimensions width="1600" height="900" />
<dimensions width="1920" height="1080" />

See the PanasonicViera2011AspectRatio.prf profile for an example.
Perfect!, black bars are now working.

btw is is possible to burn embedded subs or do they need to be extracted first so they become external, just curious since extracting the subs can take awhile.

thanks for the help