We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi,
I've got an itching question here regarding video cropping (length, not dimensions). I'm gonna have one lengthly video file that will be needed cropped programatically into 10 pieces, then each piece needs to be trimmed x amount of time from beginning and end, and saved.
How can I achieve this? Is it possible with Processing?
Thanks
Answers
Honestly, I don't know (I think it is harder since Processing no longer exports video directly), but I would rather do that with a simple video editor...
Thanks, that'd obviously do the job, but I'd rather automate the process + add other features like uploading to YT, etc.