Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
takonasu committed May 8, 2020
1 parent a575f63 commit 5873d02
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,12 @@ windowsの人は[こちら](https://github.com/takonasu/SlideBukkonuki/tree/mast
先生によってはアニメーションを多用したり、スライドのデザインによってはあまり変化が見られない先生もいます。
そのため、先生によって変化の割合が全く異なってしまうために閾値を指定する必要があります。

## 参考・謝辞
## 参考・コントリビュータ
動画から画像抽出:https://kisqragi.hatenablog.com/entry/2019/11/02/130921
相談しながら折り紙折ってた人: [おしゅん](https://twitter.com/uk_osy)
Windows版のビルド: [しゃちぽこ](https://twitter.com/Shachihoko6)
Mac GUI版: [takpika](https://twitter.com/takpika0308)
Mac GUI版 : [takpika](https://twitter.com/takpika0308)
Mac GUIデザイン: [SGO](https://twitter.com/sgo_ITF)

## その他
作者はプログラミングマジで苦手でC++も114514年ぶりくらいに触ったのでソースコードには稚拙な部分があります。
Expand Down
6 changes: 3 additions & 3 deletions Windows/wrapper.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ echo %output_path%

rem 動画のアスペクト比を決定
set aspect=
set /P aspect="動画の画面比は?(4:3なら0 / 16:9なら1):"
set /P aspect="ぶっこぬくスライドの画面比は?(4:3なら0 / 16:9なら1):"

rem Autoモードにするか
choice /m "全てデフォルト設定で処理しますか?(y/n)"
Expand All @@ -35,7 +35,7 @@ set threshold=10
set interval=5

rem ぶっこぬき実行
call %~dp0Slidebukkonuki_wintest.exe %input_path% %output_path% %threshold% %trimming% %aspect% %interval%
call %~dp0Slidebukkonuki.exe %input_path% %output_path% %threshold% %trimming% %aspect% %interval%
exit /b

:manual
Expand All @@ -52,7 +52,7 @@ set interval=
set /P interval="フレーム取得間隔を変更しますか?(デフォルトなら5)"

rem ぶっこぬき実行
call %~dp0Slidebukkonuki_wintest.exe %input_path% %output_path% %threshold% %trimming% %aspect% %interval%
call %~dp0Slidebukkonukit.exe %input_path% %output_path% %threshold% %trimming% %aspect% %interval%

exit /b

Binary file removed Windows/x64/Release.zip
Binary file not shown.

0 comments on commit 5873d02

Please sign in to comment.