View Single Post
  #87  
Old 04-05-2016, 06:08 AM
sscomp32 sscomp32 is offline
Senior Member
 
Join Date: Apr 2014
Posts: 167
sscomp32 is on a distinguished road
Default

Re: Downloading from voot.com


Quote:
Originally Posted by rad View Post
Umm i cannot find the video. I installed livestreamer in program files. and how do i convert .ts file into .mp4? thanks
It should be in the livestreamer folder. I download 3 videos till now and it worked perfectly.

For conversion you need to install ffmpeg and then run this command after navigating into the folder using command prompt:

ffmpeg -i video.ts -c copy -bsf:a aac_adtstoasc video.mp4
Reply With Quote