home *** CD-ROM | disk | FTP | other *** search
/ onj1.andrelouis.com / 2015-02-07.onj1.andrelouis.com.tar / onj1.andrelouis.com / programs / SendTo.7z / readme.txt
Text File  |  2013-05-24  |  3KB  |  62 lines

  1. SendTo encoders.
  2.  
  3. Started by onj, updated by arfy on 2012/01/19 7:47 NZDT, further updated by Onj on May 4th, 2013 and updated yet again by Onj on May 24th, 2013.
  4.  
  5. How to set up sendTo menu items for various encoding/decoding jobs.
  6. Follow these instructions, substituting the command line for your encoder of choice, see below.
  7. Copy everything in the bin folder (sans the bat files) to your windows\system32 directory. This ensures everything's in the path, no matter what system your on, and not needing to go in and change any environment variables.
  8. Copy all the shortcuts in the shortcuts folder to your sendTo folder. This is found under \documents and settings\user name on XP, and %appdata%\Microsoft\Windows\SendTo on Vista and 7.
  9. Copy the bat files to your windows directory.
  10. If for whatever reason these shortcuts don't work out of the box, follow these instructions to set things up manually.
  11.  
  12.  
  13. For each exe file, right click and select create shortcut. this will give you a shortcut to <exe name> in your current directory. rename this to the name given for each exe file below, Then go into the properties for each shortcut, filling out the target field as given in the instructions. 
  14. Finally, copy these shortcuts to your sendTo folder.
  15. now, for the encoders.
  16.  
  17. flac: flac.exe
  18.  
  19. Flac 2 Wav & delete:
  20. %windir%\system32\flac.exe -d --delete-input-file
  21.  
  22. Wav 2 Flac & delete:
  23. %windir%\system32\flac.exe -8 --delete-input-file -V -f
  24.  
  25.  
  26. Mp3: lame.exe
  27.  
  28. note I: only an mp3 encode option is given, as it's assumed most sound editors, etc, can read mp3 natively. Also, the version of lame here can directly encode flac files as well as standard pcm wav files.
  29.  
  30. Note II: Be sure to put libsndfile-1.dll in your windows directory.
  31.  
  32. mp3 encode:
  33. %windir%\system32\lame.exe -h -V2 -q2 -m s
  34.  
  35. Ogg encode: oggenc2.exe
  36. note: again, only an ogg encode option is given, as it's assumed most sound editors, etc, can read ogg natively. Also, like lame, oggenc can take flac input directly and give you an ogg file.
  37.  
  38. ogg encode
  39. %windir%\system32\oggenc2.exe -q4
  40.  
  41. AAC encode: neroAacEnc.exe
  42.  
  43. Shortcut property: %windir%\aac.bat
  44.  
  45. Note: Put aac.bat in your windows directory.
  46.  
  47. Strange we're calling a bat file yes, but the bat file tells the Nero AAC encoders to do their job and believe me, slaving over the syntax for that took the best part of a Friday evening so please, enjoy and test it heartily!
  48.  
  49.  
  50. Opus encode/decode
  51.  
  52. opusdec.exe opusenc.exe
  53. Required bat files: OpDec.bat OpEnc.bat
  54. shortcut for Opus decode: %windir%\opdec.bat
  55. Shortcut for Opus encode: %windir%\OpEnc.bat
  56.  
  57. Again, the two bat files go in windows, the opus exe files in windows\system32.
  58.  
  59.  
  60. Well, that's it, for now. feel free to tell us about any other encoders/decoders you'd like in here, and we'll see what can be done.
  61.  
  62.