Page 1 of 1
Transcoding Only Audio of a given container?
Posted: Thu Mar 10, 2011 8:14 pm
by Ranmaniac
My primary media player client is an LG LE5400 TV. It handles just about any video you throw at it with no transcoding. It handles just about all audio except for DTS. I havent even installed ffmpg yet so nothing has been transcoded thus far. Is there a way that I can set up a config to transcode only the DTS audio of a given container, but stream the video as is? I know that AC3Filter can do this on the fly... I dont know if FFMPEG
Is there docs or a set of full instructions for installing ffmpg and or other needed support for transcoding, including editing the config files?
Re: Transcoding Only Audio of a given container?
Posted: Fri Mar 11, 2011 12:42 am
by Twonky_Rick
There are a couple of decent posts about transcoding in the forum, but unfortunately nothing that is very comprehensive.
http://www.twonkyforum.com/viewtopic.ph ... 749#p22749
I don't think it's possible to transcode a single container only, but I could be wrong.
TwonkyServer 7.0 will be available as a paid upgrade and install all of the codecs and description files for you. That should make it much easier for the rest of us to use this important feature.
There will also be a free upgrade to TS 7.0, but it won't include all of the codecs. You should still be able to install them on your own if you'd like.
- Rick
Re: Transcoding Only Audio of a given container?
Posted: Fri Mar 11, 2011 3:43 am
by Ranmaniac
Well, the container doesnt have to be specific. DTS audio can come in many containers. My aim is to have Twonky detect DTS audio and transcode it to something that the TV recognizes no matter what the container and just pass the video through.
Re: Transcoding Only Audio of a given container?
Posted: Fri Mar 11, 2011 4:50 pm
by phibertron
You know that is an interesting problem/scenario
Basically “as I understand itâ€
The many media servers out there deal with transcoding based on the container
not necessarily the mime content in those containers
For Ex:
say you had a device that couldn’t play .mkv containers natively
There would be a device profile stating it couldn’t play them and to send it to the transcoder
In addition it could add extra parameters to tell the transcoder with
There would then be in the case of twonky, a transcoder profile for the mkv into some other container
In that transcoder file would be the generic encoder settings, which could be hard coded there
Or they could be passed via the device profile settings for the file type
What I don’t know, like you, is could it be done on track level basis of the contents in the container
So say for ex: you device could play .mkv, with aac audio but not .mkv with dts audio
As I noted “As I Understand itâ€, I’m not sure how one could differentiate between the two
Based on the current architecture
The only thing I could think of is to make it transcode all .mkv files
But to configure the transcode to use –vcodec copy, as to not transcode the video
And then use –acodec ac3 or something