Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
f60a6b58
Commit
f60a6b58
authored
Aug 19, 2011
by
Anton Khirnov
Committed by
Alex Converse
Aug 19, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avconv: reset input_ts_offset between files.
Signed-off-by:
Alex Converse
<
alex.converse@gmail.com
>
parent
cf4976ed
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
avconv.c
avconv.c
+1
-0
avconv.texi
doc/avconv.texi
+0
-1
No files found.
avconv.c
View file @
f60a6b58
...
...
@@ -3065,6 +3065,7 @@ static int opt_input_file(const char *opt, const char *filename)
audio_channels
=
0
;
audio_sample_fmt
=
AV_SAMPLE_FMT_NONE
;
av_dict_free
(
&
ts_scale
);
input_ts_offset
=
0
;
for
(
i
=
0
;
i
<
orig_nb_streams
;
i
++
)
av_dict_free
(
&
opts
[
i
]);
...
...
doc/avconv.texi
View file @
f60a6b58
...
...
@@ -144,7 +144,6 @@ slower, but more accurate.
@item -itsoffset @var
{
offset
}
Set the input time offset in seconds.
@code
{
[-]hh:mm:ss[.xxx]
}
syntax is also supported.
This option affects all the input files that follow it.
The offset is added to the timestamps of the input files.
Specifying a positive offset means that the corresponding
streams are delayed by 'offset' seconds.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment