View Single Post
  #3  
Old 09-20-2016, 05:21 AM
ihryjfbd ihryjfbd is offline
Senior Member
 
Join Date: Oct 2015
Posts: 212
ihryjfbd is on a distinguished road
Default

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.
Reply With Quote