For those who wasn't able to play this on their device, fear not. It's not corrupted. It's just that you device does not support the codec of this file. I manage to get it done by running ffmpeg with this command:
```
ffmpeg -i "file.mkv" -map 0:0 -map 0:2 -strict 2 -vcodec libx264 -pix_fmt yuv420p -preset slow -acodec copy output.mp4
```
This will take about three thours. Enjoy.
Comments - 5
neoborn
sff (uploader)
harieamjari
harieamjari
TriscuitBob