Aaron Star wrote:Try getting a copy of FFMPEG and converting your .MTS with following command:
ffmpeg -i "input-mts-filename".mts -vcodec copy -acodec pcm_s16le -ar 48000 -ac 2 "output-filename".avi or .mov
or for ProRes file format:
ffmpeg -i "input-filename".mts -vcodec prores -acodec pcm_s16le -ar 48000 -ac 2 "output-Filename".mov
Add -profile 0,1,2 or 3 after Prores command to get draft,...,Normal or HQ
I know that this is an ancient thread, but I feel compelled to respond to Aaron Star's 2015 post, and thank him for saving the last vestiges of hair on my head!
I am finally getting around to trying my hand at video editing. I have made quite a few videos with my Panasonic HDC-TM200 video camera (vintage 2008, I think), but I've always just used them as they were shot. But this time I needed to edit.
Anyway, I don't want to make this too long, but the point is that I shot the video in AVCHD and the resulting .MTS file(s) wouldn't present their audio from within DaVinci Resolve. I used your
ffmpeg guidance and successfully converted the 5 files I need to work with, and now I have audio!
Going forward, I'll pay more attention to the settings on the Panasonic to make sure that I can properly edit the results without this conversion step.
Thanks, again!
Cheers,
- s.west