Oddbean new post about | logout
 Nice tool, but i am confused:
https://image.nostr.build/d565fc0b01167f9b715a5d59d57637d23264a6c4097969863d84bb707e0f8f52.jpg

https://image.nostr.build/35b7033c95799ec85b0f59d80371f880842228464a8a493bf0a9b0f51759c444.jpg 
 It uses ffmpeg open source library.

FFmpeg compresses videos by:
 * Choosing a codec: This determines how the video is encoded (e.g., H.264, HEVC).
 * Reducing resolution: Making the video smaller (e.g., from 1080p to 720p).
 * Lowering frame rate: Showing fewer frames per second.
 * Adjusting bitrate: Controlling the amount of data used per second.
 * Using keyframes: Storing complete frames less often.
 * Quantizing colors: Reducing the number of colors in each pixel.
 * Analyzing motion: Finding and removing repeated information.
By combining these techniques, FFmpeg can make videos smaller while maintaining good quality.
 
 I think the confusion came from the button labelled, "download." why is it labelled that way when the file isn't coming from the cloud?