View Single Post
Old 23rd May 2017, 22:32   #7988  |  Link
rs008f
Registered User
 
Join Date: Aug 2003
Posts: 129
Quote:
Originally Posted by Music Fan View Post
And if you change the extension (to ts or m2ts) before opening it ?


Probably FFmpeg (in command line).
Changing to TS works. Although PowerDVD 13 can't play the 1 minute video Bluray folder created. Fortunately, the one multiAVCHD creates plays fine.

What would the commands for FFMPEG to rewrap M2T files to MOV/MP4 files without re-encoding/transcoding?

Edit: I found one through googling.
Code:
ffmpeg -i "input.mts" -vcodec copy -acodec pcm_s16le "output.mov"

Last edited by rs008f; 23rd May 2017 at 22:54.
rs008f is offline   Reply With Quote