Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

プラグイン追加リクエスト #769

Open
apm-issue bot opened this issue Feb 29, 2024 · 0 comments
Open

プラグイン追加リクエスト #769

apm-issue bot opened this issue Feb 29, 2024 · 0 comments
Labels
from-gform From Google Form plugin Input, Output, Filter, Color, Language

Comments

@apm-issue
Copy link

apm-issue bot commented Feb 29, 2024

パッケージ名

チャプター編集プラグイン+無音&シーンチェンジ検索機能

概要

chapter.auf(無音検索+シーンチェンジ(SC)検索付き)と同等の検索処理をAviutlを使わずに処理するプログラムです。

説明

準備:
 基本的にavsinp.auiのあるフォルダにchapter_exe.exeを置いてください。
 ※avs以外からの入力も出来ます。下記参照

使う:
 batファイルとかから、
chapter_exe.exe -v "画像ソースファイル" -a "音声ソースファイル" -o "出力先txt" -m 無音閾値 -s 連続フレーム数
 のように呼び出す。画像を音声が同じソースの場合は -a を省略可能。
 -m を省略時は 50、-s を省略時は 10 となる。

 具体的には、
chapter_exe.exe -v "C:\in.avs" -o "C:\out.txt" -m 100 -s 15
 こんな感じ。それぞれスペースあけてね。
 上の設定の場合、無音閾値 100、無音連続フレーム数 15 にて
 in.avsの音声から無音検索後、in.avsの映像でSCチェックを行う。
 結果は、out.txt にchapter.auf用のフォーマットで出力される。

 別の入力プラグインを使う場合は、たとえばソースファイル名を
"mp4input.aui://C:\mp4movie.mp4"
 とすれば、mp4input.auiを使ってC:\mp4movie.mp4を開きます。出来ればフルパス推奨。

 入力プラグインを指定しなかった場合は、avsあるいはwavとして開こうとします。

開発者

nekopanda

紹介ページURL

https://note.com/nanikoko/n/n6fc46babad9d

ダウンロードページURL

https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/rutice/chapter_r16.zip

ファイル名

chapter_r16.zip

@apm-issue apm-issue bot added from-gform From Google Form plugin Input, Output, Filter, Color, Language labels Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
from-gform From Google Form plugin Input, Output, Filter, Color, Language
Projects
None yet
Development

No branches or pull requests

0 participants