Advertisement
Guest User

encode.decode.ATRAC9

a guest
Dec 11th, 2015
650
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. :changelog
  2. echo.
  3. echo Revision: Oct 17, 2015 - initial version with .wav/.at9 processing
  4. echo Oct 21, 2015 - added support for dynamic batch processing
  5. echo Dec 08, 2015 - added multi-codec processing support + youtube parsing
  6. echo Dec 11, 2015 - added configuration and command line support
  7. echo. & goto:eof
  8.  
  9. :quickguide
  10. echo.
  11. echo.--- QUICK-GUIDE ----------------------------------------------------------------
  12. echo.
  13. echo 1. To parse, drag & drop or run by command-line.
  14. echo.
  15. echo 2. To parse from youtube, launch exe or run by command-line. Then d&d.
  16. echo.
  17. echo.--- EOF ---------------------------------------------------- 12/12/2015 -- JJ --
  18. echo. & goto:eof
  19.  
  20. :guide
  21. echo.
  22. echo.--- GUIDE ---------------------------------------------------------------------
  23. echo.
  24. echo 1. For parsing wav, m4a, mp3, etc. to at9, just drag and drop files(s) to this executable.
  25. echo This automator tool will process the files format and parse it all accordingly.
  26. echo Just be sure to place this executable on the same directory for the files to be parsed.
  27. echo If you wanted to decode atrac9 back to wav, it will too parse it back for you.
  28. echo.
  29. echo 2. For developers and alike, this tool also supports command-line parameters just for you.
  30. echo To view the supported cmdl commands, view help by "-h, -help, --h, --help, /?".
  31. echo.
  32. echo 3. Before the encoding process, you will be prompted for optional manual configuration.
  33. echo The default values for it are, bitrate : 192kbps; channel : 2; sampling rate : 48000Hz
  34. echo To default all values, just skip by pressing enter or no.
  35. echo To skip current file, input c and to skip all following files, input d.
  36. echo To exit at any time, just input e or exit.
  37. echo To clear screen, input cls or clear.
  38. echo.
  39. echo 4. For parsing from youtube, launch the executable or through command-line [5].
  40. echo The supported links are full-links, youtu.be links, playlist links, or identifiers.
  41. echo The parsed file will be final in raw wav form.
  42. echo To convert to at9, just drag and drop as usual. Keep or delete the wav file.
  43. echo.
  44. echo 5. To parse from command line, input "-yt <link>" by one link at a time.
  45. echo.
  46. echo 6. You can optionally unblock this exe in the Properties by ALT+ENTER on this exe.
  47. echo.
  48. echo Feel free to use this tool to remaster or modify game audio files in near future. ;)
  49. echo.
  50. echo.--- EOF ---------------------------------------------------- 12/12/2015 -- JJ --
  51. echo.
  52. pause & goto:eof
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement