Friday, March 10, 2023

Today I found out "The hard way" that Google drive Enterprise has a limit to the number of files you can store..

 So I just got the following error while uploading files with rclone:


googleapi: Error 403: This account has exceeded the creation limit of 5 million items. To create more items, move items to the trash and delete them forever., activeItemCreationLimitExceeded


I was unaware there was a limit, I have "unlimited" storage with about 9.3 TB used, and I pay about $26 USD/month for this..


I've deleted a few million files and emptied the trash but as of yet I cannot create new files..


We shall see what happens.. how long it takes to 'update' and let me create files again.. 


I've added a comment on the following issue tracker.. 

https://issuetracker.google.com/issues/268606830

 

Thursday, March 9, 2023

Video editor using ffmpeg that supports HDR and any other type of video, no GPU required

I made a python script that lets you edit video without re-encoding and automatically cuts on the closest keyframe (iframe)

This means you can edit video without having a strong cpu, including HDR video!!!

This barely uses any CPU, and runs really really fast, as long as you're ok with jump cuts.

Check it out on github!

https://github.com/igmrlm/KeyframeCutandConcat