FAQ  •  Register  •  Login

Transcoding MPEGTS Audio for LG Bluray BD570...

<<

passat25

Serviio newbie

Posts: 2

Joined: Sat May 21, 2011 8:55 am

Post Sat May 21, 2011 9:06 am

Transcoding MPEGTS Audio for LG Bluray BD570...

I have wmv and mpegts files with VC1 encoded movies... I tried the Serviio DLNA Server, and I was able to make it transcode VC-1 encoded files properly. Below the Profile instruction I added to do that... But I am unable to get sound on the M2TS files, only video :( ... Am I missing something???... Help will be greatly appreciated...

<Profile id="8" name="LG BD player" extendsProfileId="1">
<Transcoding>
<Video targetContainer="mpegts" targetACodec="ac3" targetVCodec="mpeg2video">
<Matches container="asf" />
</Video>
<Video targetContainer="mpegts" targetVCodec="mpeg2video">
<Matches container="mpegts" vCodec="vc1" />
</Video>
</Transcoding>
</Profile>
<<

StartCodon

Serviio newbie

Posts: 1

Joined: Sat May 21, 2011 4:03 pm

Post Sat May 21, 2011 4:17 pm

Re: Transcoding MPEGTS Audio for LG Bluray BD570...

Part of this might be due to the slightly broken xml you have - it should look more like this:
  Code:
<Profile id="8" name="LG BD player" extendsProfileId="1">
<Transcoding>
<Video targetContainer="mpegts" targetACodec="ac3" targetVCodec="mpeg2video">
<Matches container="asf" />
<Matches container="mpegts" vCodec="vc1" />
</Video>
</Transcoding>
</Profile>

You had two video sections, which means the second <video></video> section wasn't getting any instructions as to the target audio codec. This will transcode the audio from all mpegts video files encoded with VC1 to AC3.
<<

passat25

Serviio newbie

Posts: 2

Joined: Sat May 21, 2011 8:55 am

Post Sun May 22, 2011 5:28 am

Re: Transcoding MPEGTS Audio for LG Bluray BD570...

StartCodon wrote:Part of this might be due to the slightly broken xml you have - it should look more like this:
  Code:
<Profile id="8" name="LG BD player" extendsProfileId="1">
<Transcoding>
<Video targetContainer="mpegts" targetACodec="ac3" targetVCodec="mpeg2video">
<Matches container="asf" />
<Matches container="mpegts" vCodec="vc1" />
</Video>
</Transcoding>
</Profile>

You had two video sections, which means the second <video></video> section wasn't getting any instructions as to the target audio codec. This will transcode the audio from all mpegts video files encoded with VC1 to AC3.


It's just not working... I have tried it many times to no avail.. Are you sure you are not missing something on the xml profile you gave me???

Before, I was able to get at least the video on VC-1 files... This time, I am not getting anything... It's not transcoding at all... Not error message or anything..

There is something we are missing... I betcha it's just a little tweak here and there..

Let me know... Appreciated
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sun May 22, 2011 11:00 am

Re: Transcoding MPEGTS Audio for LG Bluray BD570...

post ffmpeg -i of the file

Return to LG

Who is online

Users browsing this forum: No registered users and 19 guests

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