Advertisement
v1ral_ITS

more keep cmds

May 4th, 2019
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.56 KB | None | 0 0
  1. {"cdw --enable-dvd-rp-dl": {"alias": "", "desc": "terminal burn"}, "growisofs -dvd-compat -Z /dev/dvd=mo.iso":  {"alias": "", "desc": "burn dvd"}, "mkisofs -J -r -pad -graft-points /path/file /path/file | cdrecord dev=1,1,0 speed=8 -":  {"alias": "", "desc": "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" : {"alias": "", "desc": "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) [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": {"alias": "", "desc": "convert input .mp4 to output .mpg movie"}, "dvdauthor -o dvd/ -T":  {"alias": "", "desc": "finish the dvd/ folder to then next create isofs"}, "dvdauthor -o dvd/ -t video.mpg":  {"alias": "", "desc": "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":  {"alias": "", "desc": "Make .iso from multiple directories"}, "export VIDEO_FORMAT=PAL":  {"alias": "", "desc": "ensure video format during ffmpeg command before dvdauthor"}, "vobcopy":  {"alias": "", "desc": "rip dvd"}, "mkisofs -R -J /path/to/files -o /path/to/output.iso":  {"alias": "", "desc": "Make .iso from directory"}, "genisoimage -J -r -pad -graft-points /path/file /path/file | cdrecord dev=1,1,0 speed=8 -":  {"alias": "", "desc": "Burn files to CD"}, "ffmpeg -i input.mp4 -target pal-dvd video.mpg":  {"alias": "", "desc": "convert video file to .mpg to dvdauthor it and mkisofs then burn dvd"}, "mplayer -ao -vid video.mp4":  {"alias": "", "desc": "terminal great vid/music plyer"}, "cdrecord -v dev=/dev/sr0 speed=8 -audio -pad *.wav":  {"alias": "", "desc": "Write audio CD"}, "mkisofs -dvd-video -o dvd.iso dvd/":  {"alias": "", "desc": "make .iso out of your dvd/ folder to burn dvd"}, "dd if=a.cure.for.wellness.iso of=/dev/sr0 obs=32k seek=0":  {"alias": "", "desc": "growisofs -dvd-compat actual dd command iso to dvd"}, "wodim speed=8 -tao dev=/dev/sr0 /path/file.iso":  {"alias": "", "desc": "burn .iso to cd"}, "genisoimage -o xxx.iso youtube-dlg/*":  {"alias": "", "desc": "create iso fr"}, "growisofs -dvd-compat -speed=8  -use-the-force-luke=tty -Z /dev/sr0=/path/file.iso":  {"alias": "", "desc": "Burn .iso to DVD"}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement