diff options
author | Lou Logan <lou@lrcd.com> | 2016-03-28 14:07:47 -0800 |
---|---|---|
committer | Lou Logan <lou@lrcd.com> | 2016-03-28 14:13:17 -0800 |
commit | 06eef96b69d73a31f2b390955d1be0537214a0c8 (patch) | |
tree | ca45453b9853a6ad358966292639148a036f3a1a /tools/dvd2concat | |
parent | 99f2a59c2f298c2a8c0d1058759fd0ae81bc8c2e (diff) | |
download | ffmpeg-streaming-06eef96b69d73a31f2b390955d1be0537214a0c8.zip ffmpeg-streaming-06eef96b69d73a31f2b390955d1be0537214a0c8.tar.gz |
fix some a/an typos
Signed-off-by: Lou Logan <lou@lrcd.com>
Diffstat (limited to 'tools/dvd2concat')
-rwxr-xr-x | tools/dvd2concat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dvd2concat b/tools/dvd2concat index 02371e0..8effee8 100755 --- a/tools/dvd2concat +++ b/tools/dvd2concat @@ -36,7 +36,7 @@ I<path/to/dvd/structure> is the path to the DVD structure hierarchy; it normally contains a directory named B<VIDEO_TS>. It must not be encrypted with CSS. -I<file.concat> is the output file. It can be used a input to ffmpeg. +I<file.concat> is the output file. It can be used as an input to ffmpeg. It will require the B<-safe 0> option. =cut |