preserve image with audio sync encoding

This commit is contained in:
Luke Pulverenti
2016-04-29 12:54:06 -04:00
parent 6375920933
commit c37652058c
3 changed files with 30 additions and 4 deletions

View File

@@ -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)
{