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
5dfc7f73
Commit
5dfc7f73
authored
Jan 03, 2012
by
Clément Bœsch
Committed by
Clément Bœsch
Jan 24, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: add Timecode documentation.
parent
cfa2963b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
36 additions
and
1 deletion
+36
-1
ffmpeg.texi
doc/ffmpeg.texi
+7
-0
ffprobe.texi
doc/ffprobe.texi
+17
-0
general.texi
doc/general.texi
+12
-1
No files found.
doc/ffmpeg.texi
View file @
5dfc7f73
...
@@ -978,6 +978,13 @@ ffmpeg -i file.mov -an -vn -sbsf mov2textsub -c:s copy -f rawvideo sub.txt
...
@@ -978,6 +978,13 @@ ffmpeg -i file.mov -an -vn -sbsf mov2textsub -c:s copy -f rawvideo sub.txt
@item -tag[:@var
{
stream
_
specifier
}
] @var
{
codec
_
tag
}
(@emph
{
per-stream
}
)
@item -tag[:@var
{
stream
_
specifier
}
] @var
{
codec
_
tag
}
(@emph
{
per-stream
}
)
Force a tag/fourcc for matching streams.
Force a tag/fourcc for matching streams.
@item -timecode @var
{
hh
}
:@var
{
mm
}
:@var
{
ss
}
SEP@var
{
ff
}
Specify Timecode for writing. @var
{
SEP
}
is ':' for non drop timecode and ';'
(or '.') for drop.
@example
ffmpeg -i input.mpg -timecode 01:02:03.04 -r 30000/1001 -s ntsc output.mpg
@end example
@end table
@end table
@section Preset files
@section Preset files
...
...
doc/ffprobe.texi
View file @
5dfc7f73
...
@@ -292,6 +292,23 @@ This option automatically sets @option{fully_qualified} to 1.
...
@@ -292,6 +292,23 @@ This option automatically sets @option{fully_qualified} to 1.
For more information about the XML format, see
For more information about the XML format, see
@url
{
http://www.w3.org/XML/
}
.
@url
{
http://www.w3.org/XML/
}
.
@chapter Timecode
@command
{
ffprobe
}
supports Timecode extraction:
@itemize
@item MPEG1/2 timecode is extracted from the GOP, and is available in the video
stream details (@option
{
-show
_
streams
}
, see @var
{
timecode
}
).
@item MOV timecode is extracted from tmcd track, so is available in the tmcd
stream metadatas (@option
{
-show
_
streams
}
, see @var
{
TAG:timecode
}
).
@item DV and GXF timecodes are available in format metadata
(@option
{
-show
_
format
}
, see @var
{
TAG:timecode
}
).
@end itemize
@c man end WRITERS
@c man end WRITERS
@include decoders.texi
@include decoders.texi
...
...
doc/general.texi
View file @
5dfc7f73
...
@@ -94,7 +94,7 @@ details), you must upgrade FFmpeg's license to GPL in order to use it.
...
@@ -94,7 +94,7 @@ details), you must upgrade FFmpeg's license to GPL in order to use it.
@chapter Supported File Formats
and Codec
s
@chapter Supported File Formats
, Codecs or Feature
s
You can use the @code
{
-formats
}
and @code
{
-codecs
}
options to have an exhaustive list.
You can use the @code
{
-formats
}
and @code
{
-codecs
}
options to have an exhaustive list.
...
@@ -866,4 +866,15 @@ performance on systems without hardware floating point support).
...
@@ -866,4 +866,15 @@ performance on systems without hardware floating point support).
@code
{
X
}
means that input/output is supported.
@code
{
X
}
means that input/output is supported.
@section Timecode
@multitable @columnfractions .4 .1 .1
@item Codec/format @tab Read @tab Write
@item DV @tab X @tab X
@item GXF @tab X @tab X
@item MOV @tab X @tab
@item MPEG1/2 @tab X @tab X
@item MXF @tab @tab X
@end multitable
@bye
@bye
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