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
2e87b4c5
Commit
2e87b4c5
authored
Dec 10, 2011
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Warn about avserver being broken.
Also remove mentions of it from other avtools' manuals.
parent
5bf66380
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
avconv.texi
doc/avconv.texi
+2
-2
avplay.texi
doc/avplay.texi
+1
-1
avprobe.texi
doc/avprobe.texi
+1
-1
avserver.texi
doc/avserver.texi
+4
-0
No files found.
doc/avconv.texi
View file @
2e87b4c5
...
...
@@ -256,7 +256,7 @@ Set the number of video frames to record. This is an alias for @code{-frames:v}.
@item -r[:@var
{
stream
_
specifier
}
] @var
{
fps
}
(@emph
{
input/output,per-stream
}
)
Set frame rate (Hz value, fraction or abbreviation), (default = 25).
@item -s[:@var
{
stream
_
specifier
}
] @var
{
size
}
(@emph
{
input/output,per-stream
}
)
Set frame size. The format is @samp
{
wxh
}
(
avserver default = 160x128, avconv default =
same as source).
Set frame size. The format is @samp
{
wxh
}
(
default -
same as source).
The following abbreviations are recognized:
@table @samp
@item sqcif
...
...
@@ -1025,7 +1025,7 @@ the input file in reverse order.
@settitle avconv video converter
@c man begin SEEALSO
avplay
(
1
)
, avprobe
(
1
)
, avserver
(
1
)
and the Libav HTML documentation
avplay
(
1
)
, avprobe
(
1
)
and the Libav HTML documentation
@c man end
@c man begin AUTHORS
...
...
doc/avplay.texi
View file @
2e87b4c5
...
...
@@ -172,7 +172,7 @@ Seek to percentage in file corresponding to fraction of width.
@settitle AVplay media player
@c man begin SEEALSO
avconv(1), avprobe(1)
, avserver(1)
and the Libav HTML documentation
avconv(1), avprobe(1) and the Libav HTML documentation
@c man end
@c man begin AUTHORS
...
...
doc/avprobe.texi
View file @
2e87b4c5
...
...
@@ -122,7 +122,7 @@ with name "STREAM".
@settitle avprobe media prober
@c man begin SEEALSO
avconv(1), avplay(1)
, avserver(1)
and the Libav HTML documentation
avconv(1), avplay(1) and the Libav HTML documentation
@c man end
@c man begin AUTHORS
...
...
doc/avserver.texi
View file @
2e87b4c5
...
...
@@ -22,6 +22,10 @@ avserver [options]
@chapter Description
@c man begin DESCRIPTION
WARNING: avserver is unmaintained, largely broken and in need of a
complete rewrite. It probably won't work for you. Use at your own
risk.
avserver is a streaming server for both audio and video. It supports
several live feeds, streaming from files and time shifting on live feeds
(you can seek to positions in the past on each live feed, provided you
...
...
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