Reply to comment

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!

Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
copy the characters (respecting upper/lower case) from the image.