diff options
author | John Stebbins <[email protected]> | 2017-11-02 09:34:01 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2017-11-02 09:34:01 -0700 |
commit | 07533c32b79b0098d415e3c143d35498c17f108b (patch) | |
tree | 33c7286809b2946e942b382c326c1c9969949837 /test | |
parent | ff8e55868038744c89cd71484b76716dfa2d9db3 (diff) |
CLI: add help for --align-av
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 d83215203..e2336dab0 100644 --- a/test/test.c +++ b/test/test.c @@ -1301,6 +1301,9 @@ static void ShowHelp() " --no-optimize Disable preset 'optimize'\n" " -I, --ipod-atom Add iPod 5G compatibility atom to MP4 container\n" " --no-ipod-atom Disable iPod 5G atom\n" +" --align-av Add audio silence or black video frames to start\n" +" of streams so that all streams start at exactly\n" +" the same time\n" "\n" "\n" "Video Options ----------------------------------------------------------------\n" |