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
9c12938e
Commit
9c12938e
authored
Jun 07, 2018
by
Gyan Doshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ffmpeg: mark sseof as an input-only option
parent
648361c2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ffmpeg.texi
doc/ffmpeg.texi
+1
-1
ffmpeg_opt.c
fftools/ffmpeg_opt.c
+1
-1
No files found.
doc/ffmpeg.texi
View file @
9c12938e
...
...
@@ -508,7 +508,7 @@ input until the timestamps reach @var{position}.
@var
{
position
}
must be a time duration specification,
see @ref
{
time duration syntax,,the Time duration section in the ffmpeg-utils(1) manual,ffmpeg-utils
}
.
@item -sseof @var
{
position
}
(@emph
{
input
/output
}
)
@item -sseof @var
{
position
}
(@emph
{
input
}
)
Like the @code
{
-ss
}
option but relative to the "end of file". That is negative
values are earlier in the file, 0 is at EOF.
...
...
fftools/ffmpeg_opt.c
View file @
9c12938e
...
...
@@ -3340,7 +3340,7 @@ const OptionDef options[] = {
OPT_INPUT
|
OPT_OUTPUT
,
{
.
off
=
OFFSET
(
start_time
)
},
"set the start time offset"
,
"time_off"
},
{
"sseof"
,
HAS_ARG
|
OPT_TIME
|
OPT_OFFSET
|
OPT_INPUT
|
OPT_OUTPUT
,
{
.
off
=
OFFSET
(
start_time_eof
)
},
OPT_INPUT
,
{
.
off
=
OFFSET
(
start_time_eof
)
},
"set the start time offset relative to EOF"
,
"time_off"
},
{
"seek_timestamp"
,
HAS_ARG
|
OPT_INT
|
OPT_OFFSET
|
OPT_INPUT
,
{
.
off
=
OFFSET
(
seek_timestamp
)
},
...
...
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