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
10c33296
Commit
10c33296
authored
Aug 20, 2012
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/ffmpeg: extend documentation for -(no)stdin option
Fix trac ticket #1665.
parent
62527dc2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
ffmpeg.texi
doc/ffmpeg.texi
+6
-4
No files found.
doc/ffmpeg.texi
View file @
10c33296
...
@@ -363,11 +363,13 @@ progress information is always "progress".
...
@@ -363,11 +363,13 @@ progress information is always "progress".
@item -stdin
@item -stdin
Enable interaction on standard input. On by default unless standard input is
Enable interaction on standard input. On by default unless standard input is
used as an input.
used as an input. To explicitly disable interaction you need to specify
@code
{
-nostdin
}
.
Useful, for example, if ffmpeg is in the background process group. Roughly
Disabling interaction on standard input is useful, for example, if
the same result can be achieved with @code
{
ffmpeg ... < /dev/null
}
but it
ffmpeg is in the background process group. Roughly the same result can
requires a shell.
be achieved with @code
{
ffmpeg ... < /dev/null
}
but it requires a
shell.
@item -debug
_
ts (@emph
{
global
}
)
@item -debug
_
ts (@emph
{
global
}
)
Print timestamp information. It is off by default. This option is
Print timestamp information. It is off by default. This option is
...
...
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