Actually the source files play fine, because I changed provider after you previously said I was being sent "garbage", you were right, now it's crystal. To experiment I changed ffmpeg source to my own copy on the computer, and it works again, I have 2 crystal copies of a .ts and .mp4 file.
@echo off
"C:\Users\User\Downloads\ffmpeg-2022-12-15-git-9adf02247c-essentials_build\bin\ffmpeg.exe" -i %1 -movflags faststart -vcodec copy -acodec copy -c copy "%~dpn1.mp4"
Not sure if having two copies of ffmpeg is a conflict or not.
If you have the extra code you recommended to add onto the batch file, to diminish logging, and to delete the .ts file it would be much appreciated.
@echo off
"C:\Users\User\Downloads\ffmpeg-2022-12-15-git-9adf02247c-essentials_build\bin\ffmpeg.exe" -i %1 -movflags faststart -vcodec copy -acodec copy -c copy "%~dpn1.mp4"
Not sure if having two copies of ffmpeg is a conflict or not.
If you have the extra code you recommended to add onto the batch file, to diminish logging, and to delete the .ts file it would be much appreciated.