mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-22 11:08:02 +00:00
add image encoder based on ffmpeg
This commit is contained in:
committed by
Tim Hobbs
parent
fb22901d38
commit
0aec40966e
@@ -88,6 +88,14 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
/// <param name="type">The type.</param>
|
||||
/// <returns>System.String.</returns>
|
||||
string GetInputArgument(string[] inputFiles, InputType type);
|
||||
|
||||
/// <summary>
|
||||
/// Encodes the image.
|
||||
/// </summary>
|
||||
/// <param name="options">The options.</param>
|
||||
/// <param name="cancellationToken">The cancellation token.</param>
|
||||
/// <returns>Task{Stream}.</returns>
|
||||
Task<Stream> EncodeImage(ImageEncodingOptions options, CancellationToken cancellationToken);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user