Hi I'm trying to create a script that allows me to import a video and this is split into a video track and an audio track that will ripped randomly and re-assembled together. I conceptually thought of different ways.
My questions:
Can I separate video track and audio track from a file directly in processing?
Is there any way to cut/split the tracks (a command inside or in some “library”)?
If not, is it possible, by randomly skipping (myMovie.jump(random(myMovie.duration())), to eliminate the possibility of re-jumping in the already seen parts?
the same questions about the audio track
If you think, as I now think, that with processing is not possible, you can indicate a possible software with which I would be able to do it (I tried to look for some editing software that would work with block programming (like grasshopper for rhino for example) but for now I'm far away From the solution)
I'm a beginner in programming, but I understand in a hurry. sorry for my english