|
From: <ni...@us...> - 2004-07-03 10:44:41
|
Update of /cvsroot/dvbtools/dvbstream In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17812 Modified Files: dvbstream.c Log Message: documented -from and -to options Index: dvbstream.c =================================================================== RCS file: /cvsroot/dvbtools/dvbstream/dvbstream.c,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** dvbstream.c 27 Apr 2004 06:54:42 -0000 1.20 --- dvbstream.c 3 Jul 2004 10:44:33 -0000 1.21 *************** *** 462,465 **** --- 462,467 ---- fprintf(stderr,"-o:file.ts Stream to named file instead of network\n"); fprintf(stderr,"-n secs Stop after secs seconds\n"); + fprintf(stderr,"-from n Start saving the file previously specified with -o: syntax in n minutes time\n"); + fprintf(stderr,"-to n Stop saving the file previously specified with -o: syntax in n minutes time\n"); fprintf(stderr,"-ps Convert stream to Program Stream format (needs exactly 2 pids)\n"); fprintf(stderr,"-v vpid Decode video PID (full cards only)\n"); |