Hi Michal,
The reason for the slow transcoding is the video bitrate is very high for your camera videos (>25Mbps). You can try reducing the encoding bitrate and it may speed up transcoding. I'll email you a tweaked device profile to try.
Regarding thumbnail artwork, I think the majority of people want their artwork displayed non-stretched with the correct aspect ratio. If you really want stretched thumbnails, then you can turn off the padding="1" setting in the device profile, like this:
Code:
<avcontainer id="jpeg" name="jpeg_sm" mimetype="image/jpeg" encode="1" baseline="1" dlnaprofile="JPEG_SM" supportschunked="0" padded="1" preferredthumbnail="1">
...
<avcontainer id="jpeg" name="jpeg_tn" mimetype="image/jpeg" encode="1" baseline="1" dlnaprofile="JPEG_TN" supportschunked="0" padded="0" preferredthumbnail="1">
...
You will need to restart your Mezzmo server and delete your transcoded files after changing this setting.
Bookmarks