Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
- | Command | Description | Alias |
- +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
- | $ cdw --enable-dvd-rp-dl | terminal burn | |
- +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
- | $ growisofs -dvd-compat -Z /dev/dvd=mo.iso | burn dvd | |
- +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
- | $ mkisofs -J -r -pad -graft-points /path/file /path/file | cdrecord dev=1,1,0 speed=8 - | burn files to cd | |
- +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
- | $ growisofs -use-the-force-luke=tty -Z /dev/sr0 -J -r -speed=8 -dvd-compat -pad -graft-points /path/file1.avi /path/file2.avi /path/file3.avi | burn dvd from files | |
- +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
- | $ avconv -i /media/v1ral/USB STICK/MOVIES/rtorrent/Harry Potter and the Half Blood Prince 2009 1080p Harry Potter and the Half Blood Prince 2009 | convert to mp4 | |
- | 1080p/Harry.Potter.and.the.Half.Blood.Prince.2009.1080p.BrRip.x264.YIFY.mp4 -map 0.0 -map 0.1 -threads 2 -y -f mpeg1video -ba 80k -ar 48000 -ac 2 | | |
- | /media/v1ral/USB STICK/MOVIES/Harry.Potter.and.the.Half.Blood.Prince.2009.1080p.BrRip.x264.YIFY.mpg | | |
- +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
- | $ dvdauthor -o dvd/ -T | finish the dvd/ folder to then next create isofs | |
- +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
- | $ dvdauthor -o dvd/ -t video.mpg | create the folder named dvd/ with AUDIO and VIDEO for dvd burning | |
- +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
- | $ genisoimage -J -r -pad -graft-points dir1/=/path/files dir2/=/path/files dir3/=/path/files > filename.iso | Make .iso from multiple directories | |
- +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
- | $ export VIDEO_FORMAT=PAL | ensure video format during ffmpeg command before dvdauthor | |
- +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
- | $ vobcopy | rip dvd | |
- +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
- | $ mkisofs -R -J /path/to/files -o /path/to/output.iso | Make .iso from directory | |
- +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
- | $ genisoimage -J -r -pad -graft-points /path/file /path/file | cdrecord dev=1,1,0 speed=8 - | Burn files to CD | |
- +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
- | $ ffmpeg -i input.mp4 -target pal-dvd video.mpg | convert video file to .mpg to dvdauthor it and mkisofs then burn dvd | |
- +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
- | $ mplayer -ao -vid video.mp4 | terminal great vid/music plyer | |
- +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
- | $ cdrecord -v dev=/dev/sr0 speed=8 -audio -pad *.wav | Write audio CD | |
- +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
- | $ mkisofs -dvd-video -o dvd.iso dvd/ | make .iso out of your dvd/ folder to burn dvd | |
- +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
- | $ dd if=a.cure.for.wellness.iso of=/dev/sr0 obs=32k seek=0 | growisofs -dvd-compat actual dd command iso to dvd | |
- +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
- | $ wodim speed=8 -tao dev=/dev/sr0 /path/file.iso | burn .iso to cd | |
- +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
- | $ genisoimage -o xxx.iso youtube-dlg/* | create iso fr | |
- +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
- | $ growisofs -dvd-compat -speed=8 -use-the-force-luke=tty -Z /dev/sr0=/path/file.iso | Burn .iso to DVD | |
- +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement