Skip to content

Commit

Permalink
Merge pull request #14 from thelastfantasy/v1.3.0-timecode_converter_1
Browse files Browse the repository at this point in the history
docs: update README to clarify timecode converter tool description
  • Loading branch information
thelastfantasy authored Nov 1, 2024
2 parents a7c0cdc + 72c5ad4 commit 119b2d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
branch_name="${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}"
echo "Branch name: $branch_name"
if [[ "$branch_name" =~ ^v[0-9]+\.[0-9]+\.[0-9]+(-[a-zA-Z0-9-]+)?$ ]]; then
if [[ "$branch_name" =~ ^v[0-9]+\.[0-9]+\.[0-9]+(-[a-zA-Z0-9-_]+)?$ ]]; then
version=$(echo "$branch_name" | grep -oE '^v[0-9]+\.[0-9]+\.[0-9]+')
echo "version=$version" >> "$GITHUB_OUTPUT"
echo "Matched version: $version"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sub_converter:
srt转ass字幕工具,支持批量操作(默认读取程序目录下的字幕文件,不含子目录),可使用自定义元数据,目前仅可GUI运行。

timecode_converter:
时间轴转换工具,支持srt、ass、ssa三种格式,支持选取文件操作,可双击GUI运行。选择或输入源字幕匹配的视频的对应帧率,然后选择想要匹配的目标视频的帧率,即可转换时间轴。
字幕时间轴转换工具,支持srt、ass、ssa三种格式,支持选取文件操作,可双击GUI运行。选择或输入源字幕匹配的视频的对应帧率,然后选择想要匹配的目标视频的帧率,即可转换时间轴。

# 为什么不提供编译好的可执行文件?
编译后太大了,可以尝试自行编译
Expand Down

0 comments on commit 119b2d3

Please sign in to comment.