mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge pull request #11129 from crobibero/extract-concat
Specify file as concat when extracting attachments
This commit is contained in:
commit
9dbef98a15
@ -139,7 +139,8 @@ namespace MediaBrowser.MediaEncoding.Attachments
|
|||||||
|
|
||||||
var processArgs = string.Format(
|
var processArgs = string.Format(
|
||||||
CultureInfo.InvariantCulture,
|
CultureInfo.InvariantCulture,
|
||||||
"-dump_attachment:t \"\" -y -i {0} -t 0 -f null null",
|
"-dump_attachment:t \"\" -y {0} -i {1} -t 0 -f null null",
|
||||||
|
inputPath.EndsWith(".concat\"", StringComparison.OrdinalIgnoreCase) ? "-f concat -safe 0" : string.Empty,
|
||||||
inputPath);
|
inputPath);
|
||||||
|
|
||||||
int exitCode;
|
int exitCode;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user