mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-06 20:52:23 +00:00
preserve image with audio sync encoding
This commit is contained in:
@@ -64,6 +64,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
||||
public long? InputFileSize { get; set; }
|
||||
public string OutputAudioSync = "1";
|
||||
public string OutputVideoSync = "vfr";
|
||||
public string AlbumCoverPath { get; set; }
|
||||
|
||||
public string GetMimeType(string outputPath)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user