BUG 1.1 (same as 1.0.1) no max bit rate and 720p support

Dropping of max bit rate and 720p. Same bug as fixed with 1.0.1
Profile Changes from 1.0.1
Old values from 1.0.1
New Values from 1.1
Profile Changes from 1.0.1
- Code:
803,808c803,806
< <Video targetContainer="mpegts" targetVCodec="mpeg2video" maxVBitrate="10000" targetACodec="ac3" maxHeight="720" aBitrate="320" forceVTranscoding="true" >
< <Matches container="*" vCodec="h264" />
< <Matches container="matroska" />
< <Matches container="mpegts" />
< <Matches container="mp4" />
< <Matches container="avi" />
---
> <Video targetContainer="mpegts" targetVCodec="mpeg2video" maxVBitrate="17000" targetACodec="ac3" aBitrate="320">
> <Matches container="*" vCodec="h264" profile="high" levelGreaterThan="4.1" />
> <Matches container="*" vCodec="h264" profile="main" levelGreaterThan="4.1" />
> <Matches container="matroska" vCodec="vp8" />
Old values from 1.0.1
- Code:
/usr/local/serviio/bin/ffmpeg -i /blue-ray/YYYYYY.mkv -y -threads 4 -copyts -c:v mpeg2video
MISSING: (CAN"T FIGURE OUT HOW TO HIGHLIGHT) -b:v 10000k -maxrate:v 10000k -bufsize:v 10000k -vf scale=1280:720 -r 24000/1001 -g 15
-c:a ac3 -b:a 320k -ac 6 -map 0:0 -map 0:1 -sn -f mpegts /tmp/Serviio/transcoding-temp-74-10-ORIGINAL.stf
New Values from 1.1