diff options
author | sr55 <[email protected]> | 2014-10-18 19:02:08 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2014-10-18 19:02:08 +0000 |
commit | 624ee53e6e82bd0aa920fb22352acf9887f15bf0 (patch) | |
tree | 3da2278c2fb2e3d1fcf42f9620dcb0dad06020f0 /test | |
parent | 2264a184f8e82dfe2996e57283ae3d38de24a452 (diff) |
CLI: Adding --srt-burn to help output
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6448 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test.c b/test/test.c index bfc9294ff..e470be3b6 100644 --- a/test/test.c +++ b/test/test.c @@ -3421,6 +3421,9 @@ if (hb_qsv_available()) " means no subtitle will be automatically displayed\n" " If \"number\" is omitted, the first srt is default.\n" " \"number\" is an 1 based index into the srt-file list\n" + " --srt-burn \"Burn\" the selected srt subtitle into the video track\n" + " <number> If \"number\" is omitted, the first srt is burned.\n" + " \"number\" is an 1 based index into the srt-file list\n" "\n" ); |