As raw viewers like Vooya do not work for me on Mint19, I would like to view these files with mplayer.
Someone on stackoverflow already asked similar questions, but these anwsers do not work for me too, as my YUV files are not I420.
How could I view these volatile format yuv files with mplayer?
mplayer -demuxer rawvideo -rawvideo w=640:h=480:format=yuy2 my_file.yuyv -loop 0
Altered from here