Add recommendation on setting frame rate for images

PiperOrigin-RevId: 623214178
This commit is contained in:
Googler 2024-04-09 10:40:10 -07:00 committed by Copybara-Service
parent 5a84e09a0e
commit d71e062780

View File

@ -157,8 +157,9 @@ public final class EditedMediaItem {
/** /**
* Sets the frame rate of the output video in frames per second. * Sets the frame rate of the output video in frames per second.
* *
* <p>This should be set for inputs that don't have an implicit frame rate (e.g. images). It * <p>This should be set for inputs that don't have an implicit frame rate (e.g. images, which
* will be ignored for inputs that do have an implicit frame rate (e.g. video). * are recommended to be set for a frame rate of 30). It will be ignored for inputs that do have
* an implicit frame rate (e.g. video).
* *
* <p>No frame rate is set by default. * <p>No frame rate is set by default.
*/ */