Advertisement
v1ral_ITS

Untitled

May 28th, 2019
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 10.06 KB | None | 0 0
  1. +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
  2. | Command                                                                                                                                           | Description                                                          | Alias |
  3. +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
  4. | $ cdw --enable-dvd-rp-dl                                                                                                                          | terminal burn                                                        |       |
  5. +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
  6. | $ growisofs -dvd-compat -Z /dev/dvd=mo.iso                                                                                                        | burn dvd                                                             |       |
  7. +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
  8. | $ mkisofs -J -r -pad -graft-points /path/file /path/file | cdrecord dev=1,1,0 speed=8 -                                                           | burn files to cd                                                     |       |
  9. +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
  10. | $ 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                                                  |       |
  11. +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
  12. | $ 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                                                       |       |
  13. | 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 |                                                                      |       |
  14. | /media/v1ral/USB STICK/MOVIES/Harry.Potter.and.the.Half.Blood.Prince.2009.1080p.BrRip.x264.YIFY.mpg                                               |                                                                      |       |
  15. +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
  16. | $ dvdauthor -o dvd/ -T                                                                                                                            | finish the dvd/ folder to then next create isofs                     |       |
  17. +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
  18. | $ dvdauthor -o dvd/ -t video.mpg                                                                                                                  | create the folder named dvd/ with AUDIO and VIDEO for dvd burning    |       |
  19. +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
  20. | $ genisoimage -J -r -pad -graft-points dir1/=/path/files dir2/=/path/files dir3/=/path/files > filename.iso                                       | Make .iso from multiple directories                                  |       |
  21. +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
  22. | $ export VIDEO_FORMAT=PAL                                                                                                                         | ensure video format during ffmpeg command before dvdauthor           |       |
  23. +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
  24. | $ vobcopy                                                                                                                                         | rip dvd                                                              |       |
  25. +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
  26. | $ mkisofs -R -J /path/to/files -o /path/to/output.iso                                                                                             | Make .iso from directory                                             |       |
  27. +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
  28. | $ genisoimage -J -r -pad -graft-points /path/file /path/file | cdrecord dev=1,1,0 speed=8 -                                                       | Burn files to CD                                                     |       |
  29. +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
  30. | $ ffmpeg -i input.mp4 -target pal-dvd video.mpg                                                                                                   | convert video file to .mpg to dvdauthor it and mkisofs then burn dvd |       |
  31. +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
  32. | $ mplayer -ao -vid video.mp4                                                                                                                      | terminal great vid/music plyer                                       |       |
  33. +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
  34. | $ cdrecord -v dev=/dev/sr0 speed=8 -audio -pad *.wav                                                                                              | Write audio CD                                                       |       |
  35. +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
  36. | $ mkisofs -dvd-video -o dvd.iso dvd/                                                                                                              | make .iso out of your dvd/ folder to burn dvd                        |       |
  37. +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
  38. | $ dd if=a.cure.for.wellness.iso of=/dev/sr0 obs=32k seek=0                                                                                        | growisofs -dvd-compat actual dd command iso to dvd                   |       |
  39. +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
  40. | $ wodim speed=8 -tao dev=/dev/sr0 /path/file.iso                                                                                                  | burn .iso to cd                                                      |       |
  41. +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
  42. | $ genisoimage -o xxx.iso youtube-dlg/*                                                                                                            | create iso fr                                                        |       |
  43. +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
  44. | $ growisofs -dvd-compat -speed=8  -use-the-force-luke=tty -Z /dev/sr0=/path/file.iso                                                              | Burn .iso to DVD                                                     |       |
  45. +---------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement