home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
WebService and Mobile Access
Popular Plugins
MPExtended
Aspect ration and keeping size
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="hkjensen" data-source="post: 865597" data-attributes="member: 52267"><p>Hi</p><p> </p><p>I'm streaming tv-server and using ffmpeg as encoder to minimize bitrate, and would like to keep the original size of 720 x 576 and an aspect ratio of 16/9</p><p>(Actually the stream is feed back to TV-Server as an IP-TV stream)</p><p> </p><p>But the stream is resize to 720 x 404 and aspect ratio 720 x 404</p><p>From Service.log:</p><p>2012-05-07 19:58:03.0896 [(10)] INFO: Encoding: starting input named pipe \\.\pipe\413eb433-ca66-4f44-8a6c-4a365fbea488 </p><p>2012-05-07 19:58:03.0896 [(10)] INFO: Encoding: starting output named pipe \\.\pipe\a517e166-ac68-4b32-969d-d639c3207489 </p><p>2012-05-07 19:58:03.0896 [(10)] INFO: Encoder: Transcoder configuration dump </p><p>2012-05-07 19:58:03.0896 [(10)] INFO: Encoder: hasStdin False, hasStdout False, hasStderr True </p><p>2012-05-07 19:58:03.0896 [(10)] INFO: Encoder: path Streaming\ffmpeg.exe </p><p>2012-05-07 19:58:03.0896 [(10)] INFO: Encoder: arguments -y -i "\\.\pipe\413eb433-ca66-4f44-8a6c-4a365fbea488" -s 720x404 -aspect 720:404 -map v:0 -map a:0 -codec:v libx264 -b:v 1536k -profile:v baseline -preset:v ultrafast -coder rle -codec:a copy -strict experimental -async 1 -sn -f mpegts "\\.\pipe\a517e166-ac68-4b32-969d-d639c3207489"</p><p> </p><p>Streaming profile:</p><p> <transcoder></p><p> <name>WebTV</name></p><p> <description>TV-Server IP-TV profile</description></p><p> <bandwidth>2000</bandwidth></p><p> <target>android</target></p><p> <transport>http</transport></p><p> <maxOutputWidth>720</maxOutputWidth></p><p> <maxOutputHeight>576</maxOutputHeight></p><p> <mime>video/MP2T</mime></p><p> <videoStream>true</videoStream></p><p> <transcoderConfiguration implementation="MPExtended.Services.StreamingService.Transcoders.FFMpeg"></p><p> <codecParameters>-codec:v libx264 -b:v 1536k -profile:v baseline -preset:v ultrafast -coder rle -codec:a copy -strict experimental -async 1 -sn -f mpegts</codecParameters></p><p> </transcoderConfiguration></p><p> </transcoder></p><p> </p><p>I wold like the arguments to be:</p><p>arguments -y -i "\\.\pipe\413eb433-ca66-4f44-8a6c-4a365fbea488" -s 720x576 -aspect 720:404 -map v:0 -map a:0 -codec:v libx264 -b:v 1536k -profile:v baseline -preset:v ultrafast -coder rle -codec:a copy -strict experimental -async 1 -sn -f mpegts</p><p> </p><p> </p><p>Is it possibul ?</p></blockquote><p></p>
[QUOTE="hkjensen, post: 865597, member: 52267"] Hi I'm streaming tv-server and using ffmpeg as encoder to minimize bitrate, and would like to keep the original size of 720 x 576 and an aspect ratio of 16/9 (Actually the stream is feed back to TV-Server as an IP-TV stream) But the stream is resize to 720 x 404 and aspect ratio 720 x 404 From Service.log: 2012-05-07 19:58:03.0896 [(10)] INFO: Encoding: starting input named pipe \\.\pipe\413eb433-ca66-4f44-8a6c-4a365fbea488 2012-05-07 19:58:03.0896 [(10)] INFO: Encoding: starting output named pipe \\.\pipe\a517e166-ac68-4b32-969d-d639c3207489 2012-05-07 19:58:03.0896 [(10)] INFO: Encoder: Transcoder configuration dump 2012-05-07 19:58:03.0896 [(10)] INFO: Encoder: hasStdin False, hasStdout False, hasStderr True 2012-05-07 19:58:03.0896 [(10)] INFO: Encoder: path Streaming\ffmpeg.exe 2012-05-07 19:58:03.0896 [(10)] INFO: Encoder: arguments -y -i "\\.\pipe\413eb433-ca66-4f44-8a6c-4a365fbea488" -s 720x404 -aspect 720:404 -map v:0 -map a:0 -codec:v libx264 -b:v 1536k -profile:v baseline -preset:v ultrafast -coder rle -codec:a copy -strict experimental -async 1 -sn -f mpegts "\\.\pipe\a517e166-ac68-4b32-969d-d639c3207489" Streaming profile: <transcoder> <name>WebTV</name> <description>TV-Server IP-TV profile</description> <bandwidth>2000</bandwidth> <target>android</target> <transport>http</transport> <maxOutputWidth>720</maxOutputWidth> <maxOutputHeight>576</maxOutputHeight> <mime>video/MP2T</mime> <videoStream>true</videoStream> <transcoderConfiguration implementation="MPExtended.Services.StreamingService.Transcoders.FFMpeg"> <codecParameters>-codec:v libx264 -b:v 1536k -profile:v baseline -preset:v ultrafast -coder rle -codec:a copy -strict experimental -async 1 -sn -f mpegts</codecParameters> </transcoderConfiguration> </transcoder> I wold like the arguments to be: arguments -y -i "\\.\pipe\413eb433-ca66-4f44-8a6c-4a365fbea488" -s 720x576 -aspect 720:404 -map v:0 -map a:0 -codec:v libx264 -b:v 1536k -profile:v baseline -preset:v ultrafast -coder rle -codec:a copy -strict experimental -async 1 -sn -f mpegts Is it possibul ? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
WebService and Mobile Access
Popular Plugins
MPExtended
Aspect ration and keeping size
Contact us
RSS
Top
Bottom