← Back to context

Comment by zoltrix303

1 day ago

I work in a large FMCG company which relies heavily on Microsoft powerpoint.

One major problem is that people tend to make extremely bloated, 2-3 gb files for 100 slides and things freeze up, underperform, etc.

Working with AI I wrote a command line tool that replaces the file name with .zip, extracts the content and then run a series of resize, compressions on images and videos. Once done it simply packages back the zip and renames it back to pptx. Files drop by 70-80% in size on average with no visible loss of quality.

This command line tool was made in less than 30 minutes and the conversion was less than 10 messages back and forth.