I have a few programs that generate BASH files at the moment to various things like cp and mv.
I am having trouble when there is a space in the command line eg cp ~Wagnwash/Dog 21-11-18/imagexxxxx1.JPG ~thrashdrive/tmp/
I would like to populate the SHELL command and run it under program control but atm I have to execute copyfiles.sh.
I also make videos out of images using FFMPEG and would like to have that under program control as well.
Atm I Add new images to a folder and will have QB64 generate all the BASH commands and folders to produce a Phone quality mp4 and a HD quality video from new images.
I would like to be able to have QB64 be a Video maker of some description.
I am working on using a base program to modify another program adding new lines, you update the data then use the first program to write the mods to the second program then run the second program.
Note: Its in my usual English this post sorry if you find it hard to follow.
A program I have is to take a 30 FPS Video from a phone and add it into the main video running at 15 FPS eg use every second frame from the 30 FPS video.