home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 26 / AACD 26.iso / AACD / Magazine / ActiveShareware / SecondSpin / external_commands / encode_ncode.script < prev    next >
Encoding:
Text File  |  2000-10-01  |  431 b   |  21 lines

  1. .bra {
  2. .ket }
  3. .key input/a,output/a,encoder/a,pipefile/a,args/a
  4.  
  5. failat 999
  6. ChangeTaskPri -3
  7.  
  8. stack 300000
  9.  
  10. run >t:SecondSpin2.tmp {encoder} {args} "{input}" "{output}" >{pipefile}
  11.  
  12. wait 2
  13.  
  14. ; SecondSpin mpeg audio encoder script / (c) -zk 1999
  15.  
  16. ; i really wouldn't suggest you to touch this unless you really know
  17. ; what you're doing!
  18.  
  19. ; OTHER ENCODERS THAN THE ONES PROVIDED WILL DEFINITELY CAUSE MALFUNCTION
  20. ; OF THE SecondSpin!
  21.