FAQ  •  Register  •  Login

No sound with DTS video, how to remux?

<<

tombert

User avatar

DLNA master

Posts: 217

Joined: Wed Oct 13, 2010 8:01 pm

Post Sat Nov 13, 2010 6:25 pm

No sound with DTS video, how to remux?

I have to files, one with no sound:

Plays fine, Mediainfo tells AC3 coded:
Found Format profile for transcoded file BBC.Life.s01e06.Insects.2009.HDTV.720p.x264.AC3.mkv: AVC_TS_MP_HD_A
C3_ISO

No sound, Mediainfo tells DTS coded:
2010-11-13 19:10:55,344 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file BBC.Life.s01e06.Insects.2009.HDTV.720p.x264.AC3.mkv: AVC_TS_MP_HD_AC3_ISO

In some topics I already read that the problem is DTS ... so I thought about adapting my profile (Sony Bravia) to remux the file from DTS to AC3.

Has anyone already did this? Could you please give me some hints? I already tried to edit the profiles.xml but with no success.

thx
<<

hennys

DLNA master

Posts: 119

Joined: Tue Sep 21, 2010 7:13 am

Post Sat Nov 13, 2010 8:27 pm

Re: No sound with DTS video, how to remux?

Hi,

Try sending a PM to zip to apply for beta testing. I believe the 0.5 beta plays this file without any problems.

Regards,

Hen
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sun Nov 14, 2010 3:54 pm

Re: No sound with DTS video, how to remux?

The line above means the file will be transcoded into ac3
<<

tombert

User avatar

DLNA master

Posts: 217

Joined: Wed Oct 13, 2010 8:01 pm

Post Sun Nov 14, 2010 5:46 pm

Re: No sound with DTS video, how to remux?

Hi,

so it seems that it doesn't work though? I converted my HD video manually with mkv2vob and it plays fine ...

thx
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Mon Nov 15, 2010 1:41 pm

Re: No sound with DTS video, how to remux?

if you turn on detailed logging you'll see the exact ffmpeg command it uses for the transcode. You can try running it manually and see if you can play that file.
<<

tombert

User avatar

DLNA master

Posts: 217

Joined: Wed Oct 13, 2010 8:01 pm

Post Mon Nov 15, 2010 7:41 pm

Re: No sound with DTS video, how to remux?

I'am soooooo good! :-)

I did run the ffmpeg line from serviio debug :
ffmpeg -i TestVideo.mkv -y -vcodec copy -copyts -acodec ac3 -ab 192k -vbsf h264_mp4toannexb -sn -f mpegts ac3.mpeg

On my windows PC there is sound ... but on my TV not (which is Sony Bravia KDL-EX).

Then I played a bit and increased the bitrate to the same as another file I know working to 384k:
ffmpeg -i TestVideo.mkv -y -vcodec copy -copyts -acodec ac3 -ab 384k -vbsf h264_mp4toannexb -sn -f mpegts ac3-384.mpeg

AND IT WORKS! Hurray ...
The only thing I don't know is how to tell serviio to change that - I think it's compiled into it?

Would you please consider this in your next release ... maybe a configurable command line to ffmpeg would be easiest like:
ffmpeg -i %input -y -vcodec copy -copyts -acodec ac3 -ab 384k -vbsf h264_mp4toannexb -sn -f mpegts %output

This isn't very user-friendly but at least there would be a backdor for experiments ...

thx
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Mon Nov 15, 2010 10:38 pm

Re: No sound with DTS video, how to remux?


Return to Transcoding

Who is online

Users browsing this forum: Google [Bot] and 22 guests

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