 Re: How to convert .ts file saved from livestreamer to an audio file(mp3)
ffmpeg -i .ts -c:a copy -bsf:a aac_adtstoasc .mp3
or something like.
Keep in mind though .ts can contain hundreds of audio tracks and videos, it's a format used to multiplex multiple tv streams.
|