aaa190118
发表于 2024-1-10 10:44
遇到奇怪的问题 J6412 用的大佬的arpl23.11.10的引导 可以成功加载核显 而且人脸识别都正常 在群辉里可以看到renderD128 目录但是进入jellyfin容器环境以后用ls /dev/dri命令查看就提示找不到目录 是没有自动映射进去吗问题是已经给了775权限了也?
aaa190118
发表于 2024-1-10 15:07
本帖最后由 aaa190118 于 2024-1-10 15:10 编辑
用命令 --device=/dev/dri/renderD128重新建立容器以后 可以看到JELLYFIN映射了/dev/dri目录但是一转码就失败。。提示不兼容
日志里面找到这个
No VA display found for any default device.
Device creation failed: -22.
Failed to set value 'vaapi=va:,kernel_driver=i915,driver=iHD' for option 'init_hw_device': Invalid argument
Error parsing global options: Invalid argument
Icarus_Radio
发表于 2024-1-12 19:36
今天尝试在 Ubuntu 上安装 backport 内核驱动 DG1,然后发现调用 vainfo 的时候总是会报错
$ sudo /usr/lib/jellyfin-ffmpeg/vainfo --display drm --device /dev/dri/renderD128
Trying display: drm
libva info: VA-API version 1.20.0
libva info: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_20
double free or corruption (!prev)
Aborted
不论是官方版本还是您的版本都是一样的。后来我尝试编译 Intel 自己的 KMD 驱动,然后用编译好的 iHD_drv_video.so 替换自带的就正常了。但是自己编译出来的接近 400M,自带的才不到 40M,不知道是哪里搞错了[流汗]
chip229
发表于 2024-1-20 22:09
感谢大佬,先下载测试看看
acrollen
发表于 2024-1-25 15:17
isler 发表于 2023-11-15 15:23
CPU是12500,浏览器是Chrome和EDGE,最新的10.8.10开硬解会提示“该客户端与媒体不兼容,服务器未发送兼容 ...
我遇到同样的问题,i3-8100的CPU,内核参数那些都添加好了,解码勾选的也是楼主推荐的那些。
最近在搜索jellyfin播放杜比视界的问题,用10.8.9以上的版本均不支持硬解,会提示“该客户端与媒体不兼容,服务器未发送兼容的媒体格式”,目前也换回10.8.9了。
另外还有一个问题,在家里用电视(支持杜比)播放jellyfin中的杜比片源,貌似不能直接原片串流,也会出现偏绿偏紫,不知道该怎么设置。
Misaka_9993
发表于 2024-1-26 17:27
Icarus_Radio 发表于 2024-1-12 19:36
今天尝试在 Ubuntu 上安装 backport 内核驱动 DG1,然后发现调用 vainfo 的时候总是会报错
不论是官方版本 ...
估计你编译的没有裁剪,多了一堆调试符号。
这个ENABLE_PRODUCTION_KMD之前是和主线内核不兼容的,所以我们暂时没开。
Misaka_9993
发表于 2024-1-26 17:30
本帖最后由 Misaka_9993 于 2024-1-26 18:56 编辑
注意:
使用 Intel 显卡在 Windows 上转码的用户,不要更新 31.0.101.5186/31.0.101.5234 驱动,这个驱动破坏了 OpenCL HDR 色调映射,会导致绿屏。如果不小心更新了,可以回退到上一个版本 31.0.101.5085/31.0.101.5122 ,它是完全正常的。
问题报告:https://github.com/IGCIT/Intel-GPU-Community-Issue-Tracker-IGCIT/issues/680
使用 AMD 显卡在 Windows 上转码的用户,不要更新 Adrenalin 24.1.1 驱动,这个驱动破坏了硬件转码。请回退到23.12.1并等待AMD修复。
问题报告:https://github.com/ROCm/clr/issues/50
这两家24年的第一个显卡驱动就给用户喂屎,我真是吐了[再见]
312459588
发表于 2024-1-28 14:13
windows 240126 安装版有BUG,PVE 核显直通环境下,不能开启GPU硬解,24016正常!!
Misaka_9993
发表于 2024-1-28 14:17
312459588 发表于 2024-1-28 14:13
windows 240126 安装版有BUG,PVE 核显直通环境下,不能开启GPU硬解,24016正常!! ...
属于无效反馈了。日志都没有,让我靠猜?
七尺大汉
发表于 2024-2-1 13:55
本帖最后由 七尺大汉 于 2024-2-1 14:01 编辑
黑裙是918+7.21,G4560T的CPU
之前一直用的latest
这次手贱升级到最新版,HDR的视频只要打开色调映射就出错。。。
发现只要换回老版本/latest-legacy都没问题。
SDR不需要色调映射,也没问题。
果然应该看下更新说明啊。
Misaka_9993
发表于 2024-2-1 17:14
本帖最后由 Misaka_9993 于 2024-2-1 17:15 编辑
七尺大汉 发表于 2024-2-1 13:55
黑裙是918+7.21,G4560T的CPU
之前一直用的latest
这次手贱升级到最新版,HDR的视频只要打开色调映射就出错 ...
Intel的新驱动已经停止支持4.4这样的4.x老内核了。。。偏偏群晖又是万年不升级内核版本的主
Icarus_Radio
发表于 2024-2-6 10:05
Misaka_9993 发表于 2024-1-26 17:27
估计你编译的没有裁剪,多了一堆调试符号。
这个ENABLE_PRODUCTION_KMD之前是和主线内核不兼容的,所以 ...
是的,用 strip 裁剪了一下体积就正常了
isler
发表于 2024-2-12 23:07
Main: Jellyfin version: 10.8.13
Main: Environment Variables: [""]
Main: Arguments: ["C:\\Software\\jellyfin-server10.8.13\\jellyfin.dll"]
Main: Operating system: Windows
Main: Architecture: X64
Main: 64-Bit Process: True
Main: User Interactive: True
Main: Processor count: 12
Main: Program data path: C:\Users\Admin\AppData\Local\jellyfin
Main: Web resources path: C:\Software\jellyfin-server10.8.13\jellyfin-web
Main: Application directory: C:\Software\jellyfin-server10.8.13\
Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: C:\Users\Admin\AppData\Local\jellyfin\cache
Emby.Server.Implementations.ApplicationHost: Loading assemblies
Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses :
Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : []
Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses:
Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: []
Jellyfin.Networking.Manager.NetworkManager: Using bind exclusions: []
Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: TMDb 10.8.13.0
Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Studio Images 10.8.13.0
Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: OMDb 10.8.13.0
Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: MusicBrainz 10.8.13.0
Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AudioDB 10.8.13.0
Main: Kestrel listening on Any IP4 Address
Emby.Server.Implementations.ApplicationHost: Running startup tasks
Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for 提取章节图片 set to fire at 2024-02-13 02:00:00.000 +08:00, which is 03:02:40.6877318 from now.
MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version 6.0.1
MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available decoders: ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"]
MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available encoders: ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "hwupload_cuda", "overlay_opencl", "overlay_qsv", "overlay_cuda", "scale_cuda", "scale_opencl", "scale_qsv", "tonemap_cuda", "tonemap_opencl", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: overlay_vaapi with option Action to take when encountering EOF from secondary input is not available
MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: overlay_vulkan with option Action to take when encountering EOF from secondary input is not available
MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "dxva2", "qsv", "d3d11va", "opencl"]
MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: ffmpeg
Emby.Server.Implementations.ApplicationHost: ServerId: aea747c2f0d44f758d606bc0298626e4
Emby.Server.Implementations.ApplicationHost: Executed all pre-startup entry points in 0:00:00.0451299
Emby.Server.Implementations.ApplicationHost: Core startup complete
Emby.Server.Implementations.IO.LibraryMonitor: Watching directory E:\PT
Emby.Server.Implementations.ApplicationHost: Executed all post-startup entry points in 0:00:00.1026609
Main: Startup complete 0:00:02.7044047
Emby.Server.Implementations.ScheduledTasks.TaskManager: StartupTrigger fired for task: 更新插件
Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task PluginUpdateTask
Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing 更新插件
Jellyfin.Api.Helpers.MediaInfoHelper: User policy for Admin. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
Emby.Server.Implementations.ScheduledTasks.TaskManager: 更新插件 Completed after 0 minute(s) and 1 seconds
Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks
Jellyfin.Api.Helpers.MediaInfoHelper: StreamBuilder.BuildVideoItem( Profile=Anonymous Profile, Path=E:PT\壮志凌云2:独行侠.Top.Gun.Maverick.2022.IMAX.UHD.BluRay.2160p.x265.10bit.DoVi.mUHD-FRDS\Top.Gun.Maverick.2022.IMAX.UHD.BluRay.2160p.x265.10bit.DoVi.mUHD-FRDS.mkv, AudioStreamIndex=null, SubtitleStreamIndex=null ) => ( PlayMethod=Transcode, TranscodeReason=AudioCodecNotSupported, SubtitleCodecNotSupported ) media:/videos/1375dc0c-e80c-2eca-cf3b-67ca6a1d46c8/master.m3u8?MediaSourceId=1375dc0ce80c2ecacf3b67ca6a1d46c8&VideoCodec=h264&AudioCodec=aac,mp3&AudioStreamIndex=1&SubtitleStreamIndex=2&VideoBitrate=699616000&AudioBitrate=384000&MaxFramerate=23.976025&api_key=<token>&SubtitleMethod=Encode&TranscodingMaxAudioChannels=2&RequireAvc=false&Tag=9f8b192f998bd35d235982e603e9505f&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=153&hevc-videobitdepth=10&hevc-profile=main10&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-rangetype=SDR&h264-level=52&h264-deinterlace=true&TranscodeReasons=AudioCodecNotSupported,%20SubtitleCodecNotSupported
Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
Jellyfin.Api.Helpers.TranscodingJobHelper: ffmpeg -analyzeduration 200M -probesize 1G -init_hw_device d3d11va=dx11:,vendor=0x8086 -init_hw_device qsv=qs@dx11 -init_hw_device opencl=ocl@dx11 -filter_hw_device qs -hwaccel d3d11va -hwaccel_output_format d3d11 -threads 2 -autorotate 0 -i file:"E:PT\壮志凌云2:独行侠.Top.Gun.Maverick.2022.IMAX.UHD.BluRay.2160p.x265.10bit.DoVi.mUHD-FRDS\Top.Gun.Maverick.2022.IMAX.UHD.BluRay.2160p.x265.10bit.DoVi.mUHD-FRDS.mkv" -autoscale 0 -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:0 -codec:v:0 h264_qsv -low_power 1 -preset veryfast -look_ahead 0 -b:v 34097230 -maxrate 34097230 -bufsize 68194460 -profile:v:0 high -level 51 -g:v:0 96 -keyint_min:v:0 96 -filter_complex "scale=-1:1080:fast_bilinear,crop,pad=max(2052\,iw):max(1080\,ih):(ow-iw)/2:(oh-ih)/2:black@0,crop=2052:1080,format=bgra,hwupload=derive_device=qsv:extra_hw_frames=64;setparams=color_primaries=bt2020:color_trc=smpte2084:colorspace=bt2020nc,hwmap=derive_device=opencl,tonemap_opencl=format=nv12:p=bt709:t=bt709:m=bt709:tonemap=bt2390:peak=100:desat=0,hwmap=derive_device=qsv:reverse=1,format=qsv;overlay_qsv=eof_action=pass:repeatlast=0:w=3840:h=2020" -start_at_zero -codec:a:0 libfdk_aac -ac 2 -ab 384000 -af "volume=2" -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 4 -hls_segment_type mpegts -start_number 0 -hls_segment_filename "C:\Users\Admin\AppData\Local\jellyfin\transcodes\30bf14a5ee0ab8d8dc9494cf53e339f1%d.ts" -hls_playlist_type vod -hls_list_size 0 -y "C:\Users\Admin\AppData\Local\jellyfin\transcodes\30bf14a5ee0ab8d8dc9494cf53e339f1.m3u8"
Jellyfin.Api.Helpers.TranscodingJobHelper: FFmpeg exited with code 1
Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL GET /videos/1375dc0c-e80c-2eca-cf3b-67ca6a1d46c8/hls1/main/0.ts.
MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
at Jellyfin.Api.Helpers.TranscodingJobHelper.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, HttpRequest request, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
at lambda_method424(Closure , Object )
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Jellyfin.Server.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
at Jellyfin.Server.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
at Jellyfin.Server.Middleware.IpBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
at Jellyfin.Server.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Jellyfin.Server.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Jellyfin.Server.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
at Jellyfin.Server.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Jellyfin.Server.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
at Jellyfin.Server.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from https://home.cn/videos/1375dc0c-e80c-2eca-cf3b-67ca6a1d46c8/hls1/main/0.ts?DeviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCkgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzExOC4wLjAuMCBTYWZhcmkvNTM3LjM2fDE3MDAwMjY1NzI1MDc1&MediaSourceId=1375dc0ce80c2ecacf3b67ca6a1d46c8&VideoCodec=h264&AudioCodec=aac,mp3&AudioStreamIndex=1&SubtitleStreamIndex=2&VideoBitrate=699616000&AudioBitrate=384000&MaxFramerate=23.976025&PlaySessionId=f0bf0ffd0a874aef92ce290148839f8b&api_key=d9f1bd4b0f4d42dc8fa912228af9f5fe&SubtitleMethod=Encode&TranscodingMaxAudioChannels=2&RequireAvc=false&Tag=9f8b192f998bd35d235982e603e9505f&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=153&hevc-videobitdepth=10&hevc-profile=main10&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-rangetype=SDR&h264-level=52&h264-deinterlace=true&TranscodeReasons=AudioCodecNotSupported,%20SubtitleCodecNotSupported&runtimeTicks=0&actualSegmentLengthTicks=40000000 to 121.21.87.244 in 0:00:01.6221113 with Status Code 500
Jellyfin.Api.Helpers.MediaInfoHelper: User policy for Admin. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
Jellyfin.Api.Helpers.MediaInfoHelper: StreamBuilder.BuildVideoItem( Profile=Anonymous Profile, Path=E:PT\壮志凌云2:独行侠.Top.Gun.Maverick.2022.IMAX.UHD.BluRay.2160p.x265.10bit.DoVi.mUHD-FRDS\Top.Gun.Maverick.2022.IMAX.UHD.BluRay.2160p.x265.10bit.DoVi.mUHD-FRDS.mkv, AudioStreamIndex=1, SubtitleStreamIndex=2 ) => ( PlayMethod=Transcode, TranscodeReason=AudioCodecNotSupported, SubtitleCodecNotSupported ) media:/videos/1375dc0c-e80c-2eca-cf3b-67ca6a1d46c8/master.m3u8?MediaSourceId=1375dc0ce80c2ecacf3b67ca6a1d46c8&VideoCodec=h264&AudioCodec=aac,mp3&AudioStreamIndex=1&SubtitleStreamIndex=2&VideoBitrate=699616000&AudioBitrate=384000&MaxFramerate=23.976025&api_key=<token>&SubtitleMethod=Encode&TranscodingMaxAudioChannels=2&RequireAvc=false&Tag=9f8b192f998bd35d235982e603e9505f&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=153&hevc-videobitdepth=10&hevc-profile=main10&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-rangetype=SDR&h264-level=52&h264-deinterlace=true&TranscodeReasons=AudioCodecNotSupported,%20SubtitleCodecNotSupported
Jellyfin.Api.Helpers.TranscodingJobHelper: Deleting partial stream file(s) C:\Users\Admin\AppData\Local\jellyfin\transcodes\30bf14a5ee0ab8d8dc9494cf53e339f1.m3u8
Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
Jellyfin.Api.Helpers.TranscodingJobHelper: ffmpeg -analyzeduration 200M -probesize 1G -init_hw_device d3d11va=dx11:,vendor=0x8086 -init_hw_device qsv=qs@dx11 -init_hw_device opencl=ocl@dx11 -filter_hw_device qs -hwaccel d3d11va -hwaccel_output_format d3d11 -threads 2 -autorotate 0 -i file:"E:PT\壮志凌云2:独行侠.Top.Gun.Maverick.2022.IMAX.UHD.BluRay.2160p.x265.10bit.DoVi.mUHD-FRDS\Top.Gun.Maverick.2022.IMAX.UHD.BluRay.2160p.x265.10bit.DoVi.mUHD-FRDS.mkv" -autoscale 0 -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:0 -codec:v:0 h264_qsv -low_power 1 -preset veryfast -look_ahead 0 -b:v 34097230 -maxrate 34097230 -bufsize 68194460 -profile:v:0 high -level 51 -g:v:0 96 -keyint_min:v:0 96 -filter_complex "scale=-1:1080:fast_bilinear,crop,pad=max(2052\,iw):max(1080\,ih):(ow-iw)/2:(oh-ih)/2:black@0,crop=2052:1080,format=bgra,hwupload=derive_device=qsv:extra_hw_frames=64;setparams=color_primaries=bt2020:color_trc=smpte2084:colorspace=bt2020nc,hwmap=derive_device=opencl,tonemap_opencl=format=nv12:p=bt709:t=bt709:m=bt709:tonemap=bt2390:peak=100:desat=0,hwmap=derive_device=qsv:reverse=1,format=qsv;overlay_qsv=eof_action=pass:repeatlast=0:w=3840:h=2020" -start_at_zero -codec:a:0 libfdk_aac -ac 2 -ab 384000 -af "volume=2" -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 4 -hls_segment_type mpegts -start_number 0 -hls_segment_filename "C:\Users\Admin\AppData\Local\jellyfin\transcodes\07bafa29758df5a0d872a9000462e514%d.ts" -hls_playlist_type vod -hls_list_size 0 -y "C:\Users\Admin\AppData\Local\jellyfin\transcodes\07bafa29758df5a0d872a9000462e514.m3u8"
Jellyfin.Api.Helpers.TranscodingJobHelper: FFmpeg exited with code 1
Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL GET /videos/1375dc0c-e80c-2eca-cf3b-67ca6a1d46c8/hls1/main/0.ts.
MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
at Jellyfin.Api.Helpers.TranscodingJobHelper.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, HttpRequest request, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
at lambda_method424(Closure , Object )
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Jellyfin.Server.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
at Jellyfin.Server.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
at Jellyfin.Server.Middleware.IpBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
at Jellyfin.Server.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Jellyfin.Server.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Jellyfin.Server.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
at Jellyfin.Server.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at Jellyfin.Server.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
at Jellyfin.Server.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from https://home.cn/videos/1375dc0c-e80c-2eca-cf3b-67ca6a1d46c8/hls1/main/0.ts?DeviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCkgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzExOC4wLjAuMCBTYWZhcmkvNTM3LjM2fDE3MDAwMjY1NzI1MDc1&MediaSourceId=1375dc0ce80c2ecacf3b67ca6a1d46c8&VideoCodec=h264&AudioCodec=aac,mp3&AudioStreamIndex=1&SubtitleStreamIndex=2&VideoBitrate=699616000&AudioBitrate=384000&MaxFramerate=23.976025&PlaySessionId=4239d0fb22644ebaa730013b3330f8e6&api_key=d9f1bd4b0f4d42dc8fa912228af9f5fe&SubtitleMethod=Encode&TranscodingMaxAudioChannels=2&RequireAvc=false&Tag=9f8b192f998bd35d235982e603e9505f&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=153&hevc-videobitdepth=10&hevc-profile=main10&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-rangetype=SDR&h264-level=52&h264-deinterlace=true&TranscodeReasons=AudioCodecNotSupported,%20SubtitleCodecNotSupported&allowVideoStreamCopy=false&runtimeTicks=0&actualSegmentLengthTicks=40000000 to 121.21.87.244 in 0:00:01.5704852 with Status Code 500
Jellyfin.Api.Helpers.MediaInfoHelper: User policy for Admin. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
Jellyfin.Api.Helpers.MediaInfoHelper: StreamBuilder.BuildVideoItem( Profile=Anonymous Profile, Path=E:PT\壮志凌云2:独行侠.Top.Gun.Maverick.2022.IMAX.UHD.BluRay.2160p.x265.10bit.DoVi.mUHD-FRDS\Top.Gun.Maverick.2022.IMAX.UHD.BluRay.2160p.x265.10bit.DoVi.mUHD-FRDS.mkv, AudioStreamIndex=1, SubtitleStreamIndex=2 ) => ( PlayMethod=Transcode, TranscodeReason=AudioCodecNotSupported, SubtitleCodecNotSupported ) media:/videos/1375dc0c-e80c-2eca-cf3b-67ca6a1d46c8/master.m3u8?MediaSourceId=1375dc0ce80c2ecacf3b67ca6a1d46c8&VideoCodec=h264&AudioCodec=aac,mp3&AudioStreamIndex=1&SubtitleStreamIndex=2&VideoBitrate=699616000&AudioBitrate=384000&MaxFramerate=23.976025&api_key=<token>&SubtitleMethod=Encode&TranscodingMaxAudioChannels=2&RequireAvc=false&Tag=9f8b192f998bd35d235982e603e9505f&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=153&hevc-videobitdepth=10&hevc-profile=main10&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-rangetype=SDR&h264-level=52&h264-deinterlace=true&TranscodeReasons=AudioCodecNotSupported,%20SubtitleCodecNotSupported
Jellyfin.Api.Helpers.TranscodingJobHelper: Deleting partial stream file(s) C:\Users\Admin\AppData\Local\jellyfin\transcodes\07bafa29758df5a0d872a9000462e514.m3u8
Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app Jellyfin Web 10.8.9 playing 壮志凌云2:独行侠. Stopped at 0 ms
之前说的,部分电影用10.8.9之后的版本都没法在浏览器上看,Chrome和EDGE都一样,服务器是一台12500的小主机
Misaka_9993
发表于 2024-2-13 01:03
isler 发表于 2024-2-12 23:07
Main: Jellyfin version: 10.8.13
Main: Environment Variable ...
这是Server日志,请提供FFmpeg日志。
isler
发表于 2024-2-13 10:18
/videos/1375dc0c-e80c-2eca-cf3b-67ca6a1d46c8/hls1/main/0.ts
{"Protocol":0,"Id":"1375dc0ce80c2ecacf3b67ca6a1d46c8","Path":"E:\\PT\\\u58EE\u5FD7\u51CC\u4E912\uFF1A\u72EC\u884C\u4FA0.Top.Gun.Maverick.2022.IMAX.UHD.BluRay.2160p.x265.10bit.DoVi.mUHD-FRDS\\Top.Gun.Maverick.2022.IMAX.UHD.BluRay.2160p.x265.10bit.DoVi.mUHD-FRDS.mkv","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mkv,webm","Size":19984025600,"Name":"Top.Gun.Maverick.2022.IMAX.UHD.BluRay.2160p.x265.10bit.DoVi.mUHD-FRDS","IsRemote":false,"ETag":"9f8b192f998bd35d235982e603e9505f","RunTimeTicks":78145249280,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":0,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":"hevc","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":"bt2020nc","ColorTransfer":"smpte2084","ColorPrimaries":"bt2020","DvVersionMajor":1,"DvVersionMinor":0,"DvProfile":8,"DvLevel":6,"RpuPresentFlag":1,"ElPresentFlag":0,"BlPresentFlag":1,"DvBlSignalCompatibilityId":1,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":null,"VideoRange":"HDR","VideoRangeType":"HDR10","VideoDoViTitle":"DV Profile 8.1 (HDR10)","LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"4K HEVC HDR","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":20458338,"BitDepth":10,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":true,"IsForced":false,"Height":2020,"Width":3840,"AverageFrameRate":23.976025,"RealFrameRate":23.976025,"Profile":"Main 10","Type":1,"AspectRatio":"192:101","Index":0,"Score":null,"I**ternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"I**ternalUrl":null,"IsTextSubtitleStream":false,"Support**ternalStream":false,"Path":null,"PixelFormat":"yuv420p10le","Level":153,"IsAnamorphic":null},{"Codec":"truehd","CodecTag":null,"Language":"eng","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"\u82F1\u8BED","VideoRange":null,"VideoRangeType":null,"VideoDoViTitle":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"\u82F1\u8BED - TRUEHD - 7.1 - Default","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":"7.1","BitRate":4303511,"BitDepth":24,"RefFrames":null,"PacketLength":null,"Channels":8,"SampleRate":48000,"IsDefault":true,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":1,"Score":null,"I**ternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"I**ternalUrl":null,"IsTextSubtitleStream":false,"Support**ternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":"chi","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"\u7B80\u4E2D\u7279\u6548KKYY","VideoRange":null,"VideoRangeType":null,"VideoDoViTitle":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u7B80\u4E2D\u7279\u6548KKYY - Chi - \u9ED8\u8BA4 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":true,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":2,"Score":null,"I**ternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"I**ternalUrl":null,"IsTextSubtitleStream":false,"Support**ternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":"chi","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"\u53CC\u8BED\u7279\u6548KKYY","VideoRange":null,"VideoRangeType":null,"VideoDoViTitle":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u53CC\u8BED\u7279\u6548KKYY - Chi - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":3,"Score":null,"I**ternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"I**ternalUrl":null,"IsTextSubtitleStream":false,"Support**ternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":"chi","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"\u539F\u76D8\u7B80\u4E2D","VideoRange":null,"VideoRangeType":null,"VideoDoViTitle":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u539F\u76D8\u7B80\u4E2D - Chi - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":4,"Score":null,"I**ternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"I**ternalUrl":null,"IsTextSubtitleStream":false,"Support**ternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":"chi","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"\u539F\u76D8\u7E41\u4E2D","VideoRange":null,"VideoRangeType":null,"VideoDoViTitle":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u539F\u76D8\u7E41\u4E2D - Chi - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":5,"Score":null,"I**ternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"I**ternalUrl":null,"IsTextSubtitleStream":false,"Support**ternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":"chi","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"\u539F\u76D8\u7E41\u7CA4","VideoRange":null,"VideoRangeType":null,"VideoDoViTitle":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u539F\u76D8\u7E41\u7CA4 - Chi - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":6,"Score":null,"I**ternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"I**ternalUrl":null,"IsTextSubtitleStream":false,"Support**ternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":"eng","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"\u82F1\u6587","VideoRange":null,"VideoRangeType":null,"VideoDoViTitle":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u82F1\u6587 - \u82F1\u8BED - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":7,"Score":null,"I**ternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"I**ternalUrl":null,"IsTextSubtitleStream":false,"Support**ternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":"spa","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"\u897F\u73ED\u7259\u6587","VideoRange":null,"VideoRangeType":null,"VideoDoViTitle":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u897F\u73ED\u7259\u6587 - \u897F\u73ED\u7259\u8BED - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":8,"Score":null,"I**ternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"I**ternalUrl":null,"IsTextSubtitleStream":false,"Support**ternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":"fre","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"\u6CD5\u6587","VideoRange":null,"VideoRangeType":null,"VideoDoViTitle":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u6CD5\u6587 - Fre - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":9,"Score":null,"I**ternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"I**ternalUrl":null,"IsTextSubtitleStream":false,"Support**ternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":24761849,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":null,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null}
ffmpeg -analyzeduration 200M -probesize 1G -init_hw_device d3d11va=dx11:,vendor=0x8086 -init_hw_device qsv=qs@dx11 -init_hw_device opencl=ocl@dx11 -filter_hw_device qs -hwaccel d3d11va -hwaccel_output_format d3d11 -threads 2 -autorotate 0 -i file:"E:PT\壮志凌云2:独行侠.Top.Gun.Maverick.2022.IMAX.UHD.BluRay.2160p.x265.10bit.DoVi.mUHD-FRDS\Top.Gun.Maverick.2022.IMAX.UHD.BluRay.2160p.x265.10bit.DoVi.mUHD-FRDS.mkv" -autoscale 0 -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:0 -codec:v:0 h264_qsv -low_power 1 -preset veryfast -look_ahead 0 -b:v 34097230 -maxrate 34097230 -bufsize 68194460 -profile:v:0 high -level 51 -g:v:0 96 -keyint_min:v:0 96 -filter_complex "scale=-1:1080:fast_bilinear,crop,pad=max(2052\,iw):max(1080\,ih):(ow-iw)/2:(oh-ih)/2:black@0,crop=2052:1080,format=bgra,hwupload=derive_device=qsv:extra_hw_frames=64;setparams=color_primaries=bt2020:color_trc=smpte2084:colorspace=bt2020nc,hwmap=derive_device=opencl,tonemap_opencl=format=nv12:p=bt709:t=bt709:m=bt709:tonemap=bt2390:peak=100:desat=0,hwmap=derive_device=qsv:reverse=1,format=qsv;overlay_qsv=eof_action=pass:repeatlast=0:w=3840:h=2020" -start_at_zero -codec:a:0 libfdk_aac -ac 2 -ab 384000 -af "volume=2" -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 4 -hls_segment_type mpegts -start_number 0 -hls_segment_filename "C:\Users\Admin\AppData\Local\jellyfin\transcodes\f66e5a9d7e76cb6f5152cd32269648e7%d.ts" -hls_playlist_type vod -hls_list_size 0 -y "C:\Users\Admin\AppData\Local\jellyfin\transcodes\f66e5a9d7e76cb6f5152cd32269648e7.m3u8"
ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers
built with gcc 12-win32 (GCC)
configuration: --prefix=/opt/ffmpeg --arch=x86_64 --target-os=mingw32 --cross-prefix=x86_64-w64-mingw32- --pkg-config=pkg-config --pkg-config-flags=--static --extra-version=Jellyfin --disable-ffplay --disable-debug --disable-doc --disable-sdl2 --disable-ptx-compression --disable-w32threads --enable-pthreads --enable-shared --enable-lto --enable-gpl --enable-version3 --enable-schannel --enable-iconv --enable-libxml2 --enable-zlib --enable-lzma --enable-gmp --enable-chromaprint --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libass --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libwebp --enable-libvpx --enable-libzimg --enable-libx264 --enable-libx265 --enable-libsvtav1 --enable-libdav1d --enable-libfdk-aac --enable-opencl --enable-dxva2 --enable-d3d11va --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
libavutil 58.2.100 / 58.2.100
libavcodec 60.3.100 / 60.3.100
libavformat 60.3.100 / 60.3.100
libavdevice 60.1.100 / 60.1.100
libavfilter 9.3.100 /9.3.100
libswscale 7.1.100 /7.1.100
libswresample 4. 10.100 /4. 10.100
libpostproc 57.1.100 / 57.1.100
Using device 8086:4690 (Intel(R) UHD Graphics 770).
Error creating a MFX session: -9.
Device creation failed: -1313558101.
Failed to set value 'qsv=qs@dx11' for option 'init_hw_device': Unknown error occurred
Error parsing global options: Unknown error occurred
Misaka_9993
发表于 2024-2-13 16:03
isler 发表于 2024-2-13 10:18
/videos/1375dc0c-e80c-2eca-cf3b-67ca6a1d46c8/hls1/main/0.ts
{"Protocol":0,"Id":"1375dc0ce80c2ecacf3 ...
开了远程桌面硬件加速,这玩意和QSV不兼容
isler
发表于 2024-2-13 21:59
本帖最后由 isler 于 2024-2-13 22:00 编辑
Misaka_9993 发表于 2024-2-13 16:03
开了远程桌面硬件加速,这玩意和QSV不兼容
看来只能停留在10.8.9了?10.8.10开始"add required libs for QSV on 12th gen Intel hardware"新库带来的问题?不过也不是什么格式都不行,只是一部分不可以,比如
名侦探柯南·黑铁的鱼影.Detective.Conan.Black.Iron.Submarine.2023.1080p.BluRay.REMUX.AVC.TrueHD.5.1-HDHIVE
这个就没问题
Misaka_9993
发表于 2024-2-13 23:58
isler 发表于 2024-2-13 21:59
看来只能停留在10.8.9了?10.8.10开始"add required libs for QSV on 12th gen Intel hardware"新库带来 ...
那是给Linux讲的。Windows安装包也不要使用服务安装,用普通模式。
isler
发表于 2024-2-14 00:01
Misaka_9993 发表于 2024-2-13 23:58
那是给Linux讲的。Windows安装包也不要使用服务安装,用普通模式。
那看来只能换个设备了,远程用的比较多。。不知道这个有没有机会修复
Misaka_9993
发表于 2024-2-14 00:57
isler 发表于 2024-2-14 00:01
那看来只能换个设备了,远程用的比较多。。不知道这个有没有机会修复
没说一点不能用。是让你关了给远程桌面的硬件加速。
https://jellyfin.org/docs/general/administration/hardware-acceleration/intel#configure-on-windows-host
远程桌面硬件加速把DX11独占了,QSV拿不到DX11自然失败。
isler
发表于 2024-2-14 12:18
本帖最后由 isler 于 2024-2-14 23:08 编辑
Misaka_9993 发表于 2024-2-14 00:57
没说一点不能用。是让你关了给远程桌面的硬件加速。
https://jellyfin.org/docs/general/administration ...
我把“将硬件图形适配器应用于所有远程桌面服务会话”和“配置远程桌面连接的H.264/AVC硬件编码”都改成禁用,重启电脑,还是一样的错误,应该还有别的什么东西占用了?10.8.9是没有正确打开硬件解码,所以没问题?
ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers
built with gcc 12-win32 (GCC)
configuration: --prefix=/opt/ffmpeg --arch=x86_64 --target-os=mingw32 --cross-prefix=x86_64-w64-mingw32- --pkg-config=pkg-config --pkg-config-flags=--static --extra-version=Jellyfin --disable-ffplay --disable-debug --disable-doc --disable-sdl2 --disable-ptx-compression --disable-w32threads --enable-pthreads --enable-shared --enable-lto --enable-gpl --enable-version3 --enable-schannel --enable-iconv --enable-libxml2 --enable-zlib --enable-lzma --enable-gmp --enable-chromaprint --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libass --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libwebp --enable-libvpx --enable-libzimg --enable-libx264 --enable-libx265 --enable-libsvtav1 --enable-libdav1d --enable-libfdk-aac --enable-opencl --enable-dxva2 --enable-d3d11va --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
libavutil 58.2.100 / 58.2.100
libavcodec 60.3.100 / 60.3.100
libavformat 60.3.100 / 60.3.100
libavdevice 60.1.100 / 60.1.100
libavfilter 9.3.100 /9.3.100
libswscale 7.1.100 /7.1.100
libswresample 4. 10.100 /4. 10.100
libpostproc 57.1.100 / 57.1.100
Using device 8086:4690 (Intel(R) UHD Graphics 770).
Error creating a MFX session: -9.
Device creation failed: -1313558101.
Failed to set value 'qsv=qs@dx11' for option 'init_hw_device': Unknown error occurred
Error parsing global options: Unknown error occurred
--------以下是10.8.9的日志--------
/videos/1375dc0c-e80c-2eca-cf3b-67ca6a1d46c8/hls1/main/0.ts
{"Protocol":0,"Id":"1375dc0ce80c2ecacf3b67ca6a1d46c8","Path":"E:\\PT\\\u58EE\u5FD7\u51CC\u4E912\uFF1A\u72EC\u884C\u4FA0.Top.Gun.Maverick.2022.IMAX.UHD.BluRay.2160p.x265.10bit.DoVi.mUHD-FRDS\\Top.Gun.Maverick.2022.IMAX.UHD.BluRay.2160p.x265.10bit.DoVi.mUHD-FRDS.mkv","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mkv,webm","Size":19984025600,"Name":"Top.Gun.Maverick.2022.IMAX.UHD.BluRay.2160p.x265.10bit.DoVi.mUHD-FRDS","IsRemote":false,"ETag":"9f8b192f998bd35d235982e603e9505f","RunTimeTicks":78145249280,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":0,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":"hevc","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":"bt2020nc","ColorTransfer":"smpte2084","ColorPrimaries":"bt2020","DvVersionMajor":1,"DvVersionMinor":0,"DvProfile":8,"DvLevel":6,"RpuPresentFlag":1,"ElPresentFlag":0,"BlPresentFlag":1,"DvBlSignalCompatibilityId":1,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":null,"VideoRange":"HDR","VideoRangeType":"HDR10","VideoDoViTitle":"DV Profile 8.1 (HDR10)","LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"4K HEVC HDR","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":20458338,"BitDepth":10,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":true,"IsForced":false,"Height":2020,"Width":3840,"AverageFrameRate":23.976025,"RealFrameRate":23.976025,"Profile":"Main 10","Type":1,"AspectRatio":"192:101","Index":0,"Score":null,"I**ternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"I**ternalUrl":null,"IsTextSubtitleStream":false,"Support**ternalStream":false,"Path":null,"PixelFormat":"yuv420p10le","Level":153,"IsAnamorphic":null},{"Codec":"truehd","CodecTag":null,"Language":"eng","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"\u82F1\u8BED","VideoRange":null,"VideoRangeType":null,"VideoDoViTitle":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"\u82F1\u8BED - TRUEHD - 7.1 - Default","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":"7.1","BitRate":4303511,"BitDepth":24,"RefFrames":null,"PacketLength":null,"Channels":8,"SampleRate":48000,"IsDefault":true,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":1,"Score":null,"I**ternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"I**ternalUrl":null,"IsTextSubtitleStream":false,"Support**ternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":"chi","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"\u7B80\u4E2D\u7279\u6548KKYY","VideoRange":null,"VideoRangeType":null,"VideoDoViTitle":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u7B80\u4E2D\u7279\u6548KKYY - Chi - \u9ED8\u8BA4 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":true,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":2,"Score":null,"I**ternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"I**ternalUrl":null,"IsTextSubtitleStream":false,"Support**ternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":"chi","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"\u53CC\u8BED\u7279\u6548KKYY","VideoRange":null,"VideoRangeType":null,"VideoDoViTitle":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u53CC\u8BED\u7279\u6548KKYY - Chi - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":3,"Score":null,"I**ternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"I**ternalUrl":null,"IsTextSubtitleStream":false,"Support**ternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":"chi","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"\u539F\u76D8\u7B80\u4E2D","VideoRange":null,"VideoRangeType":null,"VideoDoViTitle":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u539F\u76D8\u7B80\u4E2D - Chi - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":4,"Score":null,"I**ternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"I**ternalUrl":null,"IsTextSubtitleStream":false,"Support**ternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":"chi","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"\u539F\u76D8\u7E41\u4E2D","VideoRange":null,"VideoRangeType":null,"VideoDoViTitle":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u539F\u76D8\u7E41\u4E2D - Chi - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":5,"Score":null,"I**ternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"I**ternalUrl":null,"IsTextSubtitleStream":false,"Support**ternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":"chi","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"\u539F\u76D8\u7E41\u7CA4","VideoRange":null,"VideoRangeType":null,"VideoDoViTitle":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u539F\u76D8\u7E41\u7CA4 - Chi - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":6,"Score":null,"I**ternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"I**ternalUrl":null,"IsTextSubtitleStream":false,"Support**ternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":"eng","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"\u82F1\u6587","VideoRange":null,"VideoRangeType":null,"VideoDoViTitle":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u82F1\u6587 - \u82F1\u8BED - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":7,"Score":null,"I**ternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"I**ternalUrl":null,"IsTextSubtitleStream":false,"Support**ternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":"spa","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"\u897F\u73ED\u7259\u6587","VideoRange":null,"VideoRangeType":null,"VideoDoViTitle":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u897F\u73ED\u7259\u6587 - \u897F\u73ED\u7259\u8BED - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":8,"Score":null,"I**ternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"I**ternalUrl":null,"IsTextSubtitleStream":false,"Support**ternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":"fre","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"\u6CD5\u6587","VideoRange":null,"VideoRangeType":null,"VideoDoViTitle":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u6CD5\u6587 - Fre - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":9,"Score":null,"I**ternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"I**ternalUrl":null,"IsTextSubtitleStream":false,"Support**ternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":24761849,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":null,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null}
ffmpeg -analyzeduration 200M -init_hw_device d3d11va=dx11:,vendor=0x8086 -init_hw_device qsv=qs@dx11 -init_hw_device opencl=ocl@dx11 -filter_hw_device qs -hwaccel d3d11va -hwaccel_output_format d3d11 -threads 3 -autorotate 0 -canvas_size 2052x1080 -i file:"E:\PT\壮志凌云2:独行侠.Top.Gun.Maverick.2022.IMAX.UHD.BluRay.2160p.x265.10bit.DoVi.mUHD-FRDS\Top.Gun.Maverick.2022.IMAX.UHD.BluRay.2160p.x265.10bit.DoVi.mUHD-FRDS.mkv" -autoscale 0 -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:0 -codec:v:0 h264_qsv -low_power 1 -preset 7 -look_ahead 0 -b:v 20458338 -maxrate 20458338 -bufsize 40916676 -g:v:0 96 -keyint_min:v:0 96 -filter_complex "scale=flags=fast_bilinear,format=bgra,hwupload=derive_device=qsv:extra_hw_frames=64;setparams=color_primaries=bt2020:color_trc=smpte2084:colorspace=bt2020nc,hwmap=derive_device=qsv,scale_qsv,hwmap=derive_device=opencl,tonemap_opencl=format=nv12:p=bt709:t=bt709:m=bt709:tonemap=bt2390:peak=100:desat=0,hwmap=derive_device=qsv:reverse=1,format=qsv;overlay_qsv=eof_action=endall:shortest=1:repeatlast=0:w=3840:h=2020" -start_at_zero -codec:a:0 libfdk_aac -ac 2 -ab 384000 -af "volume=2" -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 4 -hls_segment_type mpegts -start_number 0 -hls_segment_filename "C:\Users\Admin\AppData\Local\jellyfin\transcodes\e0aa457a6df75600ad375162ba49c0c5%d.ts" -hls_playlist_type vod -hls_list_size 0 -y "C:\Users\Admin\AppData\Local\jellyfin\transcodes\e0aa457a6df75600ad375162ba49c0c5.m3u8"
ffmpeg version 5.1.3-Jellyfin Copyright (c) 2000-2022 the FFmpeg developers
built with gcc 12-win32 (GCC)
configuration: --prefix=/opt/ffmpeg --arch=x86_64 --target-os=mingw32 --cross-prefix=x86_64-w64-mingw32- --pkg-config=pkg-config --pkg-config-flags=--static --extra-libs='-lfftw3f -lstdc++' --extra-cflags=-DCHROMAPRINT_NODLL --extra-version=Jellyfin --disable-ffplay --disable-debug --disable-doc --disable-sdl2 --disable-ptx-compression --disable-w32threads --enable-pthreads --enable-shared --enable-lto --enable-gpl --enable-version3 --enable-schannel --enable-iconv --enable-libxml2 --enable-zlib --enable-lzma --enable-gmp --enable-chromaprint --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libass --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libwebp --enable-libvpx --enable-libzimg --enable-libx264 --enable-libx265 --enable-libsvtav1 --enable-libdav1d --enable-libfdk-aac --enable-opencl --enable-dxva2 --enable-d3d11va --enable-amf --enable-libmfx --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
libavutil 57. 28.100 / 57. 28.100
libavcodec 59. 37.100 / 59. 37.100
libavformat 59. 27.100 / 59. 27.100
libavdevice 59.7.100 / 59.7.100
libavfilter 8. 44.100 /8. 44.100
libswscale 6.7.100 /6.7.100
libswresample 4.7.100 /4.7.100
libpostproc 56.6.100 / 56.6.100
Using device 8086:4690 (Intel(R) UHD Graphics 770).
Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
Input #0, matroska,webm, from 'file:E:\PT\壮志凌云2:独行侠.Top.Gun.Maverick.2022.IMAX.UHD.BluRay.2160p.x265.10bit.DoVi.mUHD-FRDS\Top.Gun.Maverick.2022.IMAX.UHD.BluRay.2160p.x265.10bit.DoVi.mUHD-FRDS.mkv':
Metadata:
encoder : libebml v1.4.2 + libmatroska v1.6.4
creation_time : 2022-10-19T00:36:13.000000Z
Duration: 02:10:14.53, start: 0.000000, bitrate: 20458 kb/s
Chapters:
Chapter #0:0: start 0.000000, end 185.768917
Metadata:
title : Chapter 01
Chapter #0:1: start 185.768917, end 819.819000
Metadata:
title : Chapter 02
Chapter #0:2: start 819.819000, end 1283.115167
Metadata:
title : Chapter 03
Chapter #0:3: start 1283.115167, end 1959.832875
Metadata:
title : Chapter 04
Chapter #0:4: start 1959.832875, end 2687.685000
Metadata:
title : Chapter 05
Chapter #0:5: start 2687.685000, end 3235.190292
Metadata:
title : Chapter 06
Chapter #0:6: start 3235.190292, end 3609.814542
Metadata:
title : Chapter 07
Chapter #0:7: start 3609.814542, end 4059.305250
Metadata:
title : Chapter 08
Chapter #0:8: start 4059.305250, end 4546.166625
Metadata:
title : Chapter 09
Chapter #0:9: start 4546.166625, end 5018.179833
Metadata:
title : Chapter 10
Chapter #0:10: start 5018.179833, end 5509.128625
Metadata:
title : Chapter 11
Chapter #0:11: start 5509.128625, end 6092.753333
Metadata:
title : Chapter 12
Chapter #0:12: start 6092.753333, end 6528.188333
Metadata:
title : Chapter 13
Chapter #0:13: start 6528.188333, end 7042.410375
Metadata:
title : Chapter 14
Chapter #0:14: start 7042.410375, end 7393.302583
Metadata:
title : Chapter 15
Chapter #0:15: start 7393.302583, end 7814.528000
Metadata:
title : Chapter 16
Stream #0:0: Video: hevc (Main 10), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 3840x2020, SAR 1:1 DAR 192:101, 23.98 fps, 23.98 tbr, 1k tbn (default)
Metadata:
BPS : 15844917
DURATION : 02:10:14.515000000
NUMBER_OF_FRAMES: 187361
NUMBER_OF_BYTES : 15477543251
_STATISTICS_WRITING_APP: mkvmerge v68.0.0 ('The Curtain') 64-bit
_STATISTICS_WRITING_DATE_UTC: 2022-10-19 00:36:13
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Side data:
DOVI configuration record: version: 1.0, profile: 8, level: 6, rpu flag: 1, el flag: 0, bl flag: 1, compatibility id: 1
Stream #0:1(eng): Audio: truehd, 48000 Hz, 7.1, s32 (24 bit) (default)
Metadata:
title : 英语
BPS : 4303511
DURATION : 02:10:14.516000000
NUMBER_OF_FRAMES: 9377419
NUMBER_OF_BYTES : 4203732812
_STATISTICS_WRITING_APP: mkvmerge v68.0.0 ('The Curtain') 64-bit
_STATISTICS_WRITING_DATE_UTC: 2022-10-19 00:36:13
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Stream #0:2(chi): Subtitle: hdmv_pgs_subtitle, 2052x1080 (default)
Metadata:
title : 简中特效KKYY
BPS : 122956
DURATION : 02:03:07.130000000
NUMBER_OF_FRAMES: 7786
NUMBER_OF_BYTES : 113537218
_STATISTICS_WRITING_APP: mkvmerge v68.0.0 ('The Curtain') 64-bit
_STATISTICS_WRITING_DATE_UTC: 2022-10-19 00:36:13
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Stream #0:3(chi): Subtitle: hdmv_pgs_subtitle, 2052x1080
Metadata:
title : 双语特效KKYY
BPS : 155061
DURATION : 02:03:07.130000000
NUMBER_OF_FRAMES: 7786
NUMBER_OF_BYTES : 143182554
_STATISTICS_WRITING_APP: mkvmerge v68.0.0 ('The Curtain') 64-bit
_STATISTICS_WRITING_DATE_UTC: 2022-10-19 00:36:13
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Stream #0:4(chi): Subtitle: hdmv_pgs_subtitle, 2052x1080
Metadata:
title : 原盘简中
BPS : 25948
DURATION : 02:09:27.426000000
NUMBER_OF_FRAMES: 2972
NUMBER_OF_BYTES : 25194087
SOURCE_ID : 0012B0
_STATISTICS_WRITING_APP: mkvmerge v68.0.0 ('The Curtain') 64-bit
_STATISTICS_WRITING_DATE_UTC: 2022-10-19 00:36:13
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
Stream #0:5(chi): Subtitle: hdmv_pgs_subtitle, 2052x1080
Metadata:
title : 原盘繁中
BPS : 24517
DURATION : 02:09:27.426000000
NUMBER_OF_FRAMES: 2950
NUMBER_OF_BYTES : 23804534
SOURCE_ID : 0012AA
_STATISTICS_WRITING_APP: mkvmerge v68.0.0 ('The Curtain') 64-bit
_STATISTICS_WRITING_DATE_UTC: 2022-10-19 00:36:13
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
Stream #0:6(chi): Subtitle: hdmv_pgs_subtitle, 2052x1080
Metadata:
title : 原盘繁粤
BPS : 26437
DURATION : 02:09:27.426000000
NUMBER_OF_FRAMES: 2950
NUMBER_OF_BYTES : 25668614
SOURCE_ID : 0012A2
_STATISTICS_WRITING_APP: mkvmerge v68.0.0 ('The Curtain') 64-bit
_STATISTICS_WRITING_DATE_UTC: 2022-10-19 00:36:13
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
Stream #0:7(eng): Subtitle: hdmv_pgs_subtitle, 2052x1080 (hearing impaired)
Metadata:
title : 英文
BPS : 42777
DURATION : 02:01:55.016000000
NUMBER_OF_FRAMES: 3560
NUMBER_OF_BYTES : 39114666
SOURCE_ID : 0012A1
_STATISTICS_WRITING_APP: mkvmerge v68.0.0 ('The Curtain') 64-bit
_STATISTICS_WRITING_DATE_UTC: 2022-10-19 00:36:13
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
Stream #0:8(spa): Subtitle: hdmv_pgs_subtitle, 2052x1080
Metadata:
title : 西班牙文
BPS : 32944
DURATION : 02:09:27.426000000
NUMBER_OF_FRAMES: 2928
NUMBER_OF_BYTES : 31987170
SOURCE_ID : 0012A5
_STATISTICS_WRITING_APP: mkvmerge v68.0.0 ('The Curtain') 64-bit
_STATISTICS_WRITING_DATE_UTC: 2022-10-19 00:36:13
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
Stream #0:9(fre): Subtitle: hdmv_pgs_subtitle, 2052x1080
Metadata:
title : 法文
BPS : 34547
DURATION : 02:09:27.426000000
NUMBER_OF_FRAMES: 2962
NUMBER_OF_BYTES : 33543228
SOURCE_ID : 0012A7
_STATISTICS_WRITING_APP: mkvmerge v68.0.0 ('The Curtain') 64-bit
_STATISTICS_WRITING_DATE_UTC: 2022-10-19 00:36:13
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
Stream mapping:
Stream #0:0 (hevc) -> setparams:default (graph 0)
Stream #0:2 (pgssub) -> scale:default (graph 0)
overlay_qsv:default (graph 0) -> Stream #0:0 (h264_qsv)
Stream #0:1 -> #0:1 (truehd (native) -> aac (libfdk_aac))
Press to stop, [?] for help
sub2video: using 3840x2020 canvas
Output #0, hls, to 'C:\Users\Admin\AppData\Local\jellyfin\transcodes\e0aa457a6df75600ad375162ba49c0c5.m3u8':
Metadata:
encoder : Lavf59.27.100
Stream #0:0: Video: h264, qsv(tv, bt709, progressive), 3840x2020 , q=2-31, 20458 kb/s, 23.98 fps, 90k tbn
Metadata:
encoder : Lavc59.37.100 h264_qsv
Side data:
cpb: bitrate max/min/avg: 20458338/0/20458338 buffer size: 40916676 vbv_delay: N/A
Stream #0:1: Audio: aac, 48000 Hz, stereo, s16, 384 kb/s (default)
Metadata:
encoder : Lavc59.37.100 libfdk_aac
frame= 1 fps=0.0 q=0.0 size=N/A time=00:00:00.00 bitrate=N/A speed= 0x
frame= 2 fps=1.3 q=0.0 size=N/A time=00:00:00.00 bitrate=N/A speed= 0x
frame= 31 fps= 15 q=11.0 size=N/A time=00:00:01.19 bitrate=N/A speed=0.596x
frame= 60 fps= 24 q=18.0 size=N/A time=00:00:02.49 bitrate=N/A speed=0.997x
frame= 89 fps= 30 q=17.0 size=N/A time=00:00:03.66 bitrate=N/A speed=1.22x
Opening 'C:\Users\Admin\AppData\Local\jellyfin\transcodes\e0aa457a6df75600ad375162ba49c0c50.ts' for writing
frame=117 fps= 33 q=18.0 size=N/A time=00:00:04.80 bitrate=N/A speed=1.36x
frame=141 fps= 35 q=18.0 size=N/A time=00:00:05.78 bitrate=N/A speed=1.43x
frame=164 fps= 36 q=20.0 size=N/A time=00:00:06.78 bitrate=N/A speed= 1.5x
frame=188 fps= 37 q=17.0 size=N/A time=00:00:07.78 bitrate=N/A speed=1.55x
Opening 'C:\Users\Admin\AppData\Local\jellyfin\transcodes\e0aa457a6df75600ad375162ba49c0c51.ts' for writing
frame=213 fps= 38 q=20.0 size=N/A time=00:00:08.78 bitrate=N/A speed=1.59x
frame=241 fps= 40 q=18.0 size=N/A time=00:00:10.00 bitrate=N/A speed=1.66x
frame=269 fps= 41 q=22.0 size=N/A time=00:00:11.22 bitrate=N/A speed=1.71x
Opening 'C:\Users\Admin\AppData\Local\jellyfin\transcodes\e0aa457a6df75600ad375162ba49c0c52.ts' for writing
frame=297 fps= 42 q=21.0 size=N/A time=00:00:12.28 bitrate=N/A speed=1.74x
frame=322 fps= 43 q=22.0 size=N/A time=00:00:13.37 bitrate=N/A speed=1.77x
frame=344 fps= 43 q=20.0 size=N/A time=00:00:14.42 bitrate=N/A speed=1.79x
frame=366 fps= 43 q=19.0 size=N/A time=00:00:15.42 bitrate=N/A speed= 1.8x
command received. Exiting.
Opening 'C:\Users\Admin\AppData\Local\jellyfin\transcodes\e0aa457a6df75600ad375162ba49c0c53.ts' for writing
frame=369 fps= 43 q=19.0 Lsize=N/A time=00:00:15.46 bitrate=N/A speed=1.79x
video:38227kB audio:742kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
变化由心
发表于 2024-2-14 12:24
好物
sapvice
发表于 2024-2-14 23:20
刚买nas,原来大神在这里啊,问个比较蠢的新手问题
为啥都要转码,局域网好像没这必要啊?jeffylin不能源码播放吗
sapvice
发表于 2024-2-17 14:15
本帖最后由 sapvice 于 2024-2-17 14:16 编辑
大佬,特供版有没有原盘播放能力啊?或者说就是服务端只负责索引和刮削,播放完全交给客户端默认播放器来,不转码,原汁原味。不是来踩场子的,但的确很多烧友的心声啊
https://www.zhihu.com/question/458909733
b站搜到这个,我还没试过,理论上可行?https://www.bilibili.com/video/BV18j411s7Lx/?spm_id_from=333.337.search-card.all.click
如果官方能提供这功能就好了,客户端增加源画播放选项,此选项不转码,不服务器端硬解,直接调用客户端系统播放器播放,实现上我猜不难?直接把海报对应的smb路径提交给系统播放器启动就好了。就好像aliyun盘tv端,点开片子可以启动系统播放器播放。
我知道kodi+jellyfin插件也许能实现上面说的?我没试过,但是kodi的海报墙丑啊,没有jellyfin tv端好看。
EvineDeng
发表于 2024-2-20 20:09
sapvice 发表于 2024-2-14 23:20
刚买nas,原来大神在这里啊,问个比较蠢的新手问题
为啥都要转码,局域网好像没这必要啊?jeffylin不能源码 ...
能源码当然最好是源码了,但有些场景迫不得已需要转码。
EvineDeng
发表于 2024-2-20 20:10
sapvice 发表于 2024-2-17 14:15
大佬,特供版有没有原盘播放能力啊?或者说就是服务端只负责索引和刮削,播放完全交给客户端默认播放器来, ...
只要客户端支持,就可以源码播放。
xzzfft
发表于 2024-2-24 00:08
AMD最新驱动破坏转码我也是醉了,还好看了大大的帖子
Misaka_9993
发表于 2024-2-24 00:43
xzzfft 发表于 2024-2-24 00:08
AMD最新驱动破坏转码我也是醉了,还好看了大大的帖子
nvidia才是真的稳如老狗。。。。intel和amd是一对卧龙凤雏
xzzfft
发表于 2024-2-24 00:59
Misaka_9993 发表于 2024-2-24 00:43
nvidia才是真的稳如老狗。。。。intel和amd是一对卧龙凤雏
没有nv的小主机呀。。用的7735h小主机。
axmak06
发表于 2024-2-26 00:07
大佬你好
我是白群晖1618+ dsm 7.2 cpu intel c3538,这款是不是没有核显?折腾了一天就是安装不上docker版 emby,
ls -la /dev/dri/ 显示 cannot access '/dev/dri/': No such file or directory
是不是我这个不带核显就无法使用emby了? 找遍了整个网都没有讨论我这个情况的,请大佬百忙之中指导下不胜感激!