分页: 1 / 1

[玩具] Spp2Pgs, 一般字幕转蓝光SUP

发表于 : 2016-05-09 11:48
subelf
bin和src见:
https://github.com/subelf/Spp2Pgs/releases
  • 因为坑还没填到版本号1.0以上,所以算玩具
  • 特色是ass直接转sup,并严格遵循蓝光标准,处理不了的帧就丢掉
  • 开发环境目前固定在VS2015,因为要提供到CLR的封装
  • 同时提供sup转和逆转pes+mui工具,用于对付某些标准蓝光工程软件
  • 项目前身基于avs2bdnxml,使用了xy-VSFilter再加工版
用法: spp2pgs -i "input.ass" -s 1080 -r 23 "output.sup"
其它详见说明文件和程序帮助信息

Re: [玩具] Spp2Pgs, 一般字幕转蓝光SUP

发表于 : 2018-01-26 15:57
fadedmaple
试用了下,感觉还蛮好的啊... 可惜很久没更新了
主要是我用VS,不想多装个AVS的环境,下载即用的体验还是不错的

Re: [玩具] Spp2Pgs, 一般字幕转蓝光SUP

发表于 : 2019-08-24 20:37
asxzwang
工具很不错哦,而且不需要安装avs

Re: [玩具] Spp2Pgs, 一般字幕转蓝光SUP

发表于 : 2019-08-24 20:45
asxzwang
环境windows10,使用方法:
1、复制想要的文件到Spp2Pgs目录,命名文件为1.ass
2、在Spp2Pgs目录按住shift+右键,左键单击“在此处打开powershell窗口”
3、spp2pgs -i "1.ass" -s 1080 -r 23 "output.sup"
4、目录下的output.sup就是转换完成蓝光sup字幕,这样子ass转换sup字幕就完成了。

Re: [玩具] Spp2Pgs, 一般字幕转蓝光SUP

发表于 : 2019-08-24 20:47
asxzwang
3、输入  .\spp2pgs -i "1.ass" -s 1080 -r 23 "output.sup"

Re: [玩具] Spp2Pgs, 一般字幕转蓝光SUP

发表于 : 2019-08-24 20:59
asxzwang
USAGE: Spp2Pgs -i "input.ass" -s 1080 -r 23 "output.pgs"
-i <filename>
Input subtitle file name. Use '-' for a stdin raw input.
-s <format>
Frame format:
480i = 1/240/-480
576i = 2/288/-576
480p = 3/480
1080i = 4/540/-1080
720p = 5/720
1080p = 6/1080
576p = 7/576
-r <rate>
Frame rate:
23.976 = 1/23
24.0 = 2/24
25.0 = 3/25
29.97 = 4/29
30.0 = 5/30
50.0 = 6/50
59.94 = 7/59
60.0 = 8/60
-b <frameid>
Beginning index of valid frames.
-e <count>
-n <count>
count of frames.
-z[0|1]
Setting up an extra epoch at the very beginning or not.
0 = No;
1 = Yes;
(blank)= Yes. (default)
-x[0|1]
Using extremely strict mode or not.
0 = No;
1 = Yes;
(blank)= Yes. (default)
-v[level]
Output level.
(blank)= All, verbose;
63 = Errors only.
127 = Errors and warnings.
144 = Normal outputs. (default)
<filename>
Output file name. Use '-' for a stdout output.