View Single Post
  #298  
Old 06-10-2015, 06:58 AM
nullacht nullacht is offline
Senior Member
 
Join Date: Jan 2010
Posts: 230
nullacht will become famous soon enoughnullacht will become famous soon enough
Default

Re: Download from hotstar.com


Quote:
Originally Posted by sscomp32 View Post

And the file extension you used is '.ts' . I want to download in mp4 format thats why i am asking ffmpeg code because livestreamer works like a charm if i want to download in .ts format.
You can simply change the container to MP4:

Code:
ffmpeg -i 01.ts -c copy -bsf:a aac_adtstoasc 01.mp4
It only takes a few seconds [depends on the file size].
Reply With Quote