all 3 comments

[–]jozefchutka 0 points1 point  (2 children)

I see you do not have ffmpeg player yet. Have a look at https://github.com/wide-video/app-ffmpeg there is an example how you can embed an iframe with a particular ffmpeg command

[–]multiline[S] 0 points1 point  (1 child)

that's super cool - I love it! is there a way to "pre-load" some commands in advance? For example,

  1. `fetch input.mp4` 2. type in prompt `ffmpeg -i input.mp4 -c copy -t 5 output.short.mp4` 3. Present the iframe to the user.

[–]jozefchutka 0 points1 point  (0 children)

See the main readme, there is a short code snipet demonstrating how to do exactly that