One-liners: Revision history

From Sasara
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

15 March 2026

2 March 2026

  • curprev 12:0512:05, 2 March 2026 Rubenerd talk contribs 1,130 bytes +13 Audio/visual
  • curprev 12:0412:04, 2 March 2026 Rubenerd talk contribs 1,117 bytes +1,117 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..."