Main public logs
From Sasara
Jump to navigationJump to search
Combined display of all available logs of Sasara. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:04, 2 March 2026 Rubenerd talk contribs created page One-liners (Created page with "==Audio/visual== ===Best FLAC=== $ flac --best --delete-input-file --keep-foreign-metadata --preserve-modtime --verify "$AUDIO" ===Best MP3 with CBR=== $ lame -b 320 -q 0 --cbr "$AUDIO" ===Best MP3 with VBR=== $ lame -b 320 -q 0 -V 0 "$AUDIO" ===Fade image to white background=== $ convert $1 -alpha on -channel a -evaluate set 20% out.png ===Flip image horizontally=== $ convert $IMAGE -flop $OUTPUT ===Flip image vertically=== $ convert $IMAGE -flip $OUTPUT ===Incre...")