Skip to content

Commit

Permalink
Merge pull request #50 from xpadev-net/refactor/ffmpeg
Browse files Browse the repository at this point in the history
[改善] ffmpegのハンドリングをリファクタリング
  • Loading branch information
xpadev-net authored Dec 8, 2023
2 parents b833909 + a4a0777 commit ffa5a73
Show file tree
Hide file tree
Showing 9 changed files with 54 additions and 367 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion electron/dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import type {
} from "@/@types/response.controller";
import type { SpawnResult } from "@/@types/spawn";

import { ffprobePath } from "./assets";
import { sendMessageToController } from "./controller-window";
import { ffprobePath } from "./ffmpeg";
import { encodeJson } from "./lib/json";
import { spawn } from "./lib/spawn";
import { store } from "./store";
Expand Down
2 changes: 1 addition & 1 deletion electron/electron.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { app, BrowserWindow, globalShortcut } from "electron";

import { onStartUp } from "./assets";
import { createControllerWindow } from "./controller-window";
import { onStartUp } from "./ffmpeg";
import { registerListener } from "./ipc-manager";

app.on("window-all-closed", () => {
Expand Down
2 changes: 1 addition & 1 deletion electron/ffmpeg-stream/stream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import type { Readable, Writable } from "stream";
import { PassThrough } from "stream";
import { promisify } from "util";

import { ffmpegPath } from "../assets";
import { sendMessageToController } from "../controller-window";
import { ffmpegPath } from "../ffmpeg";
import { encodeJson } from "../lib/json";

const dbg = console.log;
Expand Down
319 changes: 0 additions & 319 deletions electron/lib/niconico/_dms.ts

This file was deleted.

Loading

0 comments on commit ffa5a73

Please sign in to comment.