python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How To Transcode and Re-size A Video Without Compressing It In fluent-ffmpeg
Simple question, how can I transcode and resize a video in fluent-ffmpeg, without compressing it? I understand that some transcoding processes may naturally affect file size, but is there a way to red...

twominds
Votes: 0
Answers: 0
Is shrinking and deallocating space necessary after Advanced Table Compression?
There is a table that holds 10 GB of data without any compress assigned to it. A decision was made to use advanced compresion on this table to reduce amount of space it consumed.
After running the bel...
Sherzodbek
Votes: 0
Answers: 1
Python ZipFile Created In-Memory Not Compressing as Expected
I am trying to use Python to create a ZipFile object in-memory, and write a single file, also created in-memory, into the ZipFile object, and then upload the file to Google Cloud Storage.
My file is n...
Dave Morris
Votes: 0
Answers: 1
Speed up git add for binary files - disable compression
I am working on a new data structure that is version friendly.
So I have a git repository inside a Zarr file.
I don't have any push or upload data. just local version control.
currently, the git add ....

mzouink
Votes: 0
Answers: 1