Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - smokingwheels

Pages: [1]
1
I open my list then compare each line with a array of urls from my whitelist.
The problem is the longer my whitelist is the longer it takes to complete the task.

Should I try 1 url at a time then replace the list for each url?
This means I would need to read and write 200 mb of data for each url.

Currently I have to compare each line to 80 urls that I would like whitelisted or removed from my blocklist
The list is over 6 million lines of text.

Blocklist link
 https://t.co/vRyCbbpcth?amp=1

3
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.




Pages: [1]