View Single Post
  #377  
Old 11-28-2015, 02:27 AM
sscomp32 sscomp32 is offline
Senior Member
 
Join Date: Apr 2014
Posts: 167
sscomp32 is on a distinguished road
Default

Re: Download from hotstar.com


Quote:
Originally Posted by divapinky View Post
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
Reply With Quote