Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ccextractor.cnf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ INPUT_SOURCE=0
# By default its 1, ccextractor will process input files in
# sequence as if they were all one large file i.e
# split by a generic, non video-aware tool. If you
# are processing video hat was split with a editing
# are processing video that was split with a editing
# tool, use 0 so ccextractor doesn't try to rebuild
# the original timing.
# This tag take 0 or 1 in input
Expand Down
2 changes: 1 addition & 1 deletion src/lib_ccx/params.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ void print_usage(void)
mprint(" --videoedited: By default, ccextractor will process input files in\n");
mprint(" sequence as if they were all one large file (i.e.\n");
mprint(" split by a generic, non video-aware tool. If you\n");
mprint(" are processing video hat was split with a editing\n");
mprint(" are processing video that was split with a editing\n");
mprint(" tool, use --ve so ccextractor doesn't try to rebuild\n");
mprint(" the original timing.\n");
mprint(" -s --stream [secs]: Consider the file as a continuous stream that is\n");
Expand Down
2 changes: 1 addition & 1 deletion src/rust/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ pub struct Args {
/// By default, ccextractor will process input files in
/// sequence as if they were all one large file (i.e.
/// split by a generic, non video-aware tool. If you
/// are processing video hat was split with a editing
/// are processing video that was split with a editing
/// tool, use --videoedited so ccextractor doesn't try to rebuild
/// the original timing.
#[arg(long, verbatim_doc_comment, help_heading=OPTIONS_AFFECTING_INPUT_FILES)]
Expand Down
Loading