--- license: mit tags: - art --- # ASCII-VIDEO ![](Screenshot.png) ## 概要 このプログラムは、動画ファイルをASCIIビデオに変換するプログラムです。 KizunaAIの「Cognition」というライブ動画に影響されて制作しました。 ## 使用方法 プログラムファイル内にビデオパスを渡す部分がありますので、そこにビデオパスを代入してください。 コードを実行すると、白ベース(```w```)か、黒ベース(```b```)、またはカラーによるいずれかを選択することが可能です。 ## 注意 - このプログラムの大半はChatGPTが生成したものになります。 - 実行環境はUbuntu24LTSでテストしています。 - CPUによる動作のため、長い動画には時間がかかる場合があります。 --- ## Overview This program converts video files into ASCII videos. It was inspired by the live video "Cognition" by KizunaAI. ## How to Use In the program file, there is a section where you can input the video path. Insert the path of your video into that section. When you run the code, you can choose from white base (```w```), black base (```b```), or color options. ## Notes - Most of this program was generated by ChatGPT. - The execution environment has been tested on Ubuntu 24 LTS. - Since the program runs on the CPU, processing long videos may take a significant amount of time.