I have a small issue playing a yuv 4:2:0 10bit sequences. I was able to play yuv 4:2:0 8 bit sequences by entering the following command in the terminal
Code: Select all
"C:\Program Files\VideoLAN\VLC\vlc.exe" --rawvid-width 1920 --rawvid-height 1080 --rawvid-chroma I420 --rawvid-fps 25 sequence.yuv
So i entered the following command (for the 10 bit sequences) by changing I420 to I0AL:
Code: Select all
"C:\Program Files\VideoLAN\VLC\vlc.exe" --rawvid-width 1920 --rawvid-height 1080 --rawvid-chroma I0AL --rawvid-fps 25 sequence.yuv
Thank you in advance.
best
Oussama