Page 1 of 1
Original audio in all movies
Posted: Sun Feb 20, 2011 3:12 pm
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.
Re: Original audio in all movies
Posted: Sun Feb 20, 2011 7:48 pm
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
Ok - Ok - Ok
Re: Original audio in all movies
Posted: Sun Feb 20, 2011 10:55 pm
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?
Re: Original audio in all movies
Posted: Mon Feb 21, 2011 9:54 am
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
Ok - Ok - Ok
Re: Original audio in all movies
Posted: Mon Feb 21, 2011 11:09 am
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
Re: Original audio in all movies
Posted: Mon Feb 21, 2011 11:35 am
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
Re: Original audio in all movies
Posted: Mon Feb 21, 2011 11:39 am
by kano
Yes, I think it is.
Thank you very much Eugene.