diff options
author | Nicolas George <george@nsup.org> | 2021-07-28 12:52:44 +0200 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2021-08-22 11:44:17 +0200 |
commit | 6d82d894ee237e3c9f6ecf5e121e31cdfa375bf9 (patch) | |
tree | ebe5f1fbf877f48c9c901ad342c542fc3019cd4e | |
parent | 0210c8fee2c340ae799dcf6076bd9bf2ea8f7431 (diff) | |
download | ffmpeg-6d82d894ee237e3c9f6ecf5e121e31cdfa375bf9.tar.gz |
tools/dvd2concat: document that -protocol_whitelist is needed
-rwxr-xr-x | tools/dvd2concat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/dvd2concat b/tools/dvd2concat index 8effee86b9..0280838a6b 100755 --- a/tools/dvd2concat +++ b/tools/dvd2concat @@ -37,7 +37,8 @@ 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 as an input to ffmpeg. -It will require the B<-safe 0> option. +It will require the B<-safe 0> and +B<-protocol_whitelist file,subfile,concat> options. =cut |