mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03:00
add subtitle extraction logging
This commit is contained in:
@@ -476,7 +476,7 @@ namespace MediaBrowser.Server.Implementations.MediaEncoder
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
_logger.Info("Killing ffmpeg subtitle extraction process");
|
_logger.Info("Killing ffmpeg subtitle conversion process");
|
||||||
|
|
||||||
process.Kill();
|
process.Kill();
|
||||||
|
|
||||||
@@ -486,7 +486,7 @@ namespace MediaBrowser.Server.Implementations.MediaEncoder
|
|||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
_logger.ErrorException("Error killing subtitle extraction process", ex);
|
_logger.ErrorException("Error killing subtitle conversion process", ex);
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user