Remix.run Logo
jack_pp 2 days ago

I have written a lot of ffmpeg-python and plain ffmpeg commands using LLMs and while I am amazed at how good Gemini or chatGPT can handle ffmpeg prompts it is still not 100% so this seems to me like a big gamble on your part. However it might work for most users that only ask for simple things.

shardullavekar 2 days ago | parent [-]

so creators on 100x will create well defined workflows that others can reuse. If a workflow is not found, llm creates one on the go and saves it.

jack_pp 2 days ago | parent [-]

That sounds good, save the LLM generated workflows and have them edited by more seasoned users.

Or you could go one step further and create a special workflow which would allow you to define some inputs and iterate with an LLM until the user gets what he wants but for this you would need to generate outputs and have the user validate what the LLM has created before finally saving the recipe.

shardullavekar 2 days ago | parent [-]

That's exactly how it is implemented!