Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
69fc2489
Commit
69fc2489
authored
Aug 15, 2012
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/muxers: simplify segment examples
The simplifications are due to the recent option changes.
parent
2d31ae29
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
muxers.texi
doc/muxers.texi
+2
-2
No files found.
doc/muxers.texi
View file @
69fc2489
...
@@ -559,7 +559,7 @@ ffmpeg -i in.mkv -codec copy -map 0 -f segment -segment_list out.list out%03d.nu
...
@@ -559,7 +559,7 @@ ffmpeg -i in.mkv -codec copy -map 0 -f segment -segment_list out.list out%03d.nu
As the example above, but segment the input file according to the split
As the example above, but segment the input file according to the split
points specified by the @var{segment_times} option:
points specified by the @var{segment_times} option:
@example
@example
ffmpeg -i in.mkv -codec copy -map 0 -f segment -segment_list
_type ext -segment_list out.list -segment_list_size 0
-segment_times 1,2,3,5,8,13,21 out%03d.nut
ffmpeg -i in.mkv -codec copy -map 0 -f segment -segment_list
out.ext
-segment_times 1,2,3,5,8,13,21 out%03d.nut
@end example
@end example
@item
@item
...
@@ -569,7 +569,7 @@ with the segment option @var{segment_time_delta} to account for
...
@@ -569,7 +569,7 @@ with the segment option @var{segment_time_delta} to account for
possible roundings operated when setting key frame times.
possible roundings operated when setting key frame times.
@example
@example
ffmpeg -i in.mkv -force_key_frames 1,2,3,5,8,13,21 -vcodec mpeg4 -acodec pcm_s16le -map 0 \
ffmpeg -i in.mkv -force_key_frames 1,2,3,5,8,13,21 -vcodec mpeg4 -acodec pcm_s16le -map 0 \
-f segment -segment_list
_type ext -segment_list out.list -segment_list_size 0
-segment_times 1,2,3,5,8,13,21 -segment_time_delta 0.05 out%03d.nut
-f segment -segment_list
out.ext
-segment_times 1,2,3,5,8,13,21 -segment_time_delta 0.05 out%03d.nut
@end example
@end example
In order to force key frames on the input file, transcoding is
In order to force key frames on the input file, transcoding is
required.
required.
...
...
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