Skip to content

Commit

Permalink
revert: avsFile audio 1st select to auto select
Browse files Browse the repository at this point in the history
  • Loading branch information
naa0yama authored Sep 1, 2024
1 parent a21e971 commit 9e01af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/join_logo_scp_trial/src/jlse.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const main = async () => {
console.log("TS spliting ...");
tsdivider(inputFile);
console.log("TS split done");
avsFile = createAvs(INPUT_AVS, TSDIVIDER_OUTPUT, 1);
avsFile = createAvs(INPUT_AVS, TSDIVIDER_OUTPUT, -1);

await chapterexe(avsFile);
await logoframe(param, channel, avsFile);
Expand Down

0 comments on commit 9e01af1

Please sign in to comment.