search for: inputfile_nam

Displaying 2 results from an estimated 2 matches for "inputfile_nam".

Did you mean: inputfile_name
2004 Nov 20
0
ffmpeg2theora start and end time support
...mat raw - | \\\n" "\t ffmpeg2theora -f dv -x 160 -y 128 -o /dev/stdout - | \\\n" "\t oggfwd iccast2server 8000 password /theora.ogg\n" "\n"); exit (0); } int main (int argc, char **argv){ int n; int outputfile_set=0; char outputfile_name[255]; char inputfile_name[255]; static int croptop_flag=0; static int cropbottom_flag=0; static int cropright_flag=0; static int cropleft_flag=0; static int nosound_flag=0; static int aspect_flag=0; AVInputFormat *input_fmt=NULL; ff2theora convert = ff2theora_init (); av_register_all (); int c,long_option...
1999 Sep 01
1
BATCH processing in R
Dear List, My question is whether it is possible (and if so, how) to enter values into R vectors (R_OUTFILE, and R_INFILE in my example below) from the command line. In particular, I would like to run R, as a BATCH job, from a shell script, such as the following: while read inputfile_name outputfile_name; do R_OUTFILE=$outputfile_name R_INFILE=$inputfile_name R BATCH infile.R done with, for example, the following infile.R able to use the variables, R_OUTFILE, and R_INFILE. sink(R_OUTFILE) x<-read.table(R_INFILE) mode(x)="numeric" library(cluster) a&...