在询问 ChatGPT 以及对结果各种修正后得到下面的一条命令:
ffmpeg -i input.ts -max_muxing_queue_size 999999 -pix_fmt yuv420p10le -c:v libx265 -x265-params "profile=main10:high-tier=true:colorprim=bt2020:transfer=smpte2084:colormatrix=bt2020nc" -c:a copy output.mkv
随后运行提示 “[mpegts @ 000002098fdd71c0] Could not find codec parameters for stream 0 (Video: avs3 (libuavs3d) ([212][0][0][0] / 0x00D4), yuv420p10le): unspecified size
Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options”
后续报错 "[buffer @ 00000209ac41c040] Unable to parse option value "0x0" as image size
[buffer @ 00000209ac41c040] Error setting option video_size to value 0x0.
[graph 0 input from stream 0:0 @ 00000209909a7bc0] Error applying options to the filter.
Error reinitializing filters!
Error while filtering: Invalid argument
Finishing stream 0:0 without any data written to it."
这个视频使用 MPC-HC 播放器可以正常播放,ffmpeg 的解码器有 libuavs3d ,请问应该如何正确解码这个视频?
ffmpeg -i input.ts -max_muxing_queue_size 999999 -pix_fmt yuv420p10le -c:v libx265 -x265-params "profile=main10:high-tier=true:colorprim=bt2020:transfer=smpte2084:colormatrix=bt2020nc" -c:a copy output.mkv
随后运行提示 “[mpegts @ 000002098fdd71c0] Could not find codec parameters for stream 0 (Video: avs3 (libuavs3d) ([212][0][0][0] / 0x00D4), yuv420p10le): unspecified size
Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options”
后续报错 "[buffer @ 00000209ac41c040] Unable to parse option value "0x0" as image size
[buffer @ 00000209ac41c040] Error setting option video_size to value 0x0.
[graph 0 input from stream 0:0 @ 00000209909a7bc0] Error applying options to the filter.
Error reinitializing filters!
Error while filtering: Invalid argument
Finishing stream 0:0 without any data written to it."
这个视频使用 MPC-HC 播放器可以正常播放,ffmpeg 的解码器有 libuavs3d ,请问应该如何正确解码这个视频?
