November
3
Mkv to Avi one-liner
Using the latest ffmpeg:
ffmpeg -i input.mkv -target ntsc-vcd output.avi
If your player only reads PAL then swap ntsc- with pal-
Using the latest ffmpeg:
ffmpeg -i input.mkv -target ntsc-vcd output.avi
If your player only reads PAL then swap ntsc- with pal-