doing something
709 subscribers
906 photos
36 videos
36 files
1.93K links
@smlkw doing something, just my notes to keep updates
Download Telegram
The following command optimizes for maximum compatibility across Android, iOS, and Telegram Desktop:


ffmpeg -i input.mp4 \
-c:v libx264 -profile:v main -level 3.1 -pix_fmt yuv420p \
-crf 23 -preset medium \
-vf "scale='if(gt(iw,ih),-2,min(720,iw))':'if(gt(iw,ih),min(720,ih),-2)'" \
-c:a aac -b:a 128k \
-movflags +faststart \
output.mp4


#tg #ffmpeg
πŸ‘2
This is all you actually need
πŸ”₯7❀1
Happy new year!
πŸŽ„9πŸ‘Ž2
Package archsimd provides access to architecture-specific SIMD operations.

This is a low-level package that exposes hardware-specific functionality. It currently supports AMD64.

This package is experimental, and not subject to the Go 1 compatibility promise. It only exists when building with the GOEXPERIMENT=simd environment variable set.

https://pkg.go.dev/simd/archsimd@go1.26rc1
πŸ”₯1
yes, but: