Skip to content

Commit

Permalink
TvtPlay30
Browse files Browse the repository at this point in the history
  • Loading branch information
xtne6f committed Jul 31, 2023
1 parent 70c7786 commit f998fde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions TvtPlay_Readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TVTest TvtPlay Plugin ver.2.9 + BonDriver_Pipe.dll + TvtAudioStretchFilter.ax
TVTest TvtPlay Plugin ver.3.0 + BonDriver_Pipe.dll + TvtAudioStretchFilter.ax

■概要
TVTest付属のBonDriver_UDPまたは添付のBonDriver_Pipeを使ってローカルTSファイルを
Expand Down Expand Up @@ -485,9 +485,8 @@ GetTickCount、[=1]ならQueryPerformanceCounterにします。どちらでも
・TVTest ver.0.7.20以前では、シーク後に音無しor映像無しになることがあります。当
方ではシーク200回のうち7回発生しました。発生したときはビューアリセットしたりも
う一度シークしたりしてください。
・総再生時間の表示は数秒以内の誤差がでる場合があります。また、総再生時間はファイ
ル先頭および末尾の情報から算出した値なので、カット編集されている場合は不正確に
なります
・総再生時間はファイル先頭および末尾の情報から算出した値なので、カット編集されて
いる場合は不正確になります
・26.5時間以上のTSファイルはおそらく正しく再生できません(Program Clock Reference
が巡回する関係上)
・再生位置から一度に13.2時間以上離れた位置にシークすると、誤った位置に飛びます
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ファイル再生機能を追加するプラグイン
// 最終更新: 2022-11-04
// 最終更新: 2023-07-31
// 署名: 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.9" INFO_DESCRIPTION_SUFFIX;
static const WCHAR INFO_DESCRIPTION[] = L"ファイル再生機能を追加 (ver.3.0" INFO_DESCRIPTION_SUFFIX;
static const int INFO_VERSION = 24;

#define WM_UPDATE_STATUS (WM_APP + 1)
Expand Down

0 comments on commit f998fde

Please sign in to comment.