4:2:0 YUV 10 BIT

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
Oussama_Chiha
New Cone
New Cone
Posts: 2
Joined: 07 Aug 2019 10:56

4:2:0 YUV 10 BIT

Postby Oussama_Chiha » 10 Oct 2019 13:56

Hi everyone,
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
I looked up the FOURCC for YUV 10 bit fromat in the source code and it's defined in the following link [url] https://www.videolan.org/developers/vlc/doc/doxygen/html/vlc__fourcc_8h_source.html [/url] as: I0AL (Planar YUV 4:2:0 10-bit LE).
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
But VLC doesn't seem to recognize this format although it's defined in the source code.
Thank you in advance.
best
Oussama

Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: MSN [Bot] and 35 guests