2025-06-04, 10:08 PM
I tried a sample WTV file and i also couldn't get it to play, either with software/hardware transcoding.
However you can quickly convert WTV to MP4 in most cases (as its just changing the container, the video/audio stays the same, so no quality loss)
Is what i used, you could write a quick batch file to do all the videos at once. I understand this might not be ideal, but its an option.
However you can quickly convert WTV to MP4 in most cases (as its just changing the container, the video/audio stays the same, so no quality loss)
Code:
ffmpeg -i sample.wtv -codec copy sample.mp4
Is what i used, you could write a quick batch file to do all the videos at once. I understand this might not be ideal, but its an option.