Original audio in all movies

Post Reply
kano
Posts: 7
Joined: Thu Feb 17, 2011 6:34 pm

Original audio in all movies

Post by kano »

Hello, is there a way to see all the videos with transcoding but with the original audio without having to set one at a time. Is that if you select settings-server-transconding-"The original sound track, if the compression the same" it in some movies sounds a noise when there is no sound and if I get in folder transcoding and select "original audio" the audio sounds good.

Thank you.
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: Original audio in all movies

Post by Eugene »

Hello,
kano wrote: is there a way to see all the videos with transcoding but with the original audio without having to set one at a time. Is that if you select settings-server-transconding-"The original sound track, if the compression the same" it in some movies sounds a noise when there is no sound and if I get in folder transcoding and select "original audio" the audio sounds good.
If use the transcoding profile "Movie - TsMuxer"
Settings - Transcoder - Profiles - "Movie - TsMuxer" - Edit

Find

Code: Select all

bAudioTranscoding := iAudioCodecID <> iAudioCfgCodecID;
replace with

Code: Select all

bAudioTranscoding := False;
Ok - Ok - Ok
kano
Posts: 7
Joined: Thu Feb 17, 2011 6:34 pm

Re: Original audio in all movies

Post by kano »

Movies-TsMuxer does not reproduce any video on TV, with Movies-Primary had no problem but with TsMuxer the TV screen is black. I need to configure something after?
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: Original audio in all movies

Post by Eugene »

kano wrote:Movies-TsMuxer does not reproduce any video on TV, with Movies-Primary had no problem but with TsMuxer the TV screen is black. I need to configure something after?
Settings - Transcoder - "Transcoding file parameters" - Movies - "Transcoding profile" - "Movies (additional)"

or (individual settings of device)

Settings - Server - choose a device - Edit - Settings - "Subtitles, transcoding file" - "Transcoding file parameters" - Movies - "Transcoding profile" - "Movies (additional)"

Settings - Transcoder - Profiles - "Movies (additional)" - Edit

Find

Code: Select all

if cfgTranscodingAudioCopyAC3 and SameAudioCodec(cfgTranscodingAudioCodec, iCodecID) then
replace with

Code: Select all

if True then
Ok - Ok - Ok
kano
Posts: 7
Joined: Thu Feb 17, 2011 6:34 pm

Re: Original audio in all movies

Post by kano »

Then I have to choose Movies (additional) and no tsMuxer, right? I do not understand because I do not work tsMuxer, I need some codec?

Thank you very much Eugene
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: Original audio in all movies

Post by Eugene »

kano wrote:Then I have to choose Movies (additional) and no tsMuxer, right? I do not understand because I do not work tsMuxer, I need some codec?
"Movies (additional)" produces MPEG Program Stream, "Movies -TsMuxer" produces MPEG Transport Stream. I think your device does not support MPEG Transport Stream
kano
Posts: 7
Joined: Thu Feb 17, 2011 6:34 pm

Re: Original audio in all movies

Post by kano »

Yes, I think it is.

Thank you very much Eugene.
Post Reply