← Back to context Comment by mandeepj 7 hours ago I guess I can find another implementation to combine trimmed parts after taking out certain scenes? 1 comment mandeepj Reply hiccuphippo 6 hours ago Write a text file with all the parts like this: file 'file1.mp4' file 'file2.mp4' file 'file3.mp4' Then call ffmpeg like this: ffmpeg -f concat -i files.txt -c copy output.mp4 And I guess you could make an LLM write a {G,T}UI for this if you really want.
hiccuphippo 6 hours ago Write a text file with all the parts like this: file 'file1.mp4' file 'file2.mp4' file 'file3.mp4' Then call ffmpeg like this: ffmpeg -f concat -i files.txt -c copy output.mp4 And I guess you could make an LLM write a {G,T}UI for this if you really want.
Write a text file with all the parts like this:
Then call ffmpeg like this:
And I guess you could make an LLM write a {G,T}UI for this if you really want.