힘내라 일처리

playing Video on terminal with ffmpeg and libcaca 본문

알아보기

playing Video on terminal with ffmpeg and libcaca

일처리 2021. 11. 22. 02:16

Introduction

The FFMPEG has several functions to convert videos and there is more special function what i want to show you

Libcaca

http://caca.zoy.org/wiki/libcaca
libcaca is converting tool with Graphic to text

FFMPEG libcaca

and also FFMPEG has libcaca converter and if we use it we can play video on terminal
even it not usefull

Let's try

ffmpeg -i nyan-cat.mkv -c:v rawvideo -pix_fmt rgb24 -f caca -

동영상 서비스가 종료되어 해당 콘텐츠를 재생할 수 없습니다.

 

it works

 

Comments