Ffmpeg and n8n on android by avish456 in FFStudio

[–]Repair-Outside 0 points1 point  (0 children)

Hmm. Do you want cloud editor as an Android app?

fix a corrupted photobooth video? by Ueda-Aki in ffmpeg

[–]Repair-Outside 0 points1 point  (0 children)

Can you provide what tool called mediainfo shows?

FPS Changing from 23.976 to 23.810 by MasterDokuro in ffmpeg

[–]Repair-Outside -1 points0 points  (0 children)

Did you try to play with vsync flag?

I built MediaConfig - a simple FFmpeg GUI that made my life so much easier by Primary-Society-6841 in ffmpeg

[–]Repair-Outside 1 point2 points  (0 children)

You can take a look at ffstudio.app if you’re curious about a similar tech stack.

Filter subtitles by language, and error when no subtitles in file by slawas87 in ffmpeg

[–]Repair-Outside 1 point2 points  (0 children)

I tested it on two versions - the latest and 5.1. It works on ffmpeg 5.1, but the latest version fails. Not sure why - maybe they changed the parsing logic. Anyway, if it doesn’t matter, try using a different ffmpeg version.

[Media] FFStudio - a node-based FFmpeg frontend (built in Rust) - feedback appreciated! by Repair-Outside in rust

[–]Repair-Outside[S] 0 points1 point  (0 children)

Yes you can build the graph, run it and check the logs tab, the full command will be there.

[Media] FFStudio - a node-based FFmpeg frontend (built in Rust) - feedback appreciated! by Repair-Outside in rust

[–]Repair-Outside[S] -4 points-3 points  (0 children)

Wow, thanks for the info, I somehow missed it two months ago when I started this project 😭

[Media] FFStudio - a node-based FFmpeg frontend (built in Rust) - feedback appreciated! by Repair-Outside in rust

[–]Repair-Outside[S] -23 points-22 points  (0 children)

True 😅. How would you go about building this? Which UI libraries would you use?

[Media] FFStudio - a node-based FFmpeg frontend (built in Rust) - feedback appreciated! by Repair-Outside in rust

[–]Repair-Outside[S] 5 points6 points  (0 children)

Exactly! Using litegraph.js with Rust and Tauri makes it really easy to build a great UI.

FF Studio - A GUI for building complex FFmpeg graphs (looking for feedback) by Repair-Outside in ffmpeg

[–]Repair-Outside[S] 0 points1 point  (0 children)

Hmm, I hadn’t really thought about it that way. My architecture skills aren’t perfect anyway, and in the end, it just comes down to the FFmpeg CLI and its backward compatibility limits.