mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 14:33:06 +03: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