Quote:
Originally Posted by divapinky
When you download using hotstarlivestreamer app or livestreamer ....The video is saved in .ts format...Is there a way to download it in MP4 or is the only option to download in .ts and then convert it?
Or is there someway to download and convert it while it's being downloaded?
|
You need to install ffmpeg and once its installed follow the steps.
first you have to navigate to the directory in which the videos are using command prompt
Suppose the videos are in D:\download and its name is 01.ts
Use this command next
Code:
ffmpeg -i 01.ts -c copy -bsf:a aac_adtstoasc 01.mp4