Skip to content

guricerin/bad-apple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bad-apple

Bad Apple!! PV 影絵 on terminal

必要なツールなど

元ネタ様

https://github.com/tem6/badapple

実行手順

  • 準備
> git clone https://github.com/guricerin/bad-apple.git
> cd bad-apple
> dotnet tool restore
> dotnet paket install
  • 元動画の幅・高さが大きい場合はリサイズ
> ffmpeg \path\to\org.mp4\ --vf scale=<width you like>:-1 \path\to\resize.mp4
  • 動画をフレームごとに連番でpng画像化
> ffmpeg -i \path\to\mp4 -vcodec png -r 60 \path\to\output\folder\%06d.png # -rオプションはfpsの指定
  • ffmpegが出力した画像ファイルが配置されているフォルダーと出力先フォルダーを指定し、image2text.fsxを実行、cui-badapple.txtが生成される
> dotnet fsi .\src\image2text.fsx \path\to\frames-folder \path\to\output-folder
  • cui-badapple.txtのパスを指定し、play.fsxを実行
> dotnet fsi .\src\play.fsx \path\to\cui-badapple.txt

音声は?

がんばってください

About

n番煎じ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages