Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ad -F+i option to allow setting ffmpeg options that apply to input only. #8397

Merged
merged 5 commits into from
Mar 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add description in the docs
  • Loading branch information
Esteban82 committed Mar 8, 2024
commit 0923f4fb44853f27957f4fd21296d43e6821b6db
4 changes: 3 additions & 1 deletion doc/rst/source/movie.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,10 @@ Optional Arguments
*png* is chosen then no animation will be assembled. No |-F| means no video products are created at
all; this requires |-M|. Several modifiers are available:

- **+i** may be used to add additional FFmpeg encoding settings for the input file (in quotes if more
than one word).
- **+l** turns on looping for *gif* animations; optionally append how many times to repeat [infinite].
- **+o** may be used to add additional FFmpeg encoding settings for *mp4* and *webm* (in quotes if more
- **+o** may be used to add additional FFmpeg encoding settings for the output file (*mp4* or *webm*; in quotes if more
than one word).
- **+s** creates a crude animated *gif* provided either a *mp4* or *webm* product has been selected. You
can limit the frames being used to make a GIF animation by appending *stride* to only use every *stride*
Expand Down
Loading