tphim 2.0.2 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tphim",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "TPHIM - Ultimate Video Pipeline: Download, Transcode HLS, AI Subtitles, and Cloud Upload.",
5
5
  "main": "index.js",
6
6
  "type": "module",
package/pipeline.mjs CHANGED
@@ -247,7 +247,7 @@ export async function executePipeline({ input, slug, title, langArg = 'vi' }) {
247
247
 
248
248
  selectedQualities.forEach((q, i) => {
249
249
  maps += `-map 0:v -map 0:a `;
250
- outputs += `-c:v:${i} libx264 -preset veryfast -tune fastdecode -b:v:${i} ${q.bv} -s:v:${i} ${q.w}x${q.h} -c:a:${i} aac -b:a:${i} ${q.ba} `;
250
+ outputs += `-c:v:${i} libx264 -preset ultrafast -tune fastdecode -b:v:${i} ${q.bv} -s:v:${i} ${q.w}x${q.h} -c:a:${i} aac -b:a:${i} ${q.ba} -movflags +faststart `;
251
251
  varStreamMapArr.push(`v:${i},a:${i}`);
252
252
  });
253
253
 
package/pro-terminal.mjs CHANGED
@@ -111,7 +111,7 @@ function showHelp() {
111
111
  )
112
112
  );
113
113
 
114
- console.log(chalk.gray(' ⚡ TPHIM ULTIMATE VIDEO CORE v2.0.2 | STATUS: READY ⚡\n'));
114
+ console.log(chalk.gray(' ⚡ TPHIM ULTIMATE VIDEO CORE v2.0.3 | STATUS: READY ⚡\n'));
115
115
 
116
116
  console.log(`${neonPurple('📖 CÁCH SỬ DỤNG:')}`);
117
117
  console.log(chalk.cyan(' ntxa help - Hiển thị help này'));
@@ -168,7 +168,7 @@ async function main() {
168
168
  )
169
169
  );
170
170
 
171
- console.log(chalk.gray(' ⚡ NEON-INFUSED VIDEO CORE v1.0 | STATUS: READY ⚡\n'));
171
+ console.log(chalk.gray(' ⚡ NEON-INFUSED VIDEO CORE v2.0.3 | STATUS: READY ⚡\n'));
172
172
 
173
173
  p.intro(`${neonPurple('▣ SYSTEM INITIALIZED - BATCH MODE ENABLED')}`);
174
174