Giter Club home page Giter Club logo

ts-onekeyprocess's People

Contributors

qiangbro avatar

ts-onekeyprocess's Issues

处理完成后打印详细报告

feature request
功能需求:处理完成后,输出简报,从而可以被别的程序使用。

可以输出以下内容:

总体开始时间、结束时间~~、总耗时~~
每个片源的~~开始时间、结束时间、处理时长、~~得到的视频索引、音频轨道、字幕文件等资源
生成的avs文件

使用json字符串输出

主程序支持使用艾特符号读取参数列表

feature request
需求:将待处理的一系列文件的路径写到一个文本文件中,一次性批量处理。

例:
filelist.txt:
src\1\video # 1.ts
src\2\video # 2.ts
src\3\video # 3.ts
src\4\video # 4.ts

命令: ts-1key-process.bat @filelist.txt

等价于: ts-1key-process.bat "src\1\video # 1.ts" "src\2\video # 2.ts" "src\3\video # 3.ts" "src\4\video # 4.ts"

eac3to 无法解析某些有问题的ts档的音轨比特流

(感谢村花组睡猫的反馈)
用smartcutter1.9.4在win10下剪档,得到的剪档结果在用eac3to抽取时,无法解析音轨比特流:
eac3to v3.31
command line: "E:\program_media\Mikey's Fansub Utilities\TS-OneKeyProcess\tools\eac3to\eac3to.exe" "H:\BaiduYunDownload\0822-src\0822.ts" 2: "0822--track02--fix-delay.aac" 3: "0822--track03--fix-delay.aac"
TS, 1 video track, 2 audio tracks, 0:01:06, 60i /1.001
1: MPEG2, 1080i60 /1.001 (16:9)
2: AAC, unknown parameters, -16ms
3: AAC, 2.0 channels, 192kbps, 48kHz, -16ms
Bitstream parsing for track 2 failed.
Demuxing this track may still produce correct results - or not.
[a02] Extracting audio track number 2...
[a03] Extracting audio track number 3...
[a03] Applying AAC delay...
[a03] A remaining delay of +5ms could not be fixed.
[a03] Creating file "0822--track03--fix-delay.aac"...
[a02] Creating file "0822--track02--fix-delay.aac"...
[a03] The last AAC frame is incomplete and thus gets skipped.
Video track 1 contains 1967 frames.
eac3to processing took 1 second.
Done.

得到这几个文件
image

利用正则表达式捕获片源文件名中的数字,用于在avs文件名中引用

featrue request

功能需求:捕获片源文件名中的一些信息,例如:节目时间、剧集编号、小标题
将捕获到的内容按需填到avs文件名中。

例如:
20160822_0730_NHKBSプレミアム 連続テレビ小説 とと姉ちゃん(121)「常子、子供たちの面倒をみる」[解][字][デ].ts

尝试去捕获其中的:
节目编号:121
小标题:常子、子供たちの面倒をみる
节目日期:20160822

将捕获的内容填到avs文件名:20160822.当家姐姐.EP121.「常子、子供たちの面倒をみる」.avs

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.