feat: add multimodal analysis support to LLM moderation client by processing image attachments
This commit is contained in:
@@ -39,7 +39,10 @@ import { prepareTranscoder } from "../../src/streaming/transcoder";
|
||||
|
||||
describe("Transcoder", () => {
|
||||
it("starts ffmpeg and returns output stream and command", () => {
|
||||
const { transcoder, command, output } = prepareTranscoder("http://example.test/video", { fps: 24 });
|
||||
const { transcoder, command, output } = prepareTranscoder(
|
||||
"http://example.test/video",
|
||||
{ fps: 24 },
|
||||
);
|
||||
expect(transcoder).toBeTruthy();
|
||||
expect(command).toBeTruthy();
|
||||
expect(output).toBeTruthy();
|
||||
|
||||
Reference in New Issue
Block a user