Greetings. Thanks for putting this together. I ran through the instructions and got the sample video converted at the end of the install but am having problems running the script using my files. When I try to execute the script I get:
/usr/local/bin/m2tstoavi.fifo: line 1: #!/bin/csh: No such file or directory
/usr/local/bin/m2tstoavi.fifo: line 11: syntax error near unexpected token `(’
/usr/local/bin/m2tstoavi.fifo: line 11: ` set files=($*)’
here’s the file itself:
#!/bin/csh
#The scripts and instructions in this package are free to use and
#redistribute AT YOUR OWN RISK!! Standard disclaimers apply.
#NO WARRANTY!
if ( $#argv == “0″ ) then
echo usage: $0 filename.m2ts …
exit
else
set files=($*)
endif
I do have a csh file in the bin folder (a link to executable actually), but I can’t create a folder due to that link being there.
If anyone has any suggestions I’d be much obliged.
Greetings. Thanks for putting this together. I ran through the instructions and got the sample video converted at the end of the install but am having problems running the script using my files. When I try to execute the script I get:
/usr/local/bin/m2tstoavi.fifo: line 1: #!/bin/csh: No such file or directory
/usr/local/bin/m2tstoavi.fifo: line 11: syntax error near unexpected token `(’
/usr/local/bin/m2tstoavi.fifo: line 11: ` set files=($*)’
here’s the file itself:
#!/bin/csh
#The scripts and instructions in this package are free to use and
#redistribute AT YOUR OWN RISK!! Standard disclaimers apply.
#NO WARRANTY!
if ( $#argv == “0″ ) then
echo usage: $0 filename.m2ts …
exit
else
set files=($*)
endif
I do have a csh file in the bin folder (a link to executable actually), but I can’t create a folder due to that link being there.
If anyone has any suggestions I’d be much obliged.
Thanks!