Ability to use DTS-MA

Posted:
Tue Jan 25, 2011 5:42 pm
by CFlannery73
The software is amazing and has everything I want for my setup to my samsung BD-C6500. The only thing Im missing is being able to use DTS-MA. I feel this trancoding option for uncompressed audio would be a massive upgrade for those of us who have to have the best! Theres nothing like DTS in a 5.1 enviornment, but DTS-MA on my 7.1 just blows the standard out of the water. Please let me know if this is going to be possible.
Re: Ability to use DTS-MA

Posted:
Tue Jan 25, 2011 5:48 pm
by Cerberus
FFmpeg does not support transcoding of audio, untill it does theres nothing serviio can do..
Re: Ability to use DTS-MA

Posted:
Tue Jan 25, 2011 5:51 pm
by zip
do you have a file with that audio track?
Re: Ability to use DTS-MA

Posted:
Tue Jan 25, 2011 6:06 pm
by CFlannery73
Yes, I have dts-ma sample demo tracks, as well as a few MKV movies with the dts-ma track. For now I just use mkv merge to rip out everything except standard dts audio and video for my library purposes. But the ability to send the main audio uncompressed would be a huge bonus. I can do this with my pc currently as my card supports it, but I love the simplicity of the media server on my BD player. Family and friends have much ease with this setup, since i cannot always be home to stream from my pc and do all the fancy stuff I like to do using VLC, or MP-HC, especially when I deploy. My wife could never figure that out if ya know what I mean. Oh and the ability to delete all those folder....genius, looks so much cleaner.
Re: Ability to use DTS-MA

Posted:
Tue Jan 25, 2011 6:13 pm
by zip
can you post ffmpeg -i <file>
Re: Ability to use DTS-MA

Posted:
Thu Jan 27, 2011 12:15 am
by CFlannery73
The first is a TrueHD sample file, and second is DTS-MA 7.1 sample (even though it says 5.1). I think ffmpeg just sees the core dca and is not able to decipher the dts-ma audio. I had Avatar as well as Watchmen with DTS-MA tracks but ripped them down to dts core for the server. Any ideas how to pass this audio stream in its true form? Maybe another codec that could be incorporated as an option?
C:\Program Files (x86)\Serviio\lib>ffmpeg -i truehd.m2ts
FFmpeg version UNKNOWN, Copyright (c) 2000-2011 the FFmpeg developers
built on Jan 10 2011 21:46:22 with gcc 4.4.2
configuration: --enable-static --disable-shared --disable-shared --disable-ffp
lay --disable-ffserver --enable-memalign-hack --enable-libmp3lame --arch=x86 --e
nable-runtime-cpudetect --enable-w32threads --target-os=mingw32 --cross-prefix=i
686-mingw32-
libavutil 50.36. 0 / 50.36. 0
libavcore 0.16. 0 / 0.16. 0
libavcodec 52.108. 0 / 52.108. 0
libavformat 52.92. 0 / 52.92. 0
libavdevice 52. 2. 3 / 52. 2. 3
libavfilter 1.72. 0 / 1.72. 0
libswscale 0.12. 0 / 0.12. 0
Input #0, mpegts, from 'truehd.m2ts':
Duration: 00:00:11.05, start: 599.958300, bitrate: 31583 kb/s
Program 1
Stream #0.0[0x1011]: Video: h264, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], 23.
98 fps, 23.98 tbr, 90k tbn, 47.95 tbc
Stream #0.1[0x1100]: Audio: truehd, 48000 Hz, 8 channels, s32
Stream #0.2[0x1100]: Audio: ac3, 48000 Hz, 5.1, s16, 640 kb/s
At least one output file must be specified
C:\Program Files (x86)\Serviio\lib>ffmpeg -i dtslossless.m2ts
FFmpeg version UNKNOWN, Copyright (c) 2000-2011 the FFmpeg developers
built on Jan 10 2011 21:46:22 with gcc 4.4.2
configuration: --enable-static --disable-shared --disable-shared --disable-ffp
lay --disable-ffserver --enable-memalign-hack --enable-libmp3lame --arch=x86 --e
nable-runtime-cpudetect --enable-w32threads --target-os=mingw32 --cross-prefix=i
686-mingw32-
libavutil 50.36. 0 / 50.36. 0
libavcore 0.16. 0 / 0.16. 0
libavcodec 52.108. 0 / 52.108. 0
libavformat 52.92. 0 / 52.92. 0
libavdevice 52. 2. 3 / 52. 2. 3
libavfilter 1.72. 0 / 1.72. 0
libswscale 0.12. 0 / 0.12. 0
[mpegts @ 0033bd10] max_analyze_duration reached
Input #0, mpegts, from 'dtslossless.m2ts':
Duration: 00:00:49.08, start: 11.608967, bitrate: 32381 kb/s
Program 1
Stream #0.0[0x1011]: Video: h264, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], 23.
98 fps, 23.98 tbr, 90k tbn, 47.95 tbc
Stream #0.1[0x1100]: Audio: dca, 48000 Hz, 5.1, s16, 1536 kb/s
At least one output file must be specified