OldStory/WORKS
PYUV: Raw video sequence player
Alnilam
2011. 6. 28. 18:52
반응형
yuv raw sequence player
- It plays RGB and YUV sequences
- It runs under Windows and under Linux
- It is not written in Java or .NET, so it is extremely fast
- It uses wxWidgets as GUI, making it consistent with your preferred environment
- It is free: you can use it for your purposes without any sort of restriction
Help
Read the help to learn the capabilities of this program.
Download
Download it from here.
Screenshots

참고로 yuv raw sequence는 ffmpeg사용하여 만들 수 있다.
ffmpeg -i video_stream.264 video_stream.yuv
반응형