프로그램 사용/ffmpeg & ffserver
ffmpeg 재생 어렵다 -_ㅠ
구차니
2021. 2. 22. 14:56
재생하려니 안되고...
Pixel format yuv420p is not supported, use bgr24
pix_fmt 로 바꾸려고 하니 안되네.. -_-
Incompatible pixel format 'bgr24' for codec 'mpeg4', auto-selecting format 'yuv420p'
오잉?
-pix_fmts show available pixel formats -sample_fmts show available audio sample formats -f fmt force format |
+
하드웨어 가속을 못 받아서 그런가 무지 힘들어 하네
$ ffmpeg -re -i INPUT -c:v rawvideo -pix_fmt bgra -f fbdev /dev/fb0
[swscaler @ 0x2020050] No accelerated colorspace conversion found from yuv420p to rgb24.