Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
modified: README.md
  • Loading branch information
mikrolax committed Jan 13, 2013
1 parent 82c42b8 commit 23e86d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -16,6 +16,7 @@ From video PID:
* treat User Data (MPEG2) or SEI (MPEG4)
* get AFD, Closed caption and bar data (time code TODO)

#### Usage
$ python vbipars.py -h
usage: vbipars.py [-h] [-v] [-f FORMAT] [-video VIDEO_PID] [-vbi VBI_PID]
[-e EXTRACT] [-r REPORT] [-tst TEST_FILE]
Expand All @@ -37,16 +38,15 @@ From video PID:
-vbi VBI_PID, --vbi_pid VBI_PID
VBI PID to analyse.
-e EXTRACT, --extract EXTRACT
EXTRACT in ['pes,'es'']. For VBI PID, extract PES to
file inputfilename_pid_nb.pes (or .es)
EXTRACT in ['pes,'es'']. For VBI PID, extract PES to file inputfilename_pid_nb.pes (or .es)
-r REPORT, --report REPORT
REPORT in ['md','html','json']. Write results/report
as markdown or html.
REPORT in ['md','html','json']. Write results/report as markdown or html.
-tst TEST_FILE, --test_file TEST_FILE
input test file. See doc for more.
-os OUTPUT_STREAM, --output_stream OUTPUT_STREAM
output stream file name. Override default one.
-or OUTPUT_REPORT, --output_report OUTPUT_REPORT
output report file name. Override default one.
output report file name. Override default one.



0 comments on commit 23e86d8

Please sign in to comment.