Opened 8 months ago

Closed 7 months ago

#10593 closed enhancement (fixed)

magicyuv: support 14-bit rgb(a)

Reported by: ami_stuff Owned by:
Priority: wish Component: avcodec
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

./ffmpeg -i magicyuv_14bit_rgb.avi
ffmpeg version N-112164-gcb26b85953 Copyright (c) 2000-2023 the FFmpeg developers
  built with gcc 11 (Ubuntu 11.4.0-1ubuntu1~22.04)
  configuration: 
  libavutil      58. 25.100 / 58. 25.100
  libavcodec     60. 27.100 / 60. 27.100
  libavformat    60. 13.100 / 60. 13.100
  libavdevice    60.  2.101 / 60.  2.101
  libavfilter     9. 11.100 /  9. 11.100
  libswscale      7.  3.100 /  7.  3.100
  libswresample   4. 11.100 /  4. 11.100
[avi @ 0x5643c30ca580] Could not find codec parameters for stream 0 (Video: none (M4RG / 0x4752344D), none, 640x480): unknown codec
Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
Input #0, avi, from 'magicyuv_14bit_rgb.avi':
  Metadata:
    title           : Planet Earth II S01E01 4K
    software        : Lavf60.13.100
  Duration: 00:00:00.13, start: 0.000000, bitrate: 124727 kb/s
  Stream #0:0: Video: none (M4RG / 0x4752344D), none, 640x480, 23.98 fps, 23.98 tbr, 23.98 tbn
At least one output file must be specified
./ffmpeg -i magicyuv_14bit_rgba.avi
ffmpeg version N-112164-gcb26b85953 Copyright (c) 2000-2023 the FFmpeg developers
  built with gcc 11 (Ubuntu 11.4.0-1ubuntu1~22.04)
  configuration: 
  libavutil      58. 25.100 / 58. 25.100
  libavcodec     60. 27.100 / 60. 27.100
  libavformat    60. 13.100 / 60. 13.100
  libavdevice    60.  2.101 / 60.  2.101
  libavfilter     9. 11.100 /  9. 11.100
  libswscale      7.  3.100 /  7.  3.100
  libswresample   4. 11.100 /  4. 11.100
[avi @ 0x55c79c67c580] Could not find codec parameters for stream 0 (Video: none (M4RA / 0x4152344D), none, 640x480): unknown codec
Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
Input #0, avi, from 'magicyuv_14bit_rgba.avi':
  Metadata:
    title           : Planet Earth II S01E01 4K
    software        : Lavf60.13.100
  Duration: 00:00:00.13, start: 0.000000, bitrate: 132147 kb/s
  Stream #0:0: Video: none (M4RA / 0x4152344D), none, 640x480, 23.98 fps, 23.98 tbr, 23.98 tbn
At least one output file must be specified

Attachments (2)

magicyuv_14bit_rgb.avi (1.9 MB ) - added by ami_stuff 8 months ago.
magicyuv_14bit_rgba.avi (2.0 MB ) - added by ami_stuff 8 months ago.

Change History (4)

by ami_stuff, 8 months ago

Attachment: magicyuv_14bit_rgb.avi added

by ami_stuff, 8 months ago

Attachment: magicyuv_14bit_rgba.avi added

comment:1 by Elon Musk, 8 months ago

Component: undeterminedavcodec
Priority: normalwish
Type: defectenhancement
Version: unspecifiedgit-master

Next time fill more fields of tickets you open.

comment:2 by Elon Musk, 7 months ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.