FAQ  •  Register  •  Login

Serviio to transcode hi10 video with subtitle???

<<

skyhot004

Serviio newbie

Posts: 1

Joined: Sat Dec 07, 2013 10:24 am

Post Sat Dec 07, 2013 10:53 am

Serviio to transcode hi10 video with subtitle???

I tried
Changing to directv HD PVR
And that is not working

It transcode video great
But no subtitle

I have tried this setting from Sendaran

  Code:
 <Transcoding>
           <!-- Remux WTV files to MPEG-PS with no transcoding-->
           <Video targetContainer="mpeg">
              <Matches container="wtv" />
           </Video>
           <!-- transcode unsupported video codecs into mpeg-ts, h264 and ac3 audio -->
           <!-- Transcode h264 videos with profile level > 4.1 to mpegts with ac3 audio -->
           <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">           
              <Matches container="avi" vCodec="mjpeg" />
              <Matches container="avi" vCodec="dvvideo" />
              <Matches container="mp4" vCodec="mjpeg" />
              <Matches container="asf" />
              <Matches container="flv" />
              <Matches container="ogg" />
              <Matches container="matroska" vCodec="h264" profile="high_10" levelGreaterThan ="4.1" />
           </Video>
           <!-- transcode unsupported audio codecs in MKV into AC3 -->
           <Video targetContainer="mpegts" targetACodec="ac3" >
              <Matches container="matroska" aCodec="dca" />
              <Matches container="matroska" aCodec="flac" />
              <Matches container="matroska" aCodec="vorbis" />
              <Matches container="matroska" aCodec="truehd" />
           </Video>
           <!-- unsupported audio will be transcoded into lpcm audio -->
           <Audio targetContainer="lpcm">
              <Matches container="flac" />
              <Matches container="ogg" />
              <Matches container="asf" />
              <Matches container="adts" />
           </Audio>
   </Transcoding>
   <HardSubsTranscoding>
      <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" />
   </HardSubsTranscoding>
   <Subtitles>
      <SoftSubs mime-type="text/srt;text/x-ssa;text/x-ass;text/microdvd" />
      <HardSubs>
         <RequiredFor container="matroska" />
      </HardSubs>
   </Subtitles>


Nope not working
Video won't play

I'm currently mixing setting but no luck

Directv with subtitle transcode from Sendaran
Nah not working

This is video i'm trying to watch

  Code:
General
Unique ID                                : 183054665153475304653438204613807342802 (0x89B70BCDB9F5128091AE035D440084D2)
Complete name                            : C:\Users\sirasith\Downloads\[Commie] Persona 4 Complete\[Commie] Persona 4 - 01v2 [D13B7533].mkv
Format                                   : Matroska
Format version                           : Version 2
File size                                : 258 MiB
Duration                                 : 24mn 29s
Overall bit rate                         : 1 475 Kbps
Encoded date                             : UTC 2012-02-06 22:47:28
Writing application                      : mkvmerge v5.0.1 ('Es ist Sommer') built on Oct  9 2011 11:55:43
Writing library                          : libebml v1.2.2 + libmatroska v1.3.0
Attachment                               : Yes / Yes / Yes / Yes / Yes / Yes

Video
ID                                       : 1
Format                                   : AVC
Format/Info                              : Advanced Video Codec
Format profile                           : High 10@L5.0
Format settings, CABAC                   : Yes
Format settings, ReFrames                : 16 frames
Muxing mode                              : Header stripping
Codec ID                                 : V_MPEG4/ISO/AVC
Duration                                 : 24mn 29s
Width                                    : 1 280 pixels
Height                                   : 720 pixels
Display aspect ratio                     : 16:9
Frame rate mode                          : Constant
Frame rate                               : 23.976 fps
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 10 bits
Scan type                                : Progressive
Writing library                          : x264 core 118 r2085+614 d1cc25d
Encoding settings                        : cabac=1 / ref=16 / deblock=1:-1:-1 / analyse=0x3:0x133 / me=umh / subme=10 / psy=1 / fade_compensate=0.80 / psy_rd=0.60:0.05 / mixed_ref=1 / me_range=24 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-3 / threads=12 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / fgo=0 / bframes=10 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=23 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=crf / mbtree=1 / crf=19.0 / qcomp=0.80 / qpmin=0 / qpmax=81 / qpstep=4 / ip_ratio=1.40 / aq=2:1.00
Language                                 : English
Default                                  : Yes
Forced                                   : No

Audio
ID                                       : 2
Format                                   : AAC
Format/Info                              : Advanced Audio Codec
Format profile                           : LC
Codec ID                                 : A_AAC
Duration                                 : 24mn 29s
Channel count                            : 2 channels
Channel positions                        : Front: L R
Sampling rate                            : 48.0 KHz
Compression mode                         : Lossy
Title                                    : Commie
Language                                 : Japanese
Default                                  : Yes
Forced                                   : No

Text
ID                                       : 3
Format                                   : ASS
Codec ID                                 : S_TEXT/ASS
Codec ID/Info                            : Advanced Sub Station Alpha
Compression mode                         : Lossless
Default                                  : Yes
Forced                                   : No

Menu
00:00:00.033                             : en:Intro
00:01:52.029                             : en:OP
00:03:21.451                             : en:Part A
00:14:43.816                             : en:Part B
00:22:44.654                             : en:ED
00:24:14.631                             : en:Preview


BTW I use bundled ffmpeg from serviio

I have this problem for week
I register to ask you as last resort
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Dec 17, 2013 1:28 pm

Re: Serviio to transcode hi10 video with subtitle???

Enable Embedded subtitles in the console. If it still doesn't work, enable Burned-in subtitles too.
<<

peterpan

Serviio newbie

Posts: 11

Joined: Tue Dec 17, 2013 7:57 pm

Post Sun Dec 22, 2013 5:41 pm

Re: Serviio to transcode hi10 video with subtitle???

i have the new serviio running but it keep stopping and the subtitle do what they like on off when they like ;)
Image

Come And See The New Social Network At :- http://www.linkbook.t15.org

This Is A New Website So Come And Be A Part Of It Please

Return to LG

Who is online

Users browsing this forum: No registered users and 9 guests

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