Last active
February 16, 2016 19:18
-
-
Save khdlr/b88e8a323c43e539fb58 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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