View Single Post
  #199  
Old 06-07-2016, 02:33 PM
prabhatec prabhatec is offline
Member
 
Join Date: Mar 2015
Posts: 86
prabhatec is on a distinguished road
Default

Re: Downloading from voot.com


Quote:
Originally Posted by sscomp32 View Post
First open the command prompt and navigate the folder where the video is.
You can do it the usual way of using cd command and changing the directory.
Or press shift + right click on the folder where the file is.

when you have the command prompt open ,write this command:

Code:
ffmpeg -i Siya-Ke-Ram_episode179_Lakshman-Goes-Looking-For-Ram.ts -c copy -bsf:a aac_adtstoasc Siya-Ke-Ram_episode179_Lakshman-Goes-Looking-For-Ram.mp4
You can keep the filename whatever you want. both the input and output need not be same.

Thanks very much mate
Reply With Quote