Skip to content

Commit

Permalink
TvtPlay25
Browse files Browse the repository at this point in the history
  • Loading branch information
xtne6f committed Feb 21, 2018
1 parent d165577 commit dd6f8d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions TvtPlay_Readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TVTest TvtPlay Plugin ver.2.4 + BonDriver_Pipe.dll + TvtAudioStretchFilter.ax
TVTest TvtPlay Plugin ver.2.5 + BonDriver_Pipe.dll + TvtAudioStretchFilter.ax

■概要
TVTest付属のBonDriver_UDPまたは専用のBonDriver_Pipeを使ってローカルTSファイルを
Expand Down Expand Up @@ -43,8 +43,7 @@ TvtPlay.iniは基本的にそのまま引き継げます。
TVTestのPluginsフォルダにTvtPlay.tvtpを入れてください。BonDriver_Pipe.dllは使用
しないならば捨ててください(後述の「BonDriver_Pipe.dllについて」を参照)。なお、
TvtPlay.tvtp_x64はx64版のTVTest利用者向けです。
"plus"フォルダにあるTvtPlay.tvtpはTVTest0.9.0以降専用です。TVTest0.9.0は未リリー
スのため今後の仕様変更により使えなくなる可能性もあります。
"plus"フォルダにあるTvtPlay.tvtpはTVTest0.9.0以降専用です。

TVTest起動オプションの最後に拡張子.ts .m2t .m2ts .mp4 .m3u .tslist いずれかのフ
ァイルパスを付加するとプラグインは有効になり、起動時にそのファイルを開きます。起
Expand Down Expand Up @@ -85,6 +84,9 @@ TVTest起動時につぎのようなオプションを追加することで、
/tvtpudp BonDriver_UDP.dllの使用の有無でプラグインを有効・無効にする
/tvtpudp /tvtplay 上述の動作+ファイルパスの拡張子を問わない
/tvtpipe BonDriver_Pipe.dllについて/tvtpudpと同様(同時指定もできる)
BonDriver_Pipe0.dll~BonDriver_Pipe9.dllにリネームされたものも
同様に扱います【ver.2.5~】。使用中のBonDriverによって挙動を変
えるプラグインをカスタマイズするときに便利です
/tvtplay 起動時にプラグインを有効化+ファイルパスの拡張子を問わない
# 以上のオプションは複数起動禁止のTVTest起動中に追加できます(削除はできません)
/tvtpofs <ms>[+-]<ofs>
Expand Down
4 changes: 2 additions & 2 deletions src/TvtPlay.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// TVTestにtsファイル再生機能を追加するプラグイン
// 最終更新: 2016-09-09
// 最終更新: 2018-02-22
// 署名: 849fa586809b0d16276cd644c6749503
#include <Windows.h>
#include <WindowsX.h>
Expand Down Expand Up @@ -33,7 +33,7 @@
#define INFO_DESCRIPTION_SUFFIX L")"

static const WCHAR INFO_PLUGIN_NAME[] = L"TvtPlay";
static const WCHAR INFO_DESCRIPTION[] = L"ファイル再生機能を追加 (ver.2.4" INFO_DESCRIPTION_SUFFIX;
static const WCHAR INFO_DESCRIPTION[] = L"ファイル再生機能を追加 (ver.2.5" INFO_DESCRIPTION_SUFFIX;
static const int INFO_VERSION = 23;

#define WM_UPDATE_STATUS (WM_APP + 1)
Expand Down

0 comments on commit dd6f8d5

Please sign in to comment.