FAQ  •  Register  •  Login

Problems transcoding on Technicorder

<<

wodan51

Serviio newbie

Posts: 4

Joined: Fri Apr 19, 2019 3:56 pm

Location: Zurich, Switzerland

Post Fri Apr 19, 2019 4:04 pm

Problems transcoding on Technicorder

Hi

I have a problem while transcoding a mkv-file on the Technicorder (Technisat) to change the audio codec DTS to AC3. The file is not playble, doesn't start.
This is the profile definition:
<Profile id="technicorder" name="Technicorder ISIO STC" extendsProfileId="1">
<!-- Technicorder -->
<Detection>
<UPnPSearch>
<FriendlyName>TechniCorder ISIO STC</FriendlyName>
<Manufacturer>TechniSat</Manufacturer>
</UPnPSearch>
</Detection>

<Transcoding>
<Video targetContainer="mpegts" targetACodec="ac3" aBitrate="384" forceInheritance="true">
<Matches container="matroska" aCodec="dca"/>
</Video>
</Transcoding>

</Profile>


I've no idea what I'm doing wrong.

Thanks for help
<<

atc98092

User avatar

DLNA master

Posts: 5213

Joined: Fri Aug 17, 2012 10:22 pm

Location: Washington (the state)

Post Fri Apr 19, 2019 8:00 pm

Re: Problems transcoding on Technicorder

Just a guess, since I have no idea what Technicorder supports. Your profile is only transcoding audio, so whatever video codec is on your MKV container is being passed through. If the video is unsupported, you would likely get a playback error, as it sounds like is happening.

You might try changing your transcoding line to "<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384" forceInheritance="true">", and if that doesn't work you could try "<Video targetContainer="mpegts" targetVCodec="h264" targetACodec="ac3" aBitrate="384" forceInheritance="true">"

But I'm just making a guess on what codec might work.
Dan

LG NANO85 4K TV, Samsung JU7100 4K TV, Sony BDP-S3500, Sharp 4K Roku TV, Insignia Roku TV, Roku Ultra, Premiere and Stick, Nvidia Shield, Yamaha RX-V583 AVR.
Primary server: Intel i5-6400, 16 gig ram, Windows 10 Pro, 22 TB hard drive space | Test server Windows 10 Pro, AMD Phenom II X4 965, 8 gig ram

HOWTO: Enable debug logging HOWTO: Identify media file contents
<<

wodan51

Serviio newbie

Posts: 4

Joined: Fri Apr 19, 2019 3:56 pm

Location: Zurich, Switzerland

Post Fri Apr 19, 2019 9:42 pm

Re: Problems transcoding on Technicorder

Hi Dan

If I don't do any transcoding, the video ist watchable, but without any audio because of DTS that is not supported inTechnicorder.
<<

atc98092

User avatar

DLNA master

Posts: 5213

Joined: Fri Aug 17, 2012 10:22 pm

Location: Washington (the state)

Post Fri Apr 19, 2019 10:15 pm

Re: Problems transcoding on Technicorder

Well, I'm at a loss then. I don't know if you need the forceInheritance switch. Other than that, I don't know why it's not working. All your XML tags are correct, and I see nothing amiss. Maybe try removing the audio bitrate as well. Who knows? I use an audio bitrate of 512, but maybe your device can only handle certain bitrates.
Dan

LG NANO85 4K TV, Samsung JU7100 4K TV, Sony BDP-S3500, Sharp 4K Roku TV, Insignia Roku TV, Roku Ultra, Premiere and Stick, Nvidia Shield, Yamaha RX-V583 AVR.
Primary server: Intel i5-6400, 16 gig ram, Windows 10 Pro, 22 TB hard drive space | Test server Windows 10 Pro, AMD Phenom II X4 965, 8 gig ram

HOWTO: Enable debug logging HOWTO: Identify media file contents
<<

wodan51

Serviio newbie

Posts: 4

Joined: Fri Apr 19, 2019 3:56 pm

Location: Zurich, Switzerland

Post Sat Apr 20, 2019 11:38 am

Re: Problems transcoding on Technicorder

I think nothing helps.
My last try:
<Video targetContainer="m2ts" targetACodec="ac3">
<Matches container="matroska" aCodec="dca"/>
</Video>

I give up
<<

atc98092

User avatar

DLNA master

Posts: 5213

Joined: Fri Aug 17, 2012 10:22 pm

Location: Washington (the state)

Post Sat Apr 20, 2019 4:15 pm

Re: Problems transcoding on Technicorder

wodan51 wrote:I think nothing helps.
My last try:
<Video targetContainer="m2ts" targetACodec="ac3">
<Matches container="matroska" aCodec="dca"/>
</Video>

I give up

That isn't a valid container. "name of container to transcode into; possible values: asf, mpeg (MPEG2PS), mpegts (MPEG2TS), applehttp (HLS)"
Dan

LG NANO85 4K TV, Samsung JU7100 4K TV, Sony BDP-S3500, Sharp 4K Roku TV, Insignia Roku TV, Roku Ultra, Premiere and Stick, Nvidia Shield, Yamaha RX-V583 AVR.
Primary server: Intel i5-6400, 16 gig ram, Windows 10 Pro, 22 TB hard drive space | Test server Windows 10 Pro, AMD Phenom II X4 965, 8 gig ram

HOWTO: Enable debug logging HOWTO: Identify media file contents
<<

wodan51

Serviio newbie

Posts: 4

Joined: Fri Apr 19, 2019 3:56 pm

Location: Zurich, Switzerland

Post Sun Apr 21, 2019 9:10 am

Re: Problems transcoding on Technicorder

I got this error message, after intentionally gave a wrong container:
Value 'm2pegts' is not facet-valid with respect to enumeration '[asf, mpegvideo, mpeg, mpegts, m2ts, flv, applehttp]'. It must be a value from the enumeration.

But also all the other choices didn't run.
Thanks for your help
<<

atc98092

User avatar

DLNA master

Posts: 5213

Joined: Fri Aug 17, 2012 10:22 pm

Location: Washington (the state)

Post Sun Apr 21, 2019 5:47 pm

Re: Problems transcoding on Technicorder

Did you ever try "<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384" forceInheritance="true">"? While it transcodes the video, probably without need, it least we could see if it works.

It's also possible that the Technicolor device just doesn't like transcoded files. There are some Samsung TVs that are the same way. If it's native it works fine, but transcoded files failed, even with perfectly acceptable transcoding configuration.
Dan

LG NANO85 4K TV, Samsung JU7100 4K TV, Sony BDP-S3500, Sharp 4K Roku TV, Insignia Roku TV, Roku Ultra, Premiere and Stick, Nvidia Shield, Yamaha RX-V583 AVR.
Primary server: Intel i5-6400, 16 gig ram, Windows 10 Pro, 22 TB hard drive space | Test server Windows 10 Pro, AMD Phenom II X4 965, 8 gig ram

HOWTO: Enable debug logging HOWTO: Identify media file contents

Return to Serviio Support & Help

Who is online

Users browsing this forum: No registered users and 21 guests

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