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.
Original audio in all movies
Re: Original audio in all movies
Hello,
Settings - Transcoder - Profiles - "Movie - TsMuxer" - Edit
Find
replace with
Ok - Ok - Ok
If use the transcoding profile "Movie - TsMuxer"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.
Settings - Transcoder - Profiles - "Movie - TsMuxer" - Edit
Find
Code: Select all
bAudioTranscoding := iAudioCodecID <> iAudioCfgCodecID;
Code: Select all
bAudioTranscoding := False;
Re: Original audio in all movies
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
Settings - Transcoder - "Transcoding file parameters" - Movies - "Transcoding profile" - "Movies (additional)"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?
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
Code: Select all
if True then
Re: Original audio in all movies
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
Thank you very much Eugene
Re: Original audio in all movies
"Movies (additional)" produces MPEG Program Stream, "Movies -TsMuxer" produces MPEG Transport Stream. I think your device does not support MPEG Transport Streamkano 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?
Re: Original audio in all movies
Yes, I think it is.
Thank you very much Eugene.
Thank you very much Eugene.