Advertisement
Guest User

Untitled

a guest
May 19th, 2009
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. nikolai@nikolai-desktop:~/Desktop/slideshowtest/soundsplicing$ ./crossfade_cat.sh Sonic.wav Truck.wav auto auto
  2. crossfade and concatenate files
  3.  
  4. Finding length of Truck.wav...
  5. Length is 138.579592 seconds
  6. (standard_in) 1: illegal character: S
  7. (standard_in) 1: syntax error
  8. Obtaining Sonic.wav seconds of fade out portion from Truck.wav...
  9. sox trim: usage: start [length]
  10. (standard_in) 1: syntax error
  11. ./crossfade_cat.sh: line 86: [: ==: unary operator expected
  12. Auto mode will fadeout
  13. sox formats: can't open input file `fadeout1.wav': No such file or directory
  14. Obtaining Sonic.wav seconds of fade in portion from auto...
  15. sox formats: can't open input file `auto': No such file or directory
  16. (standard_in) 1: syntax error
  17. ./crossfade_cat.sh: line 104: [: ==: unary operator expected
  18. Auto mode will fadein
  19. sox formats: can't open input file `fadein1.wav': No such file or directory
  20. Crossfading...
  21. sox formats: can't open input file `fadein2.wav': No such file or directory
  22. Trimming off crossfade sections from original files...
  23. sox formats: can't open input file `auto': No such file or directory
  24. sox formats: can't open input file `song2.wav': No such file or directory
  25. Removing temporary files...
  26.  
  27. rm: cannot remove `fadeout1.wav': No such file or directory
  28. rm: cannot remove `fadeout2.wav': No such file or directory
  29. rm: cannot remove `fadein1.wav': No such file or directory
  30. rm: cannot remove `fadein2.wav': No such file or directory
  31. rm: cannot remove `crossfade.wav': No such file or directory
  32. rm: cannot remove `song2.wav': No such file or directory
  33. (standard_in) 1: syntax error
  34. (standard_in) 1: syntax error
  35. The crossfade in mix.wav occurs at around mins secs
  36.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement