flickleafy
flickleafy
That could be done using ffmpeg, right?
I thought the same, probably it is not that much work. Also, you would be caching the content type together the database structure that currently exists, right? It would only...
For now, I think what you did already solve my current issue, for sure. Anyway, memory and CPU is not an issue for me, currently available 64Gb and 64 threads....
Yes, I know, mechanic hard drives have lower IOPS than SDD and RAM, and then, this is why there exist some softwares that does multiple hierarchy caching. I tried something...
I did a try, and it found files that had no extension as I predicted that would happen (some files was recovered from a damaged drive and lost the extension),...
That makes sense. You could make another configuration with 3 options: Disabled - does not check the real content in any case. Enabled all - check real content on all...
Yes, I know ffmpeg support that you assign a gpu number to offload the processing, I have done this with video encodings and decodings. But I am not sure, what...
> VDF doesn't know how powerful a GPU is. That is why queues can be used in the first place, you put the amount of videos you want to process,...
@JamesPous , Sorry, but honestly I think you don't know what you are talking about. I have built from zero a video duplicate finder in python that does exactly what...
I just discovered that you can send a callback to fetch data inside the body of the modal. and inside there, it can run the loading animation while it calls...