View Single Post
  #196  
Old 06-06-2016, 11:44 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 prabhatec View Post
Any 1 can help me how to convert ts to mp4 using ffmeg?
Code:
ffmpeg -i 1.ts -c copy -bsf:a aac_adtstoasc 1.mp4
Where '1' is your file. rename it according to your file. But make sure the name has no spaces.
Reply With Quote