FFmpegInteropX icon indicating copy to clipboard operation
FFmpegInteropX copied to clipboard

FFmpegInteropX plays some videos with abnormal colors or black screen

Open yikuo123 opened this issue 1 year ago • 10 comments

I encountered a problem when using FFmpegInteropX to play some videos.

If I choose Automatic or ForceFFmpegSoftwareDecoder, the video color is abnormal and there is a mosaic phenomenon;

if I choose AutomaticSystemDecoder or ForceSystemDecoder, it will be black screen.

But if I use the system native player or ffplay to play, everything is normal.

The video information obtained by ffprobe is as follows:

Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '.\Video.mp4':
  Metadata:
    major_brand     : mp42
    minor_version   : 1
    compatible_brands: isommp41mp42
    creation_time   : 2022-08-06T01:13:14.000000Z
    copyright       :
    copyright-eng   :
  Duration: 00:02:37.03, start: 0.000000, bitrate: 9796 kb/s
  Stream #0:0[0x1](und): Video: hevc (Main 10) (hvc1 / 0x31637668), yuv420p10le(tv, bt2020nc/bt2020/arib-std-b67), 1920x1072, 9669 kb/s, 28.99 fps, 29 tbr, 600 tbn (default)
    Metadata:
      creation_time   : 2022-08-06T01:13:14.000000Z
      handler_name    : Core Media Video
      vendor_id       : [0][0][0][0]
    Side data:
      DOVI configuration record: version: 1.0, profile: 8, level: 4, rpu flag: 1, el flag: 0, bl flag: 1, compatibility id: 4
  Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 120 kb/s (default)
    Metadata:
      creation_time   : 2022-08-06T01:13:14.000000Z
      handler_name    : Core Media Audio
      vendor_id       : [0][0][0][0]

yikuo123 avatar Mar 09 '23 03:03 yikuo123