Quote:
Originally Posted by prabhatec
May i get a example how it shuld be?
Suppose if i have a video named :Siya-Ke-Ram_episode179_Lakshman-Goes-Looking-For-Ram" inside C:\hotstarsportslivestreamer-master\videos So how it shuld be?
|
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.