Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@khdlr
Last active February 16, 2016 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save khdlr/b88e8a323c43e539fb58 to your computer and use it in GitHub Desktop.
Save khdlr/b88e8a323c43e539fb58 to your computer and use it in GitHub Desktop.
# Copy .iso to usb stick
dd bs=4M if=/*.iso of=/dev/sdx && sync
# Convert .pngs to .gif (imagemagick)
convert -delay 2 -layers OptimizePlus *.png anim.gif
# Rip CD into the current directory
abcde -xpPo vorbis -d /dev/disk/by-id/$drive # Specifying the device seems to result in faster rips
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment