View Single Post
  #5  
Old December 27th 17, 05:38 PM posted to alt.windows7.general
Maurice
external usenet poster
 
Posts: 90
Default Windows 7 problem with folder of .MTS files

On Tue, 26 Dec 2017 14:49:56 -0600, VanguardLH wrote:

No, it did not change the extensions of the files.


To all intents & purposes that's what it did do.

(When I changed *.CHK to *.MTS, they played back normally on the Linux
version of VLC.)

Once I had converted the 126 .MTS files to .MOV (using the script below),
Windows7 then
happily showed the folder and contents and played the .MOV files normally
with no more ado.

for i in FILE0*MTS;
do output=${i/%.*/.MOV};
echo $output;
ffmpeg -i $i -deinterlace $output;
done

--
/\/\aurice
(Replace "nomail.afraid" by "bcs" to reply by email)
Ads