Page 1 of 1

Limit Resolution

PostPosted: Sun Apr 06, 2014 1:33 pm
by Popkultur
Is there a possibility to limit the transcoding resolution of the resulting file? I have a TV which is attached by Wifi, and it plays back only 720p smoothly, but not 1080p.

Re: Limit Resolution

PostPosted: Fri Apr 18, 2014 11:10 pm
by grolschie
EDIT: better solution posted below.

Re: Limit Resolution

PostPosted: Sat Apr 19, 2014 5:46 am
by Iveky
<Video targetContainer="applehttp" targetVCodec="h264" maxVBitrate="1024" forceVTranscoding="true" targetACodec="aac" forceStereo="true" aBitrate="192" DAR="16:9" maxHeight="320">
<Matches container="*" />
</Video>


this above is how to limit resolution, adjust to your profile (change bitrate, size and applehttp...)

Re: Limit Resolution

PostPosted: Sun Jun 15, 2014 10:19 am
by Darkfalz
Interesting. I'd like to use this as a basis to create an Android tablet/phone profiles (which will also transcode DTS to DD5.1).

Re: Limit Resolution

PostPosted: Sun Jun 15, 2014 6:00 pm
by Iveky
that is for my LG android phone... modify for your needs

Sent from my LG-E440 using Tapatalk 2

Re: Limit Resolution

PostPosted: Wed Jun 25, 2014 9:16 am
by wanxu
Hi, I'm also on wifi and it's not smooth, so I want to change something in the configuration to improve performance, but I have doubts. Where do we have to change that? In the standard configuration profile (assuming it's for for a Samsung C/D Series TV)?

Is there any transcoding configuration tutorial? Maybe another codec is faster... I don't know.

Thanks

Re: Limit Resolution

PostPosted: Wed Jun 25, 2014 3:23 pm
by Iveky
on samsung, if you force transcodings, you will lose jumps... i would go for wired connection or good wireless N

Sent from my LG-E440 using Tapatalk 2

Re: Limit Resolution

PostPosted: Wed Jun 25, 2014 6:09 pm
by wanxu
Well, I did it and I did not lose jumps. It seems to work better now. I've reduced the quality to:

<Video targetContainer="mpegts" targetACodec="ac3" aBitrate="128" targetVCodec="mpeg2video" maxVBitrate="2000">

I have a good wireless N, but not wired connection.