FAQ  •  Register  •  Login

Roku transcoding profile?

<<

hozedhead

Serviio newbie

Posts: 13

Joined: Thu Jul 28, 2011 2:33 pm

Post Sat Jul 30, 2011 4:33 pm

Re: Roku transcoding profile?

Here's one more example:

  Code:
General
Complete name                    : C:\Documents and Settings\All Users\Documents\TV Shows\The Pacific\The Pacific 08.avi
Format                           : AVI
Format/Info                      : Audio Video Interleave
File size                        : 550 MiB
Duration                         : 55mn 58s
Overall bit rate                 : 1 374 Kbps
Writing application              : transcode-1.0.2

Video
ID                               : 0
Format                           : MPEG-4 Visual
Format profile                   : Advanced Simple@L5
Format settings, BVOP            : 2
Format settings, QPel            : No
Format settings, GMC             : No warppoints
Format settings, Matrix          : Default (H.263)
Codec ID                         : XVID
Codec ID/Hint                    : XviD
Duration                         : 55mn 58s
Bit rate                         : 1 231 Kbps
Width                            : 624 pixels
Height                           : 352 pixels
Display aspect ratio             : 16:9
Frame rate                       : 23.976 fps
Color space                      : YUV
Chroma subsampling               : 4:2:0
Bit depth                        : 8 bits
Scan type                        : Progressive
Compression mode                 : Lossy
Bits/(Pixel*Frame)               : 0.234
Stream size                      : 493 MiB (90%)
Writing library                  : XviD 1.2.1 (UTC 2008-12-04)

Audio
ID                               : 1
Format                           : MPEG Audio
Format version                   : Version 1
Format profile                   : Layer 3
Mode                             : Joint stereo
Mode extension                   : MS Stereo
Codec ID                         : 55
Codec ID/Hint                    : MP3
Duration                         : 55mn 58s
Bit rate mode                    : Variable
Bit rate                         : 128 Kbps
Channel(s)                       : 2 channels
Sampling rate                    : 48.0 KHz
Compression mode                 : Lossy
Stream size                      : 52.4 MiB (10%)
Alignment                        : Aligned on interleaves
Interleave, duration             : 24 ms (0.58 video frame)
Writing library                  : LAME3.96r
Encoding settings                : -m j -V 4 -q 3 -lowpass 17.5 --abr 128



served up like this:

  Code:
General
ID                               : 1 (0x1)
Complete name                    : C:\Documents and Settings\owner\Local Settings\temp\plex-transcode-5bdf2b07-9b42-443e-834b-adb275ab08d4\media-00194.ts
Format                           : MPEG-TS
File size                        : 658 KiB
Duration                         : 5s 839ms
Overall bit rate                 : 903 Kbps

Video
ID                               : 256 (0x100)
Menu ID                          : 1 (0x1)
Format                           : AVC
Format/Info                      : Advanced Video Codec
Format profile                   : Baseline@L3.0
Format settings, CABAC           : No
Format settings, ReFrames        : 1 frame
Codec ID                         : 27
Duration                         : 3s 816ms
Width                            : 624 pixels
Height                           : 352 pixels
Display aspect ratio             : 16:9
Frame rate mode                  : Variable
Color space                      : YUV
Chroma subsampling               : 4:2:0
Bit depth                        : 8 bits
Scan type                        : Progressive

Audio
ID                               : 257 (0x101)
Menu ID                          : 1 (0x1)
Format                           : AAC
Format/Info                      : Advanced Audio Codec
Format version                   : Version 4
Format profile                   : LC
Muxing mode                      : ADTS
Codec ID                         : 15
Duration                         : 5s 845ms
Bit rate mode                    : Variable
Channel(s)                       : 2 channels
Channel positions                : Front: L R
Sampling rate                    : 48.0 KHz
Compression mode                 : Lossy
Delay relative to video          : -155ms

Menu
ID                               : 4095 (0xFFF)
Menu ID                          : 1 (0x1)
Duration                         : 5s 839ms
List                             : 256 (0x100) (AVC) / 257 (0x101) (AAC)
Service name                     : Service01
Service provider                 : FFmpeg
Service type                     : digital television

<<

Cerberus

User avatar

DLNA master

Posts: 4114

Joined: Sun Jan 02, 2011 5:20 pm

Location: Reading, UK

Post Sat Jul 30, 2011 4:42 pm

Re: Roku transcoding profile?

exactly its transcoding it to mpegTS container with AVC video and AAC audio and not actualy on the fly streaming in MP4 video.

  Code:
<Video targetContainer="mpegts" targetVCodec="avc" targetACodec="aac">


but i dont think zip has added AVC video support yet to serviio for this to work
Phil Bennett
Beta Tester Group
Wiki | FAQ

Samsung LE40C750 LCD | Samsung BD-C5900 | Sony PS3 | Windows 7 |
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

hozedhead

Serviio newbie

Posts: 13

Joined: Thu Jul 28, 2011 2:33 pm

Post Sat Jul 30, 2011 5:12 pm

Re: Roku transcoding profile?

  Code:
2011-07-30 10:05:06,281 ERROR [XmlUtils] XML Profiles.xsd didn't pass validation, reason: cvc-enumeration-valid: Value 'avc' is not facet-valid with respect to enumeration '[mpeg2video, wmv2]'. It must be a value from the enumeration.
2011-07-30 10:05:06,281 ERROR [MediaServer] An unexpected error occured. Ending the application. Message: org.serviio.profile.ProfilesDefinitionException: Profiles XML file is not valid (according to the schema). Check the log.


Yeah, you're right the server didn't load with the avc. Here's the roku profile that didn't work:

  Code:
<Profile id="14" name="Roku" extendsProfileId="1">
           <Transcoding>
                  <Video targetContainer="mpegts" targetVCodec="avc" targetACodec="aac">
                 <Matches container="avi" />
                 <Matches container="flv" />
                 <Matches container="matroska" />
                 <Matches container="wtv" />
              </Video>
               <Audio targetContainer="mp3" aBitrate="320">
                  <Matches container="lpcm" />
                  <Matches container="flac" />
                  <Matches container="ogg" />
                  <Matches container="mp4" />


Hopefully this will be addressed in a future update.
<<

hozedhead

Serviio newbie

Posts: 13

Joined: Thu Jul 28, 2011 2:33 pm

Post Sat Jul 30, 2011 5:26 pm

Re: Roku transcoding profile?

mp3 @320 works great, though. I'm curious, does the console have to be on for that to work? This morning I had the console off and tried to listen to some flac files and it stalled without playing them.
<<

Cerberus

User avatar

DLNA master

Posts: 4114

Joined: Sun Jan 02, 2011 5:20 pm

Location: Reading, UK

Post Sat Jul 30, 2011 5:47 pm

Re: Roku transcoding profile?

hozedhead wrote:mp3 @320 works great, though. I'm curious, does the console have to be on for that to work? This morning I had the console off and tried to listen to some flac files and it stalled without playing them.


Nope console can be off, it is purely just an interface to the service :)
Phil Bennett
Beta Tester Group
Wiki | FAQ

Samsung LE40C750 LCD | Samsung BD-C5900 | Sony PS3 | Windows 7 |
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
Previous

Return to Transcoding

Who is online

Users browsing this forum: No registered users and 23 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.