Page 1 of 1
.TS file with no audio using windows 10
Posted: 27 Jan 2021 19:32
by torony
Hi there,
Im trying to watch a .TS file using VLC player where i have an issue only with the audio (no audio at all).
Am i missing something, knowing that the video file is downloaded from a website where the sound is ok.
P.S. Faced the same audio issue when trying all the available players on my laptop.
Thanks
Re: .TS file with no audio using windows 10
Posted: 27 Jan 2021 21:32
by Lotesdelere
Please open Tools -> Messages (set Verbosity to 2)
before you start the playback, and then paste the
full resulting log here or on Pastebin.com if it's too long.
Also upload a short sample of your
original problematic file to Zippyshare.com or to WeTransfer.com and then post the link to the file here.
https://www.zippyshare.com
https://wetransfer.com
If needed cut it with DGsplit and read here about how to do it:
https://forum.videolan.org/viewtopic.ph ... 35#p193335
100 MB max should be enough.
Re: .TS file with no audio using windows 10
Posted: 28 Jan 2021 18:53
by torony
Hi there,
The full resulting log is available on;
https://pastebin.com/Jh12QFQr.
The 50MB short sample is available on;
https://www13.zippyshare.com/v/50xFWAQf/file.html
Thank you in advance
Re: .TS file with no audio using windows 10
Posted: 29 Jan 2021 06:41
by Lotesdelere
Simple: there is no audio stream in your file but only a video one.
Re: .TS file with no audio using windows 10
Posted: 30 Jan 2021 15:37
by torony
Simple: there is no audio stream in your file but only a video one.
Is there a way to add the .TS audio file using VLC?
I succeeded to do it using tsMuxer, but it reduced the video resolution (same issue faced with other users)
Thank you
Re: .TS file with no audio using windows 10
Posted: 31 Jan 2021 08:45
by Lotesdelere
Have you tried with FFmpeg ?
Code: Select all
ffmpeg -i video.ts -i audio.ts -c copy output.ts
Re: .TS file with no audio using windows 10
Posted: 31 Jan 2021 20:30
by torony
Have you tried with FFmpeg ?
Code: Select all
ffmpeg -i video.ts -i audio.ts -c copy output.ts
Actually used tsMuxeR instead
Re: .TS file with no audio using windows 10
Posted: 01 Feb 2021 07:59
by Lotesdelere
I've read that, this is the reason why I asked you to try with another tool since you said it doesn't work as you want with tsMuxer.
Re: .TS file with no audio using windows 10
Posted: 02 Feb 2021 00:01
by torony
I've read that, this is the reason why I asked you to try with another tool since you said it doesn't work as you want with tsMuxer.
'ffmpeg' is not recognized as an internal or external command,
operable program or batch file.
Re: .TS file with no audio using windows 10
Posted: 02 Feb 2021 09:09
by Lotesdelere