Jump to content

Convert TS files to mkv using ffmpeg


MSattler

Recommended Posts

MSattler

I'm trying to convert some TS files to mkv using ffmpeg, I tried the following but it does not work:

 

ffmpeg -i z:\movie.ts -vcodec copy -acodec copy -f matroksa movie.mkv
 
 
However I get an error that matroska is not a suitable output format?
 
Thanks!
Edited by MSattler
Link to comment
Share on other sites

Latchmor

 

I'm trying to convert some TS files to mkv using ffmpeg, I tried the following but it does not work:

 

ffmpeg -i z:\movie.ts -vcodec copy -acodec copy -f matroksa movie.mkv
 
 
However I get an error that matroska is not a suitable output format?
 
Thanks!

 

 

 Hi, you have a typo in the command, you have matroksa with s and k wrong way round  ;)​ 

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...