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
99db6420
Commit
99db6420
authored
Dec 10, 2003
by
Fabrice Bellard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
Originally committed as revision 2595 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
0f26033b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletion
+16
-1
ffmpeg-doc.texi
doc/ffmpeg-doc.texi
+16
-1
No files found.
doc/ffmpeg-doc.texi
View file @
99db6420
...
...
@@ -185,7 +185,16 @@ set the copyright
@item -comment string
set the comment
@item -hq
@item -target type
specify target file type ("vcd", "svcd" or "dvd"). All the format
options (bitrate, codecs, buffer sizes) are automatically set by this
option. You can just type:
@example
ffmpeg -i myfile.avi -target vcd /tmp/vcd.mpg
@end example
@item -hq
activate high quality settings
@end table
...
...
@@ -393,6 +402,12 @@ enable Unlimited Motion Vector (h263+)
@item -deinterlace
deinterlace pictures
@item -interlace
force interlacing support in encoder (only MPEG-2 and MPEG-4). Use this option
if your input file is interlaced and if you want to keep the interlaced
format for minimum losses. The alternative is to deinterlace the input
stream with @option
{
-deinterlace
}
, but deinterlacing introduces more
losses.
@item -psnr
calculate PSNR of compressed frames
@item -vstats
...
...
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