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 +1 -1
- package/pipeline.mjs +1 -1
- package/pro-terminal.mjs +2 -2
package/package.json
CHANGED
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
|
|
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.
|
|
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
|
|
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
|
|